4799 Commits (fd2edcaf6f64b0a33eb77ce682df286f17673bb5)

Author SHA1 Message Date
barisusakli fd2edcaf6f closes #2594 10 years ago
Julian Lam a8c818c6cd added new hook, filter:controllers.topic.get 10 years ago
barisusakli 1adc3b4ea7 removed console.log 10 years ago
barisusakli 6ccdf187ea closes #2595 10 years ago
barisusakli f6525a13c8 data will be always inside socket.io/ modules 10 years ago
barisusakli 2a66aad078 ability to add extra fields to user data, new hook filter:user.addFields 10 years ago
Julian Lam 50ac813388 Merge branch 'private-groups', closed #2588 10 years ago
barisusakli c2fab07236 replaces fs.exists with try catch 10 years ago
barisusakli 5f12679426 #2604 10 years ago
Julian Lam 698f598a30 default cover photo for groups, #2588 10 years ago
Julian Lam 675968f0f3 cover photo for groups, #2588 10 years ago
barisusakli 02dbce57fb relative path fix missing ; 10 years ago
barisusakli 05894d14c6 closes #2151 10 years ago
barisusakli 456b844e61 closes #2596 10 years ago
barisusakli 08c1dad3ee topics.isFollowing works with multiple tids now 10 years ago
barisusakli f417e07b9d user search changes 10 years ago
Julian Lam 612b8f01b6 Merge remote-tracking branch 'origin/master' into private-groups 10 years ago
Julian Lam 635393a274 group creation and deletion from outside ACP, #2588 10 years ago
barisusakli ad12886d19 Merge branch 'master' of https://github.com/NodeBB/NodeBB 10 years ago
barisusakli 2974f1ba8a closes #2602 10 years ago
Julian Lam 765975e667 ACP groups delete calls generic groups socket listener now, #2588 10 years ago
Julian Lam 08e883de44 added widget areas to the bottom of the group details page, #2588 10 years ago
Julian Lam 240056d169 added icon container styles back to ACP, proper hooking-up of iconSelect module in group settings panel, #2588 10 years ago
Julian Lam 69ed8ac45d icon selection interface -- moved iconSelect module out of admin space, #2588 10 years ago
Julian Lam 19f0f6b7e0 fixed issue where trying to go to the user profile would cause a cold load instead of ajaxify 10 years ago
barisusakli 0305ad989c match uploader return 10 years ago
barisusakli f74383bba4 changed userPhoto to files[] 10 years ago
barisusakli 23f450adbd delete topic post sorted sets on topic purge 10 years ago
barisusakli 5414c268a0 sort numerically 10 years ago
barisusakli 9f35a2b251 flat threadtools.purge 10 years ago
barisusakli 1caddb6182 uploads controller 10 years ago
barisusakli a70b73df81 Merge branch 'master' of https://github.com/NodeBB/NodeBB 10 years ago
barisusakli 4ab288acae delete fullname:uid mapping on user delete 10 years ago
psychobunny 5d43aa3212 ability to redirect the user from anywhere
just send

```
callback({
status: 302,
path: '/user/psychobunny'
});
```
10 years ago
psychobunny a7d73d4106 fixes adding new routes to user/xxx/route 10 years ago
Julian Lam b4731ad47b added colorpicker to frontend, badge colour changes for groups, #2588 10 years ago
Julian Lam 7be0830751 properly showing private state in group details, #2588 10 years ago
Julian Lam 84c19921b9 newly created groups automatically assign the creator as the owner, some tweaks to isPrivate parsing, added groups link to header, #2588 10 years ago
Julian Lam 65537d997f if a group is deleted, flush the owner and pending sets, too 10 years ago
barisusakli a8de1c1465 properly fix #2586 10 years ago
barisusakli d7c27b35ab closes #2586 10 years ago
Julian Lam 96c37c25b0 join, leave, accept, reject: handlers + UI, #2588 10 years ago
Julian Lam 3a3d45155e show pending members in frontend UI, #2588 10 years ago
Julian Lam 71b41239ac attempting to join a private group causes the join to be pending, #2588 10 years ago
barisusakli db1cc6b8d2 search by fullname 10 years ago
Julian Lam a5d7fee623 Merge remote-tracking branch 'origin/master' into private-groups 10 years ago
Julian Lam d747ce5760 granting and rescinding ownership, #2588 10 years ago
Julian Lam a907fa2187 added concept of group ownership, #2588 10 years ago
Julian Lam 9fa3675424 added methods and socket listeners for group joining and leaving, #2588 10 years ago
barisusakli a77a761433 closes #1917 10 years ago