Vulcan/server
Charlie DeTar 6a155301e9 Fix usage of `can.edit` for users
Fix the ``changeEmail`` method's invocation signature of ``can.edit``,
and fix the definition of ``can.edit`` to allow it to work with users as
the "item".

Note that this relies on "_id" to be unique across collections.  Mongo
won't generate the same ID in two collections, but it is possible to
manually add an object to another collection with a duplicate ID.
2015-03-26 15:00:32 -06:00
..
publications publish upvoters/downvoters on single post page 2015-03-26 13:15:16 +09:00
indexes.js Add some basic indexing for posts and comments. Not comprehensive. 2015-02-10 21:47:07 -05:00
migrations.js test for presence of settings 2015-03-26 12:07:30 +09:00
scoring.js clean-up 2014-12-30 18:18:00 +09:00
start.js add MAIL_URL as a setting 2015-01-02 16:05:28 +09:00
start_cron.js Fixes scheduling cron jobs twice 2014-12-14 19:46:32 +08:00
users.js Fix usage of `can.edit` for users 2015-03-26 15:00:32 -06:00