541 Commits (32f0fa282f6deb8cbc3e1e132090683b0be654f1)

Author SHA1 Message Date
Julian Lam f97f45a138 logic to show a modal to banned users when they try to log in via SSO 9 years ago
barisusakli b32d7b86e8 fix isModeratorOfAnyCategory
returns true/false now instead of an array
new method getModeratedCids returns an array of moderated cids
9 years ago
Julian Lam 3272c0b98c linting 9 years ago
Julian Lam ead4de6c6f Merge branch 'fix-some-code-lint' of https://github.com/HeeL/NodeBB into HeeL-fix-some-code-lint 9 years ago
Julian Lam e80400665e closes #5111 9 years ago
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule 9 years ago
barisusakli 9a55498fc1 changes to manage/users 9 years ago
barisusakli 9256c8332a get raw values for status and lastonline 9 years ago
barisusakli 2ac3f5e392 closes #5040 9 years ago
barisusakli 72c75bd781 add pagination to flags page 9 years ago
Julian Lam 8dc57cba58 allowing updating of flag data 9 years ago
barisusakli 973e208329 added banned:expire to user hash 9 years ago
Julian Lam 828d5a4b4d fixes #4857 9 years ago
Julian Lam d5961cfca3 #4827 9 years ago
barisusakli 789a3736af closes #4820 9 years ago
Julian Lam 04d4fc2eca temporary ban support 9 years ago
Julian Lam a14263349b updated termsOfUse to use registration interstitial instead of being integrated into register template 9 years ago
barisusakli dcb73f9647 use userCount 9 years ago
Julian Lam afb0312f51 closes #4672 9 years ago
barisusakli bf2133ed7c topic watching 9 years ago
Barış Soner Uşaklı 53249de799 fix performance issue with acp 9 years ago
HSam 48db16fba7 Finished adding a new delete to also remove the reference from the invites list on the APM. 9 years ago
barisusakli e6cf8ec5cf more flagged posts shenanigans 10 years ago
barisusakli 86d70eca74 closes #4103 10 years ago
barisusakli ab6c84471b some search/sort changes 10 years ago
pichalite 55b78827fe add lastonlineISO to user 10 years ago
barisusakli f8a6666e1a chat notify changes 10 years ago
barisusakli 0d6e1091ba async get users 10 years ago
barisusakli 60e1831152 check online from users:online zset 10 years ago
barisusakli 46c2563164 removed rooms.js removed browsing users, removed chat syncing across sockets
use lastonline for online detection
10 years ago
barisusakli f4bfcc7351 removed icon:bgColor and icon:text from db calls
calculates from username on the fly
10 years ago
Julian Lam 9f6dc63fed updated to no longer use user.icons.generate, and removed an unneeded upgrade script! :) 10 years ago
Julian Lam 7580cfb235 fixed double-definition of hashPassword method that was causing new registrations to fail 10 years ago
Julian Lam b52475c270 Merge remote-tracking branch 'origin/master' into user-icons
Conflicts:
	public/src/client/account/edit.js
	src/middleware/middleware.js
	src/socket.io/meta.js
	src/socket.io/user/picture.js
	src/user.js
	src/views/admin/manage/group.tpl
10 years ago
barisusakli 7854e67b7b closes #1637 10 years ago
Julian Lam 4c96f95330 Merge remote-tracking branch 'origin/master' into user-icons
Conflicts:
	public/src/app.js
	public/src/client/account/edit.js
10 years ago
barisusakli b616e69070 User.exists change 10 years ago
Julian Lam 896abb59d3 Update default gravatar admin option to defaultAvatar 10 years ago
Julian Lam f6d5b52a8b WIP user-icons 10 years ago
barisusakli 5950f97f96 more refactors 10 years ago
barisusakli 1f4857585d user refactor 10 years ago
Julian Lam da1c347fc2 closes #3297 10 years ago
barisusakli 5ee1951245 closes #3271 10 years ago
barisusakli 57c2418157 closes #1306 10 years ago
barisusakli 5f5b11f692 closes #3242 10 years ago
Julian Lam 830e1a7a3d fixed issue where privileges were not correctly determined if you were granted moderator access to a category as a group (vs as a single user) 10 years ago
Barış Soner Uşaklı c56b30ff60 convert uid mappings to sorted sets
email:uid, username:uid, userslug:uid, fullname:uid all converted to
sorted sets
prevents hitting mongodb document size limit
10 years ago
barisusakli 5501c0c759 closes #3005 10 years ago
psychobunny b1560388a6 hint 10 years ago
Barış Soner Uşaklı 5641e54192 added route to /users 10 years ago