4883 Commits (070215b05ef45fc8cab78cc334098d3ce508a12b)

Author SHA1 Message Date
barisusakli 03ae7db561 on user delete remove from ip sorted set, fix search by ip 10 years ago
barisusakli 0741f00e4f Merge remote-tracking branch 'origin/master' into 0.7.0 10 years ago
barisusakli f67053df52 figure out pathname, dont crash if callback isnt supplied 10 years ago
Julian Lam 04be40158c if you attempt to join a group when you're already in a group, you can't anymore. 10 years ago
Julian Lam 8ba05c08fe category privilege rescinding 10 years ago
Julian Lam 577a646adc this should appease @barisusakli 10 years ago
barisusakli 236fe91e95 fix typo 10 years ago
barisusakli 6fe8d25166 add uid to filter:topic.get 10 years ago
barisusakli 3eb922393f closes #2616 10 years ago
Julian Lam 8d23265324 sending in groupObj data into group.delete hook 10 years ago
Julian Lam d4d99cba7c fixes #2615 10 years ago
Julian Lam 36cfbbbc58 Merge branch 'master' of github.com:nodebb/NodeBB 10 years ago
barisusakli c324d71727 closes #2610 10 years ago
Julian Lam fa87d883dc allowing "hidden" to be passed directly to Groups.create 10 years ago
barisusakli 3e666adfea action:plugin.install and uninstall 10 years ago
Julian Lam d813bda883 update, create, destroy hooks, #2609 10 years ago
Julian Lam 5c6dfb7462 missed one, @EisFrei 10 years ago
Julian Lam cfdd4ec164 Revert "missed one, ping @EisFrei"
This reverts commit 2ed6b78cc5.
10 years ago
Julian Lam 2ed6b78cc5 missed one, ping @EisFrei 10 years ago
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 10 years ago
Julian Lam 36a49cd994 guests can no longer attempt to join a group, #2588 10 years ago
barisusakli cd99324286 closes #2413, closes #2599 10 years ago
barisusakli 8f5bf1a7ed closes #2587 10 years ago
Julian Lam 188c667580 closed #2612 10 years ago
barisusakli d9a7547e63 next(err) 10 years ago
barisusakli 468d2be668 added error checks and missing returns to widgets closes #2611 10 years ago
Julian Lam 86a6979606 added comments to explain the voting logic 10 years ago
Julian Lam 87b9a60610 fixed group renaming, ping @schamper 10 years ago
Julian Lam 7289d50e6c whoops, fixing travis and groups 10 years ago
Julian Lam fc75e3258d closed #2608 10 years ago
Julian Lam d02f7e0e42 #2609 10 years ago
Julian Lam 6ac04e9da7 closed #2609 10 years ago
Julian Lam aeafbe6170 better widget representation on smaller screens 10 years ago
barisusakli e414008c59 closes #2584 10 years ago
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
psychobunny 1a13f2a54a no need to crash nodebb on missing template directory warning 10 years ago
barisusakli ce9c17f8e5 ability to search posts by user 10 years ago
Julian Lam 1868a02bd7 Merge branch 'master' into private-groups 10 years ago
Julian Lam aa62c52580 closed #2583 10 years ago
Julian Lam a2af8105ec closed #2583 10 years ago
barisusakli 60f1b9679a search filters 10 years ago
Julian Lam 917f76feab group join/leave controls in groups list page (+ helper!) 10 years ago
Julian Lam f3fa2f10ed added ACP option to enable private groups 10 years ago
barisusakli c1ac92ac19 popular topics will use topic creation time 10 years ago
Julian Lam fc7a882877 fixed #2582 10 years ago
barisusakli f060a36853 fix indent 10 years ago
barisusakli b51127bd9c closes #2578 10 years ago
Baris Usakli a36391864a fix recent replies crash, closes #2575 10 years ago
Julian Lam e4caa83158 Merge pull request #2573 from unreadableusername/master
footer.tpl loggedIn variable support
10 years ago
Baris Usakli 8522af504a closed #2571 10 years ago
Julian Lam 112a1e8c85 happy new year! 10 years ago