Commit graph

5004 commits

Author SHA1 Message Date
SachaG
b7404f88ae Fix segment identify 2017-12-27 09:55:06 +09:00
SachaG
c75cd475cb Add new addUserFunction event function; make sure site url always has trailing '/'; document charge callbacks 2017-12-26 11:17:44 +09:00
SachaG
38b1df1fe4 vulcan-intercom -> vulcan-events-intercom 2017-12-26 11:16:49 +09:00
SachaG
3aeb211653 Enable anonymous insert mutations (for event tracking) 2017-12-25 15:39:22 +09:00
SachaG
a8526f8505 Fix image deletion bug (see #1788) 2017-12-21 10:04:16 +09:00
SachaG
16412207b9 Use full URL for logoUrl resolver 2017-12-20 13:46:03 +09:00
SachaG
0fb118b534 Pass on error data to flash component to help with #1787 2017-12-20 09:43:42 +09:00
SachaG
3f07f024c8 Rename users.new.validate.before callback 2017-12-20 09:43:30 +09:00
SachaG
5ed20fe7f5 More work on events stuff 2017-12-20 09:43:13 +09:00
SachaG
0a7500ac66 Fix double slashes in site image path 2017-12-20 09:43:00 +09:00
Sacha Greif
78c389b76e
Merge pull request #1778 from Doonloo/devel
Add pre-validate callback on new user creation
2017-12-18 12:10:46 +09:00
SachaG
f05c2bcab5 Implement server-side tracking for Segment; add server-side 'events.identify' hook 2017-12-18 10:13:17 +09:00
SachaG
010fff2e21 Implement server-side internal event tracking 2017-12-18 09:57:17 +09:00
SachaG
84c9442ed1 Enable inserting events in MongoDB via track() 2017-12-18 09:01:24 +09:00
SachaG
104b630448 Create new events-internal package to hold internal Mongo event tracking code 2017-12-17 20:59:26 +09:00
SachaG
4d55c2f788 Small fixes 2017-12-17 18:00:48 +09:00
SachaG
983c08d52f Pass current route to router.onUpdate hook; trigger router.onUpdate from new RouterHook component; Add new event.identify hook; refactor events package, add new events-ga and events-segment packages 2017-12-17 17:42:06 +09:00
SachaG
0cbb904f2d Set enableCache when defining HoC rather than when defining resolvers for more granularity 2017-12-13 18:39:19 +09:00
SachaG
574f08c449 Enable Engine caching 2017-12-08 20:54:23 +09:00
SachaG
68351674da Work on adding caching option to default resolvers; add loadingMore prop to withList 2017-11-30 23:08:27 +09:00
SachaG
9e23b826a8 Meteor 1.6 2017-11-24 10:02:06 +09:00
Dimitar Nikolov
036ef645de Add pre-validate callback on new user creation 2017-11-22 16:39:00 +02:00
SachaG
0ea50dfbcf Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2017-11-22 09:17:34 +09:00
SachaG
4b862db660 graphql-server-express -> apollo-server-express; remove Optics integration 2017-11-21 18:33:52 +09:00
SachaG
319fbb914b Enable Apollo Engine integration (add 'apolloEngine.apiKey' in settings.json) 2017-11-21 10:03:11 +09:00
Sacha Greif
658e551a48
Merge pull request #1771 from warehouseman/issue_1770
Fix issue #1770
2017-11-14 15:27:27 +09:00
Sacha Greif
60c563f15e
Merge pull request #1772 from ErikDakoda/erikdakoda
Changes to support vulcan-material-ui
2017-11-14 11:43:30 +09:00
SachaG
1a33e91554 Fix time component 2017-11-14 10:49:13 +09:00
Erik Schannen
e9acedd00a - Pass all properties of fieldSchema.form on to the form component
- Restore missing delete link
2017-11-10 15:35:01 -05:00
Martin Bramwell
296a363c13 Bug (#1770): Corrects the invocation of PicsNewForm component
Signed-off-by: Martin Bramwell <martinhbramwell@gmail.com>
2017-11-10 11:05:31 -05:00
SachaG
cd5a31f6b0 Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2017-11-09 10:02:27 +09:00
SachaG
f52aae1afc Get oAuth config using getSetting 2017-11-09 10:02:00 +09:00
SachaG
41b585adfa Move form's wrapped component instantiation to constructor 2017-11-09 10:01:51 +09:00
SachaG
9e959b96c6 Add repeatErrors prop to Forms 2017-11-09 10:01:22 +09:00
SachaG
aec4c0ae69 Add Datatable emptyState prop 2017-11-09 10:00:56 +09:00
Sacha Greif
7accd7c6ae improve calback documentation; fix edit validation issue; add postedAt callback 2017-11-08 10:06:01 +09:00
Sacha Greif
712f258a7c make pollInterval globally configurable via a setting 2017-11-03 11:41:12 +09:00
Sacha Greif
f9ccef64ca Add new Time component; add new 'default' form schema option 2017-11-03 11:40:53 +09:00
Sacha Greif
3950c2b891 Handle initialAmount in Checkout component 2017-11-01 15:38:10 +09:00
Sacha Greif
33296c1421 Add fetchPolicy and propertyName options to withList and withDocument 2017-11-01 15:37:57 +09:00
Sacha Greif
6e2dfdc39c
Merge pull request #1759 from Discordius/devel
Improve speed of vote score updates (Mongo aggregator + bulkwrite)
2017-10-31 18:38:54 +09:00
Sacha Greif
e025e0ad89 Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2017-10-31 10:19:23 +09:00
Sacha Greif
1ab3e4e022 package.json 2017-10-31 10:19:21 +09:00
Sacha Greif
5ae75f6d62 Add initial cost support to subscriptions; handle erroneous stripe customer ids 2017-10-31 10:18:16 +09:00
Sacha Greif
6dd521a9b1 Add EditButton core component 2017-10-26 16:04:26 +09:00
Sacha Greif
2fa0405dfa Use Express instead of Picker for /stripe route; add webhook verification 2017-10-26 11:27:22 +09:00
Discordius
78308f6810 Improved speed of vote score updates (Mongo aggregator + bulkwrite) 2017-10-25 05:06:34 -07:00
Sacha Greif
043c7cbad0 Merge pull request #1754 from codedeep/master
Correct prescript for its operation in windows, making it compatible on all three platforms: linux, MacOS and Windows.
2017-10-24 21:03:28 +09:00
Sacha Greif
984d2702af Merge pull request #1751 from Discordius/scoringFix
Order of operation fix in scoring.js
2017-10-24 09:36:40 +09:00
Sacha Greif
f92ff68de6 Merge pull request #1752 from Discordius/voteIndex
Added index to Votes on startup
2017-10-24 09:36:13 +09:00