Commit Graph

522 Commits (ca835e35ba091bb5df3dbb573f5b856af3d8c76b)

Author SHA1 Message Date
barisusakli bf2133ed7c topic watching
Barış Soner Uşaklı 53249de799 fix performance issue with acp
HSam 48db16fba7 Finished adding a new delete to also remove the reference from the invites list on the APM.
barisusakli e6cf8ec5cf more flagged posts shenanigans
barisusakli 86d70eca74 closes
barisusakli ab6c84471b some search/sort changes
pichalite 55b78827fe add lastonlineISO to user
barisusakli f8a6666e1a chat notify changes
barisusakli 0d6e1091ba async get users
barisusakli 60e1831152 check online from users:online zset
barisusakli 46c2563164 removed rooms.js removed browsing users, removed chat syncing across sockets
use lastonline for online detection
barisusakli f4bfcc7351 removed icon:bgColor and icon:text from db calls
calculates from username on the fly
Julian Lam 9f6dc63fed updated to no longer use user.icons.generate, and removed an unneeded upgrade script! :)
Julian Lam 7580cfb235 fixed double-definition of hashPassword method that was causing new registrations to fail
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
barisusakli 7854e67b7b closes
Julian Lam 4c96f95330 Merge remote-tracking branch 'origin/master' into user-icons
Conflicts:
	public/src/app.js
	public/src/client/account/edit.js
barisusakli b616e69070 User.exists change
Julian Lam 896abb59d3 Update default gravatar admin option to defaultAvatar
Julian Lam f6d5b52a8b WIP user-icons
barisusakli 5950f97f96 more refactors
barisusakli 1f4857585d user refactor
Julian Lam da1c347fc2 closes
barisusakli 5ee1951245 closes
barisusakli 57c2418157 closes
barisusakli 5f5b11f692 closes
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)
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
barisusakli 5501c0c759 closes
psychobunny b1560388a6 hint
Barış Soner Uşaklı 5641e54192 added route to /users
Julian Lam 1a58ea6520 closed
barisusakli 04ed79e587 fix profile image upload on subfolder install
barisusakli ec7caea368 fix search on mongo
barisusakli c7128bcc98 part 1 of search change
Barış Soner Uşaklı cdd5847b39 closes
Barış Soner Uşaklı 6a55cdfbaf fix relative_path image url for sub installs
Julian Lam 957415463f Merge branch '0.7.0'
Conflicts:
	package.json
	src/search.js
barisusakli def600e927 search in categories and children
barisusakli f988959989 Merge remote-tracking branch 'origin/master' into 0.7.0
Mega 2e1d1ac665 Uploading avatar causes crash on 0.6.1-dev
barisusakli b54f2de504 pass uid to getUsers and getUsersFromSets
barisusakli e16cfa396b Merge remote-tracking branch 'origin/master' into 0.7.0
barisusakli a1c8902b4e hook fixes
new hook, action:user.online,
fix action:user.set hooks so they pass in uid
check err before firing hooks
Julian Lam aabfeba38d Merge branch 'master' into 0.7.0
Conflicts:
	src/user.js
barisusakli 9db7f0f9a0 doing on master as well
barisusakli ab69477b24 moved filter:user,get to central function
barisusakli 8f5bf1a7ed closes
barisusakli 2a66aad078 ability to add extra fields to user data, new hook filter:user.addFields
barisusakli f417e07b9d user search changes