Commit graph

25 commits

Author SHA1 Message Date
SachaG
c00b9083ef Get rid of foo.view.own permissions (a user can always access their own content); refactor posts resolver security with Posts.checkAccess 2017-06-06 17:24:32 -07:00
SachaG
56129faa78 various small fixes 2017-06-06 17:22:17 -07:00
SachaG
7bf856fd1e merge terms from 3 sources in withList; permission check in PostsEditForm; do not default to current date in DateTime component; email subject accepts string; show email properties in debug preview; add async callbacks to charge hook 2017-06-04 13:56:40 +09:00
SachaG
ed5a0d87bd Change posts list resolver’s check; small fixes 2017-05-30 09:57:57 +09:00
SachaG
5a7d012145 Version 1.4.0 2017-05-20 10:02:37 +09:00
SachaG
cba582ca6a Add Users.avatarUrl resolver in case avatarUrl is not defined 2017-05-16 11:05:20 +09:00
SachaG
5f7863c85e do not throw errors in sync callbacks; fix click tracking callback 2017-05-14 10:42:19 +09:00
SachaG
ac2aa28e6c fix twitter login; throw different error when document is not found 2017-04-30 20:36:14 +09:00
SachaG
c9c2030752 Replace autoValue with onInsert, onEdit, onRemove 2017-04-28 09:24:28 +09:00
SachaG
c0b9e6f6f7 Default sticky to false on new posts creation 2017-04-20 19:06:45 +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
1e9ddbb92b Merge branch 'dataloader' into devel 2017-04-15 21:40:20 +09:00
SachaG
0dd0078a1f clean up 2017-04-15 21:39:36 +09:00
SachaG
986c6bc79f Using dataloader for users, posts, comments, categories, and voting resolvers 2017-04-15 16:30:31 +09:00
SachaG
1c080a4059 use Dataloader for posts list, post user, and post upvoters resolvers 2017-04-15 12:03:25 +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
193b0a2895 Use function foo() {} syntax for all callback functions so they have names 2017-04-14 11:37:30 +09:00
SachaG
99c88dcbb1 Version 1.3.2 2017-04-10 11:23:39 +09:00
SachaG
a815dca0a2 Fix posts form bug with missing status options 2017-04-10 11:22:49 +09:00
SachaG
2c741e526d version 1.3.1 2017-04-09 15:47:08 +09:00
SachaG
9135ec00fc Check on terms rather than selector for easier use client-side 2017-04-07 17:13:12 +09:00
SachaG
4f0c190dd8 Add permission checks to Posts resolvers 2017-04-07 16:06:33 +09:00
SachaG
e992a2ceba Use different loading property name for loading in withCurrentUser to avoid conflicts with withList and withDocument; improve posts /out code 2017-04-03 16:06:57 +09:00
SachaG
23b71dbda8 Add missing categories dependency; fix cloudinaryUrls blackbox bug; clean up forms dependencies; add optional collection2 replacement; fix restart script 2017-03-31 11:40:29 +09:00
SachaG
72be56a590 renaming nova-xyz directories to vulcan-xyz 2017-03-24 10:19:24 +09:00