Vulcan/packages/nova-voting/lib
xavcz 36ca34a267 fix upvote.async callback issue on collection.new mutation
* add collection as the last parameter of a collection.async cb,
* when inserting a new document, run upvote.async cb once the document has been inserted (collection.new.async)
* remove pre-meteor 1.3 '/server' folder, put everything in the root (initiated by grouping callbacks in the same file for less confusion)
2017-01-24 11:58:57 +01:00
..
containers Make voting generic (posts, comments, etc.) WIP 2017-01-09 15:42:24 +09:00
callbacks.js fix upvote.async callback issue on collection.new mutation 2017-01-24 11:58:57 +01:00
client.js move Users.hasUpvoted to nova:voting 2016-11-29 18:52:13 +09:00
cron.js fix upvote.async callback issue on collection.new mutation 2017-01-24 11:58:57 +01:00
custom_fields.js Remove “__” prefix to avoid conflicts with GraphQL introspection types and simplify code 2017-01-18 10:18:33 +09:00
graphql.js vote resolver: isSimulation false -> async callbacks will run 2017-01-10 11:38:42 +01:00
helpers.js devel - revert commits related to simpl-schema (#1537) 2017-01-11 18:02:12 +01:00
modules.js fix upvote.async callback issue on collection.new mutation 2017-01-24 11:58:57 +01:00
permissions.js Make voting generic (posts, comments, etc.) WIP 2017-01-09 15:42:24 +09:00
resolvers.js call upvoting callback on post insert in sync way 2017-01-18 10:19:23 +09:00
scoring.js fix upvote.async callback issue on collection.new mutation 2017-01-24 11:58:57 +01:00
server.js fix upvote.async callback issue on collection.new mutation 2017-01-24 11:58:57 +01:00
vote.js fix upvote.async callback issue on collection.new mutation 2017-01-24 11:58:57 +01:00