Commit graph

6208 commits

Author SHA1 Message Date
Sacha Greif
66b1aa467f
Merge pull request #2080 from VulcanJS/custom-form-components
Custom form components
2018-10-08 07:22:03 +09:00
Eric Burel
607196e919
Merge pull request #2094 from lbke/apollo2-server
[WIP] Apollo2 server
2018-10-05 16:27:41 +02:00
Eric Burel
b9b1b96a6e fix when engine api key is not defined 2018-10-05 16:03:54 +02:00
Sacha Greif
7f063c85d7
Merge pull request #2097 from Apollinaire/readme
Fix OpenCollective part of readme
2018-10-05 11:33:15 +09:00
Sacha Greif
725c9b6959
Merge pull request #2060 from OrigenStudio/fix/clear-current-values-on-edit
only clear current values for new document's form
2018-10-05 09:43:35 +09:00
ochicf
16ca286a05 clear everything, allow to initialize form with a new document 2018-10-04 20:08:14 +02:00
ochicf
30896adce4 Revert "update package-lock"
This reverts commit 8c8fac976f.
2018-10-04 19:48:11 +02:00
Apollinaire
3d909b1520 Fix OpenCollective part of readme
- Fix broken link to the contributors
- Fix broken anchors to opencollective page
- Fix sponsors list display
2018-10-04 18:47:37 +02:00
Eric Burel
6384bbb12b got rid of graphql-tools
'
2018-10-03 17:54:40 +02:00
Eric Burel
e474414350 fixed new syntax 2018-10-03 17:06:40 +02:00
Eric Burel
d3c384f0fe setup playground but does not pass headers... 2018-10-03 15:18:06 +02:00
Eric Burel
ad022bce9b setup engine 2018-10-03 14:19:50 +02:00
Sacha Greif
d81385e7b7
Merge pull request #2093 from Apollinaire/devel
Restore Edge support
2018-10-03 07:53:19 +09:00
Eric Burel
29bcf74ed3 fixed context creation, server is working back 2018-10-02 20:33:40 +02:00
Eric Burel
8d3120abc7 basic example with apollo-server, not yet working 2018-10-02 18:05:47 +02:00
Eric Burel
583bf4c546 splitting files of the server, cleanup 2018-10-02 18:05:10 +02:00
Apollinaire
735f49aa2b Remove default on arrow function core:App.jsx:getLocale 2018-10-02 17:49:26 +02:00
Eric Burel
fc57ddf183 better naming 2018-10-02 15:38:36 +02:00
SachaG
893425dcdc Do not try to specify locale on headers (let client/server figure it out from other headers) 2018-10-02 12:29:39 +09:00
SachaG
57225bee57 Pass locale to App.jsx during SSR process (as a cookie for now); keep original headers during SSR process; get locale from headers 2018-10-02 12:25:14 +09:00
SachaG
a4ec3fcf1f Minor refactoring in App.jsx; apolloTracing setting -> apolloServer.tracing; improve i18n server-side locale setting logic to account for cookie and accepted language headers 2018-10-02 10:15:47 +09:00
SachaG
561a6e2c63 Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2018-10-02 09:28:53 +09:00
Sacha Greif
381309887d
Merge pull request #2092 from dimofte/fix/form-schema
SmartForm: use prop `schema`, if given
2018-10-01 17:19:20 +09:00
Bogdan Dimofte
3ea00f6ded SmartForm: use prop schema, if given 2018-10-01 11:03:10 +03:00
Sacha Greif
2ce8297c3b
Merge pull request #2091 from Apollinaire/debugIntl
Add /i18n debug page
2018-10-01 09:23:50 +09:00
Apollinaire
042dee1e12 Add debug dashboard 2018-09-30 23:16:13 +02:00
Sacha Greif
c22fd7a067
Merge pull request #2075 from Apollinaire/devel
Users' slug is updated on displayname change
2018-09-30 13:37:57 +09:00
SachaG
7847798e09 Better error when template doesn't exist 2018-09-29 17:12:58 +09:00
Sacha Greif
336a5442e7
Merge pull request #2082 from ErikDakoda/SubmitButtonLabels
SubmitButtonLabels
2018-09-29 08:43:49 +09:00
Apollinaire
af5693077e Add /i18n debug page 2018-09-28 18:33:53 +02:00
Sacha Greif
30ed4cc648
Merge pull request #2086 from Apollinaire/SchemaMerging
Don't merge schema in Vulcan, only do it with SimpleSchema
2018-09-28 21:52:21 +09:00
Sacha Greif
4c4510d260
Merge pull request #2088 from mousetraps/itani/email-subject
Email subjects shouldn't be coupled with sitename
2018-09-28 19:09:12 +09:00
Eric Burel
90d0e0c5a9
Merge pull request #2089 from lbke/apollo2-withMessages
Apollo2 withMessages
2018-09-28 11:14:49 +02:00
Eric Burel
e8a62d93ef
Merge branch 'apollo2' into apollo2-withMessages 2018-09-27 16:38:30 +02:00
Eric Burel
cbc387e7d1 withMessage is functionnal, need testing 2018-09-27 16:27:24 +02:00
Eric Burel
fd26020074
Update npm apollo-client and react-apollo to v2
It seems to fix the undefined results issue in the `graphql` HOC
It also enables Apollo chrome development tool, which is necessary to debug local cache
2018-09-27 16:21:22 +02:00
Eric Burel
e9788cbf45 rewriting withMessages with new apollo-link-state api 2018-09-27 15:52:51 +02:00
Sara Itani
6a54521dc6 Email subjects shouldn't be coupled with sitename 2018-09-27 03:24:11 -07:00
Eric Burel
f88715384b
Merge pull request #2083 from lbke/lbke-apollo2
[WIP] Apollo 2: apollo-state-link and RR4
2018-09-27 11:12:35 +02:00
Eric Burel
a8e6b8b8ea cleanup test, import, modules, wrap registerWatechedMutation with isClient 2018-09-27 11:07:17 +02:00
Eric Burel
f7a2a9ef78 defer apollo2 client creation until app startup 2018-09-27 09:48:35 +02:00
Sacha Greif
68a956a639
Merge pull request #2087 from mousetraps/itani/email-headers
Support email headers property and simplify logic
2018-09-27 08:26:06 +09:00
Sara Itani
aeeb87ddc0 simplify email logic 2018-09-26 12:41:02 -07:00
Sara Itani
cf260fdc5c Support email headers property 2018-09-26 12:24:48 -07:00
Apollinaire
b6cea13db2 Don't merge schema in Vulcan, only do it with SimpleSchema 2018-09-26 17:31:52 +02:00
Apollinaire
b0fbbfbe13 Use connectors and move getUnusedSlug to server code 2018-09-26 17:14:57 +02:00
Eric Burel
bbb9263c27 experiment with reloading the client when adding a mutation 2018-09-26 15:36:24 +02:00
Eric Burel
58afb6c547 Fixed routes with layout exact prop 2018-09-26 12:22:39 +02:00
Eric Burel
2bacae7a0e copy-pasted meteor/apollo, updated to RR4
meteor/apollo Atmosphere version does not seem up to date with the Github repo
2018-09-26 11:34:28 +02:00
Eric Burel
9366d41463 delete confusing file 2018-09-26 10:17:44 +02:00