4880 Commits (d102ff0704adf13688321a5cff2bc038201d3940)

Author SHA1 Message Date
barisusakli bf9b633d50 fix Group.exists if an array is passed in 10 years ago
barisusakli 26defd7dca Groups.getGroupNameByGroupSlug 10 years ago
barisusakli e31bf9131f added topics.follow and toggleFollow 10 years ago
Julian Lam 5a1c2b9ddf booleanifying sendPostNotification user setting when requested, and now only sending the post notification if the user has flipped that option on in user settings... kind of an important thing to forget... 10 years ago
barisusakli 835ad3ea53 fix post.getUpvoters to work with an array 10 years ago
Julian Lam bc9ede7b6c changed emailer.send so that it processes a callback, if provided. Also added new option to receive emails every time a topic you subscribe to is posted to. 10 years ago
barisusakli 4b3aa26abd closes #2633 10 years ago
barisusakli caec718092 callback for getUidsInRoom 10 years ago
psychobunny 3fb7eb766b closes #2646 10 years ago
Julian Lam ca92372676 fixed #2644 10 years ago
Julian Lam 70f6c396fc updated widget container to use h3 in panel header 10 years ago
barisusakli bd8a77a22b dont crash if callback isnt passed in 10 years ago
barisusakli 2c45dc6450 redis helpers 10 years ago
Julian Lam 0bf98b5494 simplified isOwner check because there's no need to check admin status as admins automatically become owners now 10 years ago
Julian Lam 0c2d2a28ba admins can bypass the request step of a group and just join it, and they also become owners when they join a group 10 years ago
Julian Lam d2217b8137 closed #2641 10 years ago
barisusakli 740c52fc4f missing semicolon 10 years ago
barisusakli 22c541d95f closes #2643 10 years ago
barisusakli f3719df997 getGroups method to get a range 10 years ago
Julian Lam 3ade5da00f groups sorting by creation date 10 years ago
barisusakli 25f6b816ed send iso and unix timestamp 10 years ago
barisusakli c379753341 upgrade scripts
upgrade groups to sorted set(groups:createtime) upgrade
upgrade groups:<name>:members to sorted set
new database methods
tests
10 years ago
Julian Lam 4a3255d4fd search sorting 10 years ago
Julian Lam 2a6de59277 if group search is executed with empty string, return all groups 10 years ago
Julian Lam fd8a885145 fixed tests by removing the broken one, heh heh heh 10 years ago
Julian Lam 6502dd2561 group searching 10 years ago
Julian Lam fa27461abc upgrading administrator groups as well 10 years ago
barisusakli dd38ee96fa return cover:url in user groups 10 years ago
Julian Lam 22a619d9c7 fixed #2631 10 years ago
barisusakli 7efc0619cc dont crash if data.username is undefined, dont set username to empty value 10 years ago
barisusakli f1a3815ddc action:user.updateProfile 10 years ago
barisusakli aab2bc0b39 keep track of the last 20 events 10 years ago
Julian Lam c4bc51b834 fixing installation script that broke with recent updates to groups 10 years ago
barisusakli 21522e59c4 added slug to user group return #2635 10 years ago
barisusakli 96c27d29f4 dont crash if callback isn't supplied 10 years ago
barisusakli 2f955c3af4 getUpvoters works with array 10 years ago
Julian Lam d2938ea509 closed #2626 10 years ago
barisusakli d96a1f0365 closes #2630 10 years ago
Julian Lam 5160ab1ed1 closed #2625 10 years ago
barisusakli 4c62590bc8 closes #2628 10 years ago
barisusakli ad21e73491 send values to plugins when updating groups 10 years ago
Julian Lam eb5b8ccec3 better check for group exist, groups with different cases can no longer be created, #2588 10 years ago
barisusakli 9f8b274e24 filter:group.get 10 years ago
barisusakli 94fa212eab added filter:groups.get 10 years ago
Julian Lam c026a64e8e adding concept of group slugs, #2588. ping @barisusakli for downstream plugin changes 10 years ago
barisusakli 6f140384e0 send groupData on action:group.create 10 years ago
Julian Lam 491e0060d4 more files that should be loaded for maintenanceMode to work 10 years ago
Julian Lam fe45fc967d updating maintenance mode middleware so js doesn't crash until login client-side js is ready 10 years ago
barisusakli f5b448c300 closes #2623 10 years ago
barisusakli e46cda835a closes #2624 10 years ago