Commit Graph

116 Commits (5c6dfb746285053d60cb99735b03d1de238b89a5)

Author SHA1 Message Date
Julian Lam 5c6dfb7462 missed one, @EisFrei
Julian Lam cfdd4ec164 Revert "missed one, ping @EisFrei"
This reverts commit 2ed6b78cc5.
Julian Lam 2ed6b78cc5 missed one, ping @EisFrei
Julian Lam 666cef4029 updated hooks action:groups.join, action:groups.leave, and action:groups.requestMembership to match other action hooks in group namespace (that's "group", not "groups"), ping @EisFrei
Julian Lam 36a49cd994 guests can no longer attempt to join a group,
Julian Lam 87b9a60610 fixed group renaming, ping @schamper
Julian Lam 7289d50e6c whoops, fixing travis and groups
Julian Lam d02f7e0e42
Julian Lam 6ac04e9da7 closed
Julian Lam 698f598a30 default cover photo for groups,
Julian Lam 675968f0f3 cover photo for groups,
Julian Lam 635393a274 group creation and deletion from outside ACP,
Julian Lam b4731ad47b added colorpicker to frontend, badge colour changes for groups,
Julian Lam 7be0830751 properly showing private state in group details,
Julian Lam 84c19921b9 newly created groups automatically assign the creator as the owner, some tweaks to isPrivate parsing, added groups link to header,
Julian Lam 65537d997f if a group is deleted, flush the owner and pending sets, too
Julian Lam 96c37c25b0 join, leave, accept, reject: handlers + UI,
Julian Lam 3a3d45155e show pending members in frontend UI,
Julian Lam 71b41239ac attempting to join a private group causes the join to be pending,
Julian Lam d747ce5760 granting and rescinding ownership,
Julian Lam a907fa2187 added concept of group ownership,
Julian Lam 917f76feab group join/leave controls in groups list page (+ helper!)
barisusakli be11577aa4 closes
barisusakli 51c520f888 closes
barisusakli 420aa5e102 fix moderators
barisusakli 1004fb2822 closes
barisusakli a6e498bb5d error check
barisusakli 608943255b better check
barisusakli ec0624918f possible fix for
Julian Lam 0a38a783c7 TravisCI is TOO DAMN FAST
barisusakli e769ebe668 closes
psychobunny 50b264ac7d prevent deleted users belonging to a group from breaking edit functionality
Martin Freisen a258f2b20b include plugins for the hooks to work
Martin Freisen ab90d7b9d4 added hooks `action:groups.join` and `action:groups.leave`
barisusakli 7d93926ef7 removed async.map
psychobunny 16accf6cd0 fixing groups.leave
barisusakli 0a936e5dd1 unreadTids
barisusakli 7a61645256 less db calls
barisusakli 4e6719e0aa added filterUids method to privileges
used to filter uids on a single category
barisusakli 779b2a8d73 optimize queries
barisusakli ca90afd544
(drunk) not even done yet
barisusakli b8279dc737 optimize getUserGroups to work with multiple user ids
barisusakli 76b257f7b8 optimized User.getUsers
barisusakli 97909a6cac err checks
barisusakli d9a0af712d group null and err check
barisusakli dc68dce27f check err
root--- f2d07d3182 fix fatal error when renaming group with no users
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.
Julian Lam b7d27fe48b god damnit @barisusakli :P
barisusakli fde8e9d90f on group destroy, remove it from all groups
previously if a group was destroyed it was left behind in privilege
groups