Files
NodeBB/src/user
barisusakli fed8cc6d53 optimize privileges and assorted fixes.
* new methods
privileges.categories.filter
privileges.topics.filter
privileges.posts.filter

they take a list of ids and a privilege, and return the filtered list of
ids, faster than doing  async.filter and calling the db for each id.

* remove event listeners on recent page before adding
* group.exists works for both single group names and arrays
* helpers.allowedTo works for both a single cid and an array of cids
* moved filter:topic.post hook right before topic creation.
* moved filter:topic.reply hook right before topic reply.
2014-07-29 21:51:46 -04:00
..
2014-05-12 14:51:39 -04:00
2014-07-29 00:42:33 -04:00
2014-07-28 18:18:20 -04:00
2014-07-28 18:18:20 -04:00
2014-06-23 19:45:49 -04:00
2014-07-15 13:00:22 -04:00
2014-07-14 13:25:44 -04:00
2014-07-29 00:42:33 -04:00
2014-06-06 22:12:19 -04:00