Commit graph

5273 commits

Author SHA1 Message Date
SachaG
fd556e834b SimpleSchema 1.4.2 2018-02-18 18:04:19 +09:00
SachaG
bf4aba4a32 Small clean up for withList and withDocument 2018-02-18 18:00:07 +09:00
SachaG
bb43a16e68 Revert "Pass an extraTerms argument to all extra queries"
This reverts commit ab8fd47d76.
2018-02-18 17:42:12 +09:00
SachaG
ab8fd47d76 Pass an extraTerms argument to all extra queries 2018-02-18 16:56:58 +09:00
SachaG
64cef790db rename mutations to mutators; improve connectors 2018-02-18 15:27:25 +09:00
SachaG
270c6b4215 Use connectors and await/async 2018-02-18 15:26:59 +09:00
SachaG
a899532c4f mutation -> mutator 2018-02-17 11:17:25 +09:00
SachaG
5b91dc834c Clean up vulcan:users package directory structure 2018-02-17 11:17:07 +09:00
SachaG
29d10c9277 Merge branch 'devel' into connectors 2018-02-17 10:58:33 +09:00
SachaG
be65866d25 Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2018-02-17 10:58:12 +09:00
Sacha Greif
20518122bc
Merge pull request #1904 from ErikDakoda/erikdakoda2
Various minor bug fixes
2018-02-17 10:57:48 +09:00
SachaG
c001d1e337 Use proper user_id Intercom property 2018-02-17 10:56:50 +09:00
SachaG
af35c0cc10 subscribeUser -> createSubscription for consistency with createCharge 2018-02-17 10:56:30 +09:00
Erik Schannen
c10ece2934 - Correct Callbacks schema to ensure compatibility with more recent versions of simpl-schema
- Add option to VulcanEmail.send to not swallow errors
- Only use md5 module of crypto-js to reduce bundle size
2018-02-16 01:00:33 -05:00
SachaG
67f9c66350 Add new subscribe callback; clean up stripe.charge.sync callback and make it iterate over metadata 2018-02-16 12:07:55 +09:00
SachaG
466abb09e3 Add try…catch block to track 2018-02-15 12:05:47 +09:00
SachaG
0d4c243db1 Test on undefined and null to accommodate fields whose value is 0 2018-02-15 12:05:16 +09:00
SachaG
97e0883f31 Refactor NewButton/EditButton code 2018-02-15 12:04:51 +09:00
SachaG
e3ba347f80 Better way: just use options' fragmentName as mutationFragment 2018-02-15 09:32:41 +09:00
SachaG
f9893aa615 Pass down newFragmentName and editFragmentName 2018-02-14 22:22:51 +09:00
SachaG
33e3b28495 Improve charge processing logging 2018-02-14 22:21:56 +09:00
SachaG
0c06dc9b55 Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2018-02-14 19:10:38 +09:00
SachaG
cee5fa6b6c Make currentUser available as a variable for withDocument and withList 2018-02-14 19:10:29 +09:00
Sacha Greif
f779bd62ef
Merge pull request #1902 from justinr1234/fix-charges-insert
Fix Charges Insert
2018-02-14 11:40:49 +09:00
Justin Reynolds
2dc9cc0b87 Fix Charges Insert 2018-02-13 11:22:41 -06:00
SachaG
6add1d7f0e Merge branch 'devel' into connectors 2018-02-12 18:55:47 +09:00
SachaG
faf92b3650 Use better API (create, update, delete, find, get) 2018-02-12 18:55:37 +09:00
SachaG
2eeb252bd5 Let EditButton, NewButton pass through props to SmartForm 2018-02-12 18:49:22 +09:00
SachaG
0ff904562c Add description as help prop on forms 2018-02-12 18:48:12 +09:00
SachaG
6c1ec1efdb missing 'meteor/' 2018-02-11 13:19:12 +09:00
SachaG
ab65ae54be More connectors + async/await refactoring 2018-02-11 13:18:22 +09:00
SachaG
6af995664b Use connectors and async/await in vulcan:voting 2018-02-11 13:18:06 +09:00
SachaG
7639801434 Split out Mongo operations into connectors 2018-02-11 12:57:51 +09:00
SachaG
31621b39b2 Add createdAtFormattedShort field to charges 2018-02-09 11:30:15 +09:00
SachaG
88c69b9d78 Pass down currentUserData 2018-02-08 12:21:45 +09:00
SachaG
7e009542f0 add graphQLEndpointURL setting to make endpoint URL configurable (to use different GraphQL back-end for example) 2018-02-07 10:29:02 +09:00
SachaG
f8bf479f16 Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2018-02-06 09:16:45 +09:00
SachaG
8c88f36e0e Avoid duplicate charge documents and make sure associated documents exist 2018-02-06 09:16:42 +09:00
Sacha Greif
85e1398b09
Merge pull request #1887 from justinr1234/add-stripe-callbacks
Add stripe callbacks
2018-02-06 09:14:26 +09:00
Sacha Greif
b1ae8a8d36
Merge pull request #1886 from justinr1234/fix-payments-callbacks
Fix async register callback for vulcan-payments
2018-02-06 09:13:23 +09:00
Sacha Greif
5fe4708868
Merge pull request #1885 from justinr1234/fix-stripe-startup
Fix stripe plan startup
2018-02-06 09:12:27 +09:00
Justin Reynolds
9bd1da9f59 Fix stripe plan startup 2018-02-05 18:09:18 -06:00
Justin Reynolds
4f900a2898 Add stripe callbacks 2018-02-05 15:18:57 -06:00
Justin Reynolds
818da2c56b Fix async register callback for vulcan-payments 2018-02-05 13:31:53 -06:00
SachaG
908a570664 Fix Intercom ID, fix withList context issue 2018-02-05 10:45:51 +09:00
SachaG
ac838a65e4 Add notifyOnNetworkStatusChange option to withList 2018-02-05 10:45:20 +09:00
SachaG
fae0e812df Add isPublic option to registerSetting; explain Stripe settings 2018-02-05 10:44:56 +09:00
Sacha Greif
3f0a37039d
Merge pull request #1879 from justinr1234/create-stripe-subscriptions
Create Stripe Subscriptions on startup if requested
2018-02-04 10:41:59 +09:00
Sacha Greif
4c6164530c
Merge branch 'devel' into create-stripe-subscriptions 2018-02-04 10:41:00 +09:00
Sacha Greif
9921b91912
Merge pull request #1880 from justinr1234/export-stripe-singleton
Export stripe singleton
2018-02-04 10:34:17 +09:00