12 Commits (3549ce9873a7bc0f605bed10104aa692651dd9d2)

Author SHA1 Message Date
barisusakli b616e69070 User.exists change 10 years ago
Julian Lam 927971b392 added hooks for following/follower retrieval 10 years ago
barisusakli 878e548296 renamed end to stop globally
fixed getting favourites for admins
10 years ago
barisusakli bd17bff7d4 prevent double follow/unfollow 10 years ago
barisusakli b54f2de504 pass uid to getUsers and getUsersFromSets 10 years ago
barisusakli e414008c59 closes #2584 10 years ago
barisusakli fd2edcaf6f closes #2594 10 years ago
barisusakli 37d7756271 hasEnoughRep can take an array
user follow uid checks
10 years ago
barisusakli 9e8be432b3 notification changes
-only send a notification when the person you follow creates a topic
-you still get a notification per post if you are following a topic
-changed notifications.push so that it sends the notifications over a
period of time, currently to 50 users per second
-optimized topics.notifyFollowers and
user.notifications.sendTopicNotification, they no longer query the
database for the topic and post data instead they get it as params
-you can no longer follow yourself :)
-changed mongo sortedSetRemove so that it doesn't use $in if there is
only a single value to remove
11 years ago
Micheil Smith 3e82cab398 Add missing new lines at end of files. 11 years ago
barisusakli ef0740049a dont return everything in followers, #1250 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