Commit graph

6300 commits

Author SHA1 Message Date
SachaG
b2a3e04fcf Fix pollInterval SSR issue (see https://github.com/apollographql/apollo-client/issues/1704#issuecomment-322995855) 2018-12-28 09:16:07 +09:00
SachaG
857b20867c Update to Bootstrap 4 2018-12-28 08:52:40 +09:00
Sacha Greif
cc9c9af008
Merge pull request #2165 from ochicf/patch-2
Add ES translations for error messages
2018-12-28 08:15:56 +09:00
Oscar Chic
299c167922
Add ES translations for error messages 2018-12-27 17:03:22 +01:00
Sacha Greif
d31355ee09
Merge pull request #2163 from Neobii/arrayValidationFix
forgot to add variable
2018-12-27 10:10:01 +09:00
neobii
5daae54ed9 forgot to add variable 2018-12-26 16:47:36 -06:00
Sacha Greif
283320c754
Merge pull request #2162 from Neobii/newArrayValidationMessage
fixed nested array field error
2018-12-26 13:20:23 +09:00
neobii
db98640034 Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into newArrayValidationMessage 2018-12-25 14:53:44 -06:00
neobii
23c24c66ae fixed nested array field error 2018-12-25 14:47:26 -06:00
Apollinaire
72c9d7fc7f Add FR translations for error messages 2018-12-25 18:47:08 +01:00
Apollinaire
ba561bb7fa fix accounts-password dependency 2018-12-25 09:34:25 +01:00
eric-burel
19df560545 add redux 2018-12-21 17:32:34 +01:00
eric-burel
c259f4457f add router.server.postRender callback 2018-12-21 17:32:34 +01:00
eric-burel
c3d5a01a9c add router.server callback to wrap the app 2018-12-21 17:32:25 +01:00
Sacha Greif
0232225d45
Merge pull request #2156 from Neobii/helmetTestFix
fixed helmet for testing
2018-12-20 10:41:51 +09:00
neobii
dd546faee0 fixed helmet for testing 2018-12-19 09:28:10 -06:00
Apollinaire
1e7ae073a9 Merge branch 'master' into devel 2018-12-19 16:10:54 +01:00
Apollinaire
149932a6b8 avoid importing all of lodash to reduce the bundle size 2018-12-19 14:45:36 +01:00
Sacha Greif
b50fb7b363
Merge pull request #2154 from Neobii/lintingFix
fixed whitespace to pass linting test
2018-12-19 11:01:09 +09:00
neobii
bbe973b13e fixed whitespace to pass linting test 2018-12-18 13:23:20 -06:00
Eric Burel
ed33f5a7ae
Merge pull request #2131 from lbke/feature/smart-form-reset
Feature/smart form reset
2018-12-18 09:52:30 +01:00
SachaG
290c9ae4f5 Pass down Components prop 2018-12-17 17:04:30 +09: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
5818df05a1
Merge branch 'devel' into feature/smart-form-reset 2018-12-15 17:33:19 +01:00
Eric Burel
c55aa27983
Merge pull request #2126 from lbke/cleanup-components
Cleanup Datatable / withComponents pattern
2018-12-15 17:31:33 +01:00
Eric Burel
93566aba1c
Merge branch 'devel' into feature/smart-form-reset 2018-12-15 17:16:24 +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
Sacha Greif
1cbb2976f0
Merge pull request #2130 from slimui/nnenna
Add Prettier and Husky
2018-12-15 17:57:59 +09:00
Sacha Greif
2931d706c6
Merge pull request #2152 from mousetraps/itani/support-form-id-attribute
Support form id attribute in SmartForm
2018-12-15 16:41:09 +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
Sara Itani
33ab51972e Support form id attribute 2018-12-13 12:45:20 -08: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
Sacha Greif
02978bf637
Merge pull request #2141 from Neobii/countRestraint
add minCount and maxCount to SmartForm nested arrays
2018-12-12 15:44:18 +09:00
Sacha Greif
821d37d48e
Merge pull request #2147 from mousetraps/itani/body-parser-json-options
Allow user to customize apollo json parser options
2018-12-12 15:42:04 +09:00
Sacha Greif
26746b246b
Merge pull request #2148 from Neobii/newCollectionCreationHooks
added collection creation hook
2018-12-12 15:40:39 +09:00
neobii
baea826800 added collection creation hook 2018-12-11 03:25:17 -06:00
Sara Itani
c79b991176 Allow user to customize apollo json parser options
In particular, the functionality is currently scoped to the maximum request body size (`limit`), which helps avoid errors like `PayloadTooLargeError: request entity too large`

Keys defined here:
https://www.npmjs.com/package/body-parser#bodyparserjsonoptions
2018-12-10 11:11:04 -08:00
Sacha Greif
ea07e97621
Merge pull request #2137 from Neobii/withSingleRefetch
add refetch to props on withSingle
2018-12-10 16:01:32 +09:00
Sacha Greif
bb56715a16
Merge pull request #2136 from Neobii/errorFields
add english field errors
2018-12-10 16:00:57 +09:00
SachaG
e350c5d281 Avoid siteData errors 2018-12-10 15:49:25 +09:00
neobii
aabd1baf93 more elegant code 2018-12-07 05:49:21 -06:00
neobii
3edbd2c97a fixed bug if maxCount was not speficied 2018-12-07 05:34:40 -06:00
neobii
798c93c142 populate initial values if minCount is supplied 2018-12-07 04:45:17 -06:00
neobii
9f7a43c823 added minCount and maxCount to show SmartForm array fields 2018-12-07 02:53:37 -06:00
neobii
e6137df423 corrected quotes 2018-12-05 08:49:36 -06:00