SachaG
|
90d961902c
|
Small fixes
|
2019-01-18 14:55:23 +09:00 |
|
SachaG
|
d318c69c96
|
Merge branch 'apollo2-merge-devel' of https://github.com/lbke/Vulcan into apollo2
|
2019-01-05 10:14:57 +09:00 |
|
SachaG
|
c2e9c100ac
|
Temporary fixes: Disable Stripe setEncoding; disable duplicate intl fields; add version number to apollo package
|
2019-01-05 10:14:10 +09:00 |
|
eric-burel
|
c81f58a91c
|
fix SchemaDirectiveVisitor import
|
2019-01-04 11:47:39 +01:00 |
|
eric-burel
|
4def8b8c48
|
removed error link server side where it does not make sense
|
2019-01-04 11:43:54 +01:00 |
|
eric-burel
|
eeada2d231
|
linting, removing apollo package
|
2019-01-02 18:11:10 +01:00 |
|
eric-burel
|
022a72e41b
|
Merge Apollo2 branch
|
2019-01-02 17:18:54 +01:00 |
|
eric-burel
|
2bb18f5844
|
split styled-components into their own package
|
2019-01-02 15:32:09 +01:00 |
|
SachaG
|
553a0627d4
|
v1.12.13
|
2019-01-02 14:41:41 +09:00 |
|
SachaG
|
111e00ecae
|
Fix semicolons and other linting issues
|
2018-12-31 15:22:17 +09:00 |
|
SachaG
|
00683ba83e
|
v1.12.12
|
2018-12-31 15:03:19 +09:00 |
|
eric-burel
|
19df560545
|
add redux
|
2018-12-21 17:32:34 +01:00 |
|
Apollinaire
|
1e7ae073a9
|
Merge branch 'master' into devel
|
2018-12-19 16:10:54 +01:00 |
|
SachaG
|
ab13f16a26
|
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel
|
2018-12-16 22:52:11 +09:00 |
|
Sacha Greif
|
d51ae7591b
|
Merge pull request #2065 from OrigenStudio/feature/router-hook-props
Add async hook to RouterHook and provide props as argument
|
2018-12-16 22:52:00 +09:00 |
|
Eric Burel
|
c55aa27983
|
Merge pull request #2126 from lbke/cleanup-components
Cleanup Datatable / withComponents pattern
|
2018-12-15 17:31:33 +01:00 |
|
SachaG
|
5e06e47d6b
|
Make callback hook names case-insensitive; port forms callbacks to new single argument syntax
|
2018-12-15 18:25:15 +09:00 |
|
SachaG
|
a523125da8
|
Use lowercase typeName for callbacks
|
2018-12-15 16:30:38 +09:00 |
|
SachaG
|
8fe3b7abfd
|
Fix issue with addIntlFields callback
|
2018-12-15 16:27:06 +09:00 |
|
SachaG
|
703ea28d8c
|
Merge branch 'master' into devel
|
2018-12-15 15:28:02 +09:00 |
|
SachaG
|
b05b35ed57
|
v1.12.11
|
2018-12-15 15:10:18 +09:00 |
|
ochicf
|
bb46f04541
|
keep using Meteor.defer on the server
|
2018-12-12 17:17:01 +01:00 |
|
SachaG
|
c7423bc74e
|
fix linting; "document" prop of update async callbacks should be new, updated document
|
2018-12-12 17:35:25 +09:00 |
|
neobii
|
baea826800
|
added collection creation hook
|
2018-12-11 03:25:17 -06:00 |
|
SachaG
|
50315bcf73
|
Fix linting
|
2018-12-02 10:28:04 +09:00 |
|
SachaG
|
8330accba7
|
centralize error throwing in new throwError function
|
2018-12-02 10:01:48 +09:00 |
|
SachaG
|
48092c171e
|
Add correct id code to intl field missing validation errors
|
2018-11-30 15:59:07 +09:00 |
|
eric-burel
|
38ce8ef886
|
expose mergeWithComponents
|
2018-11-29 14:24:18 +01:00 |
|
SachaG
|
6f11c9cf89
|
v1.12.10
|
2018-11-24 09:57:55 +09:00 |
|
SachaG
|
a3a14c8489
|
v1.12.9
|
2018-11-23 11:39:38 +09:00 |
|
SachaG
|
ea7cd23533
|
Field resolvers should check for access (fix #2124)
|
2018-11-23 09:26:56 +09:00 |
|
eric-burel
|
f7a0d77d42
|
fixed links order
|
2018-11-22 12:48:20 +01:00 |
|
eric-burel
|
8a1e1b7a64
|
add error link server side
|
2018-11-22 11:42:02 +01:00 |
|
eric-burel
|
0d5047fca4
|
init apollo server side client state too, better naming
|
2018-11-22 10:10:29 +01:00 |
|
eric-burel
|
8d1f5fb92b
|
split graphQL initialization step and published the executable schema
|
2018-11-19 11:56:06 +01:00 |
|
Eric Burel
|
284cdbae18
|
start splitting code, reuse options handler
|
2018-10-29 22:08:41 +01:00 |
|
Sacha Greif
|
7ac988a4df
|
Merge pull request #2106 from lbke/warn-no-searchable
Warn when no searchable field is set and terms.query is set
|
2018-10-27 12:56:04 +09:00 |
|
Sacha Greif
|
a086e10295
|
Merge pull request #2109 from lbke/devel
Pass context to the defaultView too
|
2018-10-27 12:54:04 +09:00 |
|
Eric Burel
|
1dae8f8445
|
undo breaking change in i18n error properties
|
2018-10-25 15:55:47 +02:00 |
|
Eric Burel
|
406b17d6d5
|
pass context to the defaultView too
|
2018-10-25 15:01:31 +02:00 |
|
Eric Burel
|
c0c02b808c
|
Merge pull request #2057 from lbke/feature/arrays-form
Support arrays with primitives
|
2018-10-25 10:28:38 +02:00 |
|
Eric Burel
|
154b511a5c
|
fix intl message, add tests
|
2018-10-25 10:23:00 +02:00 |
|
SachaG
|
14ff4ce21e
|
Create new central getString method called from vulcan:i18n and other places
|
2018-10-20 15:55:38 +09:00 |
|
Eric Burel
|
14535c1e61
|
add warning when no field is searchable and query is set
|
2018-10-19 15:53:33 +02:00 |
|
SachaG
|
2ca34ba335
|
Various small fixes
|
2018-10-14 18:10:32 +09:00 |
|
SachaG
|
8fc6268631
|
Keep track of locale method; set locale cookie for root path
|
2018-10-13 14:13:08 +09:00 |
|
SachaG
|
0b78ac68f8
|
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel
|
2018-10-10 17:35:03 +09:00 |
|
SachaG
|
335cda6cf0
|
Improve thrown errors
|
2018-10-10 17:35:01 +09:00 |
|
Sacha Greif
|
12784b487e
|
Merge pull request #2102 from Apollinaire/revertSlug
Revert changes made to getUnusedSlug in #2075
|
2018-10-10 17:34:33 +09:00 |
|
Apollinaire
|
de1c13b3d1
|
Revert changes made to getUnusedSlug in #2075
|
2018-10-09 15:09:30 +02:00 |
|