Vulcan/packages/vulcan-core/lib/modules
Eric Burel bf9ebaf57c
Allow guests to create document as a default
Hi, using when using the default mutations, you can't allow a guest user to create a document, even if you allowed it for `guests` when setting up permissions. This is because a undefined `user` will always trigger a `false` during the "new" check.

I think it is safe to remove this, because anyway you have to manually tell who can create document (or so I think, maybe I'm  wrong?) so you can't allow guests to create documents by mistake.
2018-03-03 23:11:33 +01:00
..
components Handle urls in cards/datatable 2018-02-24 18:58:14 +09:00
containers Don't try to reorder items on vote (fix https://github.com/VulcanJS/Vulcan-Starter/issues/34) 2018-03-03 12:04:41 +09:00
callbacks.js 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
default_mutations.js Allow guests to create document as a default 2018-03-03 23:11:33 +01:00
default_resolvers.js Refactor connectors code to avoid repeating getSetting 2018-03-03 11:39:56 +09:00
index.js #1865 Fix upsert 2018-01-31 18:29:49 -06:00