Commit graph

43 commits

Author SHA1 Message Date
SachaG
6f93b49aba control -> input 2019-02-18 10:34:01 +09:00
SachaG
7ddcc28b97 Comment out sendy integration for now 2019-01-02 14:40:39 +09:00
SachaG
111e00ecae Fix semicolons and other linting issues 2018-12-31 15:22:17 +09:00
SachaG
8330accba7 centralize error throwing in new throwError function 2018-12-02 10:01:48 +09:00
SachaG
5fc0e30f40 Fix ESLint 2018-09-12 11:59:00 +09:00
SachaG
6d0dd73b41 editableBy -> canUpdate 2018-06-22 20:58:02 +09:00
SachaG
6201b55837 insertableBy -> canCreate 2018-06-22 20:57:31 +09:00
SachaG
50fba6b0a3 viewableBy -> canRead 2018-06-22 20:55:22 +09:00
SachaG
a086e6e584 Update flash messages 2018-04-28 18:51:20 +09:00
SachaG
800784f3f9 Clean up newsletter package a bit 2018-04-28 12:22:41 +09:00
SachaG
861e65e641 Refactor connectors code to avoid repeating getSetting 2018-03-03 11:39:56 +09:00
SachaG
270c6b4215 Use connectors and await/async 2018-02-18 15:26:59 +09:00
SachaG
faf92b3650 Use better API (create, update, delete, find, get) 2018-02-12 18:55:37 +09:00
SachaG
ab65ae54be More connectors + async/await refactoring 2018-02-11 13:18:22 +09:00
Justin Reynolds
75b6ece0a4 Fix linting 2018-01-25 15:03:03 -06:00
SachaG
f5dc8a4a51 newsletter should be disabled by default 2017-12-27 16:49:27 +09:00
Sacha Greif
f5c2d21274 Small fixes; Default newsletter to *not* be automatically sent out 2017-10-14 11:06:25 +09:00
SachaG
984021cd7f Clean up/refactor settings; add registerSetting and /settings route 2017-09-22 12:24:15 +02:00
SachaG
d967b927e9 Split out i18n strings into correct packages 2017-09-13 10:21:15 +02:00
SachaG
dbe888a56c refactor vulcan:newsletter package to be collection-agnostic; move posts newsletter logic to posts package 2017-08-28 22:27:07 +09:00
SachaG
1fdee1025f fix newsletter issues 2017-08-09 19:20:21 +09:00
SachaG
9a8c7b7411 Merge branch 'devel'
# Conflicts:
#	packages/vulcan-newsletter/lib/server/integrations/mailchimp.js
2017-07-14 10:52:32 +09:00
SachaG
14f46a889e whoops 2017-07-13 17:41:29 +09:00
SachaG
77f651d2d5 syntax clean up 2017-07-13 17:37:59 +09:00
SachaG
7ff1ada7d9 add new default resolvers and default mutations; improve the way field resolvers are defined 2017-07-03 10:54:10 +09:00
SachaG
a370cca0ce Better Apollo error handling using apollo-errors (used for newsletter for now) 2017-06-30 11:18:16 +09:00
klokie
25009baba5 use correct code for Mailchimp "already subscribed" state 2017-06-16 21:42:51 +02:00
SachaG
7e2de51bde react-i18n -> vulcan:i18n 2017-06-01 11:42:30 +09:00
Michel Herszak
2e7b461e24 Added PropTypes package and changed Component to PureComponent 2017-05-23 08:42:28 -06:00
Michel Herszak
14f5ba8971 Added PropTypes from 'prop-types'; 2017-05-19 14:42:43 -06:00
SachaG
36736c498f refactor embedly package; getEmbedlyData mutation -> getEmbedData; add new builtin provider and EmbedAPI provider to embed package 2017-05-13 16:36:01 +09:00
SachaG
0210696017 Newsletters.subscribe -> Newsletters.subscribeUser 2017-04-20 19:06:59 +09:00
SachaG
11abfb8ad3 Fix issue in categories parameters callback; fix issue with generated fragment in edit form; convert collection name to lowercase to get hook name; do not wrap mailchimp sync all in try..catch; add console.log after subscribe/unsubscribe; tweak posts list resolver so that it works even with multiple statuses; show url in ssr errors; add limit to RSS feed 2017-04-19 12:19:17 +09:00
SachaG
778ad9b64d Newsletter package shouldn’t throw errors when no settings are present 2017-04-18 09:56:38 +09:00
SachaG
dd76442ab3 keepViewableFields -> restrictViewableFields (clearer name); always capitalize collection names; export new Collections array 2017-04-15 12:02:16 +09:00
SachaG
f9386a07bd Add sample newsletter integration template file 2017-04-12 11:51:57 +09:00
SachaG
f6165a1d2c more refactoring 2017-04-12 11:46:27 +09:00
SachaG
e48a94598d Add title 2017-04-12 10:02:30 +09:00
SachaG
b57b55351f More refactoring, working on sendy integration 2017-04-11 10:49:54 +09:00
SachaG
b8e6751790 Refactoring newsletter package, adding sendy integration 2017-04-11 10:27:35 +09:00
SachaG
09dea1cff8 Create new Newsletters collection 2017-04-02 21:11:09 +09:00
SachaG
929352619f Nova -> Vulcan 2017-03-24 10:35:19 +09:00
SachaG
72be56a590 renaming nova-xyz directories to vulcan-xyz 2017-03-24 10:19:24 +09:00