2737 Commits (2430b970f3cf6e947df7c1132777e688b0fd6fd9)

Author SHA1 Message Date
barisusakli 38733ef94b moved reply post create to topics/create.js 11 years ago
barisusakli 478429af3a moved fork to new file 11 years ago
barisusakli bac3cf03cb moved unread to new file 11 years ago
barisusakli ec63ba4b17 removed unused method 11 years ago
barisusakli 8b6f701246 removd dupe 11 years ago
barisusakli 7f193041a8 removed admin topics 11 years ago
barisusakli 880c393b6d fixed admin groups page
changed gid to groupName
11 years ago
Julian Lam 6f78d29498 upgrade script should not delete non-hidden groups 11 years ago
Julian Lam 1e3b9b7cf6 removing console logs 11 years ago
Julian Lam d33253bc3a Merge remote-tracking branch 'origin/master' 11 years ago
Julian Lam 96d58288c9 tweaking upgrade script so it works with a real db 11 years ago
Julian Lam 4701eb1cee updating groups so that members leave a group when it is deleted 11 years ago
Julian Lam ce867aec53 updated upgrade script date 11 years ago
Julian Lam 0e44eb8629 final refactoring pass for groups -- #1252 11 years ago
barisusakli 26d67257fe moved privilege check out of getRecentReplies
it was being called twice in api/home
11 years ago
barisusakli ef0740049a dont return everything in followers, #1250 11 years ago
barisusakli b2a837d283 getPostSummary change 11 years ago
barisusakli 301008b9cb missed this one 11 years ago
Julian Lam 7b4f596aba updating all group lib methods, and their callers -- #1252 11 years ago
barisusakli c7c3bc1c8e no need to create empty array 11 years ago
barisusakli fa98da6978 related to #1250 11 years ago
Julian Lam befaa56ad0 derp derp derp more refactoring of groups 11 years ago
Julian Lam c893effcb9 WIP commit -- groups refactoring + upgrade scripts 11 years ago
barisusakli 2f8ecc00d8 closes #1250 11 years ago
Julian Lam 85a5c123af minor tweak to winston logging for user jobs 11 years ago
psychobunny 3bd93a40fc closes #1235 11 years ago
Julian Lam c709b7ed5b Merge remote-tracking branch 'origin/master' 11 years ago
Julian Lam 4239c376c8 truncating user list in Groups ACP page, resolved #1132. Refactored system groups handling 11 years ago
Julian Lam 3c5fc72e20 adding "system" flag to system groups 11 years ago
barisusakli 567d867b1e fixed require to missing public config.json 11 years ago
Julian Lam ab5ec68f2f Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam da1a1d5930 adding callback to settings.load, and omitting password validation check on user creation if no password is entered (e.g. SSO login) 11 years ago
barisusakli e86eb8667e threadTools jshint 11 years ago
Julian Lam cc0fabc619 removing console logs from upgrade script 11 years ago
barisusakli 7d382b2900 closes #1243 11 years ago
barisusakli 0f66e80a5a added setting to disable notification sounds 11 years ago
Julian Lam 98745ae0c4 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 2b8a7c73ac daily digest emails! resolved #326 11 years ago
barisusakli 64676b66c8 removed unused validator require 11 years ago
barisusakli 6774f0f52f fit image to 128x128 and keep aspect ratio, closes #1240 11 years ago
barisusakli 6a4dd5cc05 closes #1160 11 years ago
barisusakli e11efad0b7 added getSortedSetRangeByScore 11 years ago
Julian Lam 2badb76fc2 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 61afee98c3 updates to new settings mechanism, updating markdown minver, minor linting for upgrades.js, and upgrade stmt for markdown migration 11 years ago
barisusakli e67e9aee42 moved user creation to new file 11 years ago
barisusakli f83b7ee972 renamed event 11 years ago
barisusakli 8efc33d6a1 closes #976 11 years ago
barisusakli 10d8eed7b9 closes #1229 11 years ago
psychobunny f0a19b06c2 launch aesthetics 11 years ago
psychobunny c6a89b504f Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
psychobunny 6262312747 closes #1153 11 years ago
Julian Lam 012480c2e1 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 43e0c726fa relaxed isClientScript regex, fixed #1198 11 years ago
barisusakli e49d445422 added err checking 11 years ago
psychobunny da7d6a3137 closes #1175 11 years ago
barisusakli 76d8f19e73 forgot to return #963 11 years ago
barisusakli cd4a204f99 closes #963 11 years ago
psychobunny 197b34461f potentially fixes #1228 11 years ago
psychobunny 6e64712fd3 fixed bug in api/search causing it to crash if term is not passed in via ajaxify, see #1195 11 years ago
psychobunny 941c3b2d7e added emitter class; express.listen only after background tasks complete; closes #1227 11 years ago
Julian Lam 16f1db4f5d fireEvent reflection socket call, tweaks to Sounds page in ACP 11 years ago
Julian Lam 14a0b45ae8 securing settings.save socket listeners behind admin namespace 11 years ago
Julian Lam c1ccc81400 ACP integration for Sounds 11 years ago
Julian Lam 17903adace Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
barisusakli 46a475fdde controllers/admin/users cleanup 11 years ago
barisusakli ea4931fa1d removed dupe from controllers/user.js 11 years ago
barisusakli 19c2a85bf1 logger jshint 11 years ago
barisusakli 37e8856861 new middleware to add slug to topic and category 11 years ago
barisusakli 1eafc6ba3d moved user delete to its own file, closes #746 11 years ago
Julian Lam f942c03a58 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
barisusakli 611c16b5a6 closes #1126 11 years ago
barisusakli 7873b90caf missing ; 11 years ago
barisusakli 3d6cce44c7 dont display chats with deleted users 11 years ago
barisusakli 42f42adfaf clean up, radix 11 years ago
barisusakli 1354739d19 user deletion #746
user deletion NOT SKALABLE
11 years ago
Julian Lam ebe61450a1 WIP - settings.prepare refactoring... because. 11 years ago
Julian Lam 6d03f713c5 "Sounds" tab in Settings page... WIP, needs fixing. 11 years ago
barisusakli a0e784a612 closes #1138 11 years ago
barisusakli 6011399063 removed comment 11 years ago
barisusakli d2bef79888 closes #1194 11 years ago
Julian Lam 401bd02748 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 553cabdcfa refactored sound system so that they can be specified in ACP, updated soundfile to work in FF, which fixes #1209 11 years ago
barisusakli bddc270033 changed addUserInfoToPost to add a user object 11 years ago
barisusakli e0911c1fff replaced exists check with getCategoryData 11 years ago
psychobunny 9223865c80 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
psychobunny 9de21995c4 added category bgColor and color to topics api 11 years ago
barisusakli 175230e337 closes #1205 11 years ago
psychobunny e3df487173 cleanup 11 years ago
psychobunny 79bacfe164 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
psychobunny 6563a72b5b fixed emailer templates 11 years ago
barisusakli d8e00f95a2 moved user search to its own file 11 years ago
barisusakli 383b68e7fc user js refactor 11 years ago
barisusakli cc0ac29b36 categories refactor 11 years ago
barisusakli 90e398e5c9 user js refactor, category fix
if a category that didn't exist was request with category/1231 or
api/category/1231 it was crashing.
11 years ago
Julian Lam 67ef155c60 fixing image uploads 11 years ago
barisusakli 3f5c51174d refactored user.js
took out notifications, email and reset code to separate files
11 years ago
psychobunny f47f146320 moved out uploads and users from controllers/admin into their own files 11 years ago
psychobunny 641ec3ef82 moved duplicate upload validation code into its own fn 11 years ago
psychobunny 0bbff06cfa use middleware.authenticate instead of checking in each fn 11 years ago
psychobunny 01cda60704 moved admin upload functions into controllers/admin; re-organized routes/admin to look like routes/index; removed unused deps 11 years ago