Commit graph

4027 commits

Author SHA1 Message Date
eric-burel
02cfafabc2 Fixed versions issues (react-bootstrap + apollo) 2019-01-30 18:17:55 +01:00
SachaG
fd33c7675b More linting fixes 2019-01-30 10:45:28 +09:00
SachaG
a13327340c Linting 2019-01-30 10:42:17 +09:00
SachaG
6d1e8da40b Merge branch 'devel' into apollo2
# Conflicts:
#	packages/vulcan-core/lib/modules/components/App.jsx
#	packages/vulcan-core/lib/modules/components/Card.jsx
#	packages/vulcan-core/lib/modules/default_mutations.js
#	packages/vulcan-core/lib/modules/index.js
#	packages/vulcan-debug/lib/components/Routes.jsx
#	packages/vulcan-lib/lib/server/intl.js
2019-01-30 10:36:59 +09:00
SachaG
19ea8159b3 Merge branch 'devel' into apollo2 2019-01-30 10:34:27 +09:00
eric-burel
7008e4e6b1 delete old server file 2019-01-29 18:21:58 +01:00
eric-burel
f51f558cb1 prettier commit 2019-01-29 17:32:08 +01:00
SachaG
a42a3b492a Handle intl fields properly when specifying form fields with "fields" prop 2019-01-28 18:12:12 +09:00
SachaG
0af75807e5 No need for getModel() anymore 2019-01-28 17:57:25 +09:00
SachaG
5e916f6604 Use getPath to get valid path for intl fields; use isEqual for array and/or object comparisons 2019-01-28 17:54:44 +09:00
SachaG
064e172fed Merge branch 'mutator-cleanup' into devel 2019-01-27 09:48:57 +09:00
SachaG
02f0f9bb58 Use horizontal form layout; add FormElement component; pass itemProperties to FormItem 2019-01-27 09:48:45 +09:00
SachaG
8da17a8872 More clean-up 2019-01-27 09:36:49 +09:00
SachaG
691e0623da Revert formatting change 2019-01-26 21:31:55 +09:00
SachaG
595ed5a545 Refactor and clean up mutators some more 2019-01-26 21:22:04 +09:00
SachaG
f0fab18380 More work on bootstrap form items 2019-01-26 21:21:09 +09:00
SachaG
e51c0bef81 Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2019-01-24 18:02:22 +09:00
SachaG
5f941d7d76 Remove Formsy dependency 2019-01-24 18:01:53 +09:00
eric-burel
c7aeaea949 can reproduce getIntrospectionQuery error with minimal schema 2019-01-23 19:51:30 +01:00
Apollinaire
e2f58c54bd Reset error catcher on route change 2019-01-23 14:29:59 +01:00
SachaG
c63ceb4dc4 Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2019-01-23 09:56:22 +09:00
SachaG
12ec3190ff Clean up Form component's render function 2019-01-23 09:56:15 +09:00
Apollinaire
e128cd7650 prettier 2019-01-22 14:58:16 +01:00
Apollinaire
4597fefa22 Add error message for wrong registered hoc 2019-01-22 14:52:38 +01:00
SachaG
5378331599 Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel
# Conflicts:
#	packages/vulcan-lib/lib/server/mutators.js
2019-01-22 09:53:24 +09:00
SachaG
12df83e23f Revert "Add support for running multiple callback hooks at the same time"
This reverts commit ffb2ed555b.
2019-01-22 09:52:16 +09:00
Apollinaire
b2e3aaaeb5 fix lint errors 2019-01-21 18:10:34 +01:00
Apollinaire
744a02be32 rework arrow function with default value 2019-01-21 15:31:38 +01:00
SachaG
ffb2ed555b Add support for running multiple callback hooks at the same time 2019-01-20 17:28:52 +09:00
SachaG
f152a5b8c6 clean up/refactor mutators 2019-01-20 17:25:07 +09:00
SachaG
5b5017888b Add support for attachments to email 2019-01-19 21:32:36 +09:00
SachaG
01cbfe32b7 Add apiKey support 2019-01-18 18:40:50 +09:00
SachaG
9d27f386c9 More small fixes 2019-01-18 18:35:28 +09:00
SachaG
e544b0ce0b Use getHeaderLocale to add locale to GraphQL context 2019-01-18 18:20:58 +09:00
SachaG
a4a0a7c0db fix trackInternal 2019-01-18 15:30:28 +09:00
SachaG
435931a302 Dropzone 8 2019-01-18 15:14:07 +09:00
SachaG
c06a4c2767 Remove console.log 2019-01-18 15:01:44 +09:00
SachaG
90d961902c Small fixes 2019-01-18 14:55:23 +09:00
SachaG
cd66b6d816 Fix runGraphQL 2019-01-18 14:55:10 +09:00
SachaG
1b36fe2ea1 Add ScrollToTop component 2019-01-18 14:05:53 +09:00
Apollinaire
d912e4a224 Add failureComponent and failureComponentName to withAccess 2019-01-15 17:34:51 +01:00
eric-burel
e0433ca74f cleanup apollo server code, add test 2019-01-11 17:34:00 +01:00
Apollinaire
ac2349f2ff Update validation callbacks' debug page
The API for validation callbacks changed some time ago and the debug page was not updated to reflect this.
2019-01-10 15:12:19 +01:00
Apollinaire
ce8e29fc5b Rewrite AdminLayout to use new Dummy component 2019-01-10 14:28:23 +01:00
Apollinaire
1e6e6f88f3 Wrap ErrorCatcher with withSiteData
This way you can add multiple error catchers in your react tree. My use case is adding one in the Modal component, so that when you add a buggy thing in the modal it's caught here and the user can exit the modal and the rest of the app is still rendered.
2019-01-10 14:23:50 +01:00
Apollinaire Lecocq
bd77990f8f
Merge pull request #2170 from Apollinaire/devel
Go back to using FormNestedFoot in Nested Array Fields
2019-01-10 12:41:50 +01:00
eric-burel
9f31de189c remove DEPRECATED message for bodyParser limit option 2019-01-09 17:00:22 +01:00
eric-burel
b0e63d8b61 add back limit setting 2019-01-09 16:58:28 +01:00
eric-burel
e199fba6fb fix bodyParser issue 2019-01-09 16:15:31 +01:00
Apollinaire
74e41dd97d use withAccess in AdminLayout 2019-01-09 11:29:25 +01:00