Vulcan/packages/nova-posts/lib
2017-02-16 08:39:42 +01:00
..
callbacks Add new Collection.findInStore and Collection.findOneInStore methods to query the store during SSR and use it in posts views 2017-02-04 11:46:40 +09:00
server fix some lint issues, remove some dead code, remove double imports from the same package & import from core instead of lib except for packages depending explicitly on lib (users, emails, ..) 2017-02-02 16:18:33 +01:00
client.js removing Comments global 2016-06-23 12:17:39 +09:00
collection.js update to apollo-client 0.5.22; small fixes and clean-up; Posts.parameters.get -> Posts.getParameters; add sorting to withList (even though it doesn't work yet); add getParameters to all collections; 2016-12-18 19:04:11 +09:00
custom_fields.js chore: remove legacy properties 'publish' & 'join' 2017-02-16 08:39:42 +01:00
emails.js Telescope.email -> NovaEmail 2016-06-23 16:42:06 +09:00
helpers.js Form: display nicer, multiple & internationalizable (encode -> decode) errors, ensure that state updates are queued; in general prefer Error to Meteor.Error, clean some dead code 2017-02-02 15:15:51 +01:00
imports.js devel - revert commits related to simpl-schema (#1537) 2017-01-11 18:02:12 +01:00
modules.js fix #1541: increasePostViewCount mutation + associated resolver; store posts viewed on the client session on postsViewed in the redux store; document PostsPage HOC & lifecycle hook 2017-02-01 16:37:06 +01:00
mutations.js Form: display nicer, multiple & internationalizable (encode -> decode) errors, ensure that state updates are queued; in general prefer Error to Meteor.Error, clean some dead code 2017-02-02 15:15:51 +01:00
notifications.js Telescope.utils -> Utils 2016-12-12 11:34:28 +09:00
parameters.js Add new Collection.findInStore and Collection.findOneInStore methods to query the store during SSR and use it in posts views 2017-02-04 11:46:40 +09:00
permissions.js Make voting generic (posts, comments, etc.) WIP 2017-01-09 15:42:24 +09:00
redux.js fix #1541: increasePostViewCount mutation + associated resolver; store posts viewed on the client session on postsViewed in the redux store; document PostsPage HOC & lifecycle hook 2017-02-01 16:37:06 +01:00
resolvers.js fix #1541: increasePostViewCount mutation + associated resolver; store posts viewed on the client session on postsViewed in the redux store; document PostsPage HOC & lifecycle hook 2017-02-01 16:37:06 +01:00
schema.js chore: remove legacy properties 'publish' & 'join' 2017-02-16 08:39:42 +01:00
server.js fix some lint issues, remove some dead code, remove double imports from the same package & import from core instead of lib except for packages depending explicitly on lib (users, emails, ..) 2017-02-02 16:18:33 +01:00
views.js Add new Collection.findInStore and Collection.findOneInStore methods to query the store during SSR and use it in posts views 2017-02-04 11:46:40 +09:00