Commit Graph

140 Commits (bf276d514760496eb28a55dfbdd98aca9c78ff37)

Author SHA1 Message Date
Julian Lam bf276d5147 fixes
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule
HeeL 3fa1c1f927 Fix space-infix-ops linter rule
barisusakli 15cae8d6ea ability to set moderation note on users
barisusakli 84f88a6f15 refactor user search
use pagination on results
removed infinite scroll
changed the term and section to use the query param as well
pagination urls respect search
Mathias Schreck ce9ee62fa0 Handle callback errors
Julian Lam fd8f5f9415 closes
barisusakli 702597d759 change /user/uid to /uid/:uid
so it doesn't conflict with actual user routes
was causing incorrect redirects if a user had a numeric userslug
@julianlam
barisusakli eb0aea6390 add /user/<uid> and /post/<pid> redirects
change notifications to use new redirects
barisusakli bea2344ad4 api controllers refactor
Ben Lubar 114e957b0f add client-side unread count support for the "new" filter
barisusakli f7aa44d1bf added some missing callbacks
barisusakli 0b2f01b8bc info page
barisusakli 8d9f7d8e19 added socket methods
Barış Soner Uşaklı 88e4591f88 closes
barisusakli 1b9e18c6fc allow global mods to see banned users
barisusakli add4e6ee5b notifications.create can return null
barisusakli 86d70eca74 closes
barisusakli 767c798b2f log self account delete, logout on self account delete
Barış Soner Uşaklı 24114539d5 closes
Julian Lam 05df8900db closes
Peter Jaszkowiak 67905667a9 Added admin-only invites
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.
psychobunny 003631df79 isFollowing: send false if user is anon
psychobunny ead377e0ca user.isFollowing socket call
barisusakli 5e5cafafd0 make one socket call to load unread counts
barisusakli 7854e67b7b closes
barisusakli e0c6acd163 socket.io/user.js refactor
psychobunny ae1043543d closes
barisusakli e6755d0adc closes
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.
barisusakli 5ee1951245 closes
barisusakli 0ef2ccc130 closes
barisusakli 3341fc5644 fix method name
barisusakli 4f37d268b6 removed sort by username
barisusakli fd817e865e added pagecount
barisusakli fbdae8fe1d return time and matchcount on page switch
barisusakli addd6ecde7 check error fix ip
barisusakli aa577f4adc part 1
no upgrade script yet
barisusakli 0083d4ff1c return user settings in api
barisusakli 7632997a99 closes
barisusakli fa9fde43fb closes
barisusakli 5501c0c759 closes
psychobunny 799cc9397a closes
also fixes some UX issues and enforces password length check on both
client and server
psychobunny 56d1b521c5 closes
@barisusakli  there was a return; if user is offline, don't see any
reason why it should be so I removed it, just FYI
psychobunny 43bd798f2b
Barış Soner Uşaklı c294c3b342 fix inf scroll and timeago on users page
barisusakli 878e548296 renamed end to stop globally
fixed getting favourites for admins
Barış Soner Uşaklı 9edfcb0053 dont save user obj in db
Julian Lam eee2aa8051 making sure to pass in userData to notifications.create on user follow