118 Commits (af8e649246ab3d28456840a34be43eadf5f87712)

Author SHA1 Message Date
Peter Jaszkowiak a3cfcd9a48 Maximum invites, invites stored
Added the ability for admins to restrict the maximum amount of invites
a user can make. Invites are stored and displayed in the registration
queue admin page.
9 years ago
psychobunny 003631df79 isFollowing: send false if user is anon 9 years ago
psychobunny ead377e0ca user.isFollowing socket call 9 years ago
barisusakli 5e5cafafd0 make one socket call to load unread counts 9 years ago
barisusakli 7854e67b7b closes #1637 10 years ago
barisusakli e0c6acd163 socket.io/user.js refactor 10 years ago
psychobunny ae1043543d closes #3585 10 years ago
barisusakli e6755d0adc closes #3458 10 years ago
Julian Lam 5f9990299f Pass a notification path when a user follows another
When a user followed another, a notification is created, but with
no path, so on plugins like pushbullet, it would default to trying
to build a topic url, but the required values were null, leading to
a broken url.
10 years ago
barisusakli 5ee1951245 closes #3271 10 years ago
barisusakli 0ef2ccc130 closes #3240 10 years ago
barisusakli 3341fc5644 fix method name 10 years ago
barisusakli 4f37d268b6 removed sort by username 10 years ago
barisusakli fd817e865e added pagecount 10 years ago
barisusakli fbdae8fe1d return time and matchcount on page switch 10 years ago
barisusakli addd6ecde7 check error fix ip 10 years ago
barisusakli aa577f4adc part 1
no upgrade script yet
10 years ago
barisusakli 0083d4ff1c return user settings in api 10 years ago
barisusakli 7632997a99 closes #3045 10 years ago
barisusakli fa9fde43fb closes #2971 10 years ago
barisusakli 5501c0c759 closes #3005 10 years ago
psychobunny 799cc9397a closes #2973
also fixes some UX issues and enforces password length check on both
client and server
10 years ago
psychobunny 56d1b521c5 closes #2967
@barisusakli  there was a return; if user is offline, don't see any
reason why it should be so I removed it, just FYI
10 years ago
psychobunny 43bd798f2b #2967 10 years ago
Barış Soner Uşaklı c294c3b342 fix inf scroll and timeago on users page 10 years ago
barisusakli 878e548296 renamed end to stop globally
fixed getting favourites for admins
10 years ago
Barış Soner Uşaklı 9edfcb0053 dont save user obj in db 10 years ago
Julian Lam eee2aa8051 making sure to pass in userData to notifications.create on user follow 10 years ago
Barış Soner Uşaklı 8b429a2e05 removed path 10 years ago
Julian Lam 82f7ca5e0f added a path to follow notification 10 years ago
barisusakli bd17bff7d4 prevent double follow/unfollow 10 years ago
barisusakli 756d03fa62 closes #2745
generate paths on retrieval instead of notification creation
also fix follow notification path
10 years ago
barisusakli f99c3a310d use uid instead of socket.uid 10 years ago
barisusakli 5dfafff421 call callback on password update 10 years ago
Julian Lam 1843d0364e closed #2708 10 years ago
Julian Lam 957415463f Merge branch '0.7.0'
Conflicts:
	package.json
	src/search.js
10 years ago
barisusakli ba6af71150 fix profile update 10 years ago
barisusakli 2c8e8a1f1c closes #2550, closes #2518 10 years ago
barisusakli b54f2de504 pass uid to getUsers and getUsersFromSets 10 years ago
barisusakli fd2edcaf6f closes #2594 10 years ago
barisusakli 456b844e61 closes #2596 10 years ago
barisusakli f417e07b9d user search changes 10 years ago
barisusakli db1cc6b8d2 search by fullname 10 years ago
barisusakli a77a761433 closes #1917 10 years ago
barisusakli ce9c17f8e5 ability to search posts by user 10 years ago
barisusakli 6d31fee3f5 closes #2564
change user.search to accept params
can search substr with startsWith:false
no infinite scroll on admin user search page
10 years ago
barisusakli 4b1b98e229 handle changePicture callback properly 10 years ago
barisusakli 768c17263c fix error messages 10 years ago
barisusakli f9405c0423 closes #2440 10 years ago
Barış Soner Uşaklı 6581c90475 forgot one 10 years ago