158 Commits (1864a5082620eb7c727ab7cf322cbb3e39a24f2a)

Author SHA1 Message Date
Julian Lam 12524b5ce4 fix lint 8 years ago
Julian Lam d2b5b53cb4 refactor for sendValidationEmail, and sending better dummy data for welcome email template 8 years ago
Barış Soner Uşaklı f6ac92111b style changes 8 years ago
Barış Soner Uşaklı 6fdad4b002 fix test on redis 8 years ago
barisusakli 75e5f2da74 closes #5485 8 years ago
Barış Soner Uşaklı fe27d40ff6 closes #5542 8 years ago
barisusakli 5a2ff8ed0a closes #5527 8 years ago
barisusakli b1b87d339f more refactors 8 years ago
Peter Jaszkowiak dd2b930824 Resolve merge conflicts, minify only `.js` files 8 years ago
barisusakli 799f688503 closes #5463 , invitation tests 8 years ago
Peter Jaszkowiak 896c8c7343 ESlint object-curly-spacing 8 years ago
Peter Jaszkowiak 3b0dd2d1ef ESlint padded-blocks 8 years ago
Peter Jaszkowiak bc1d70c126 ESlint comma-dangle 8 years ago
barisusakli 69b766bbc8 more tests 8 years ago
barisusakli 7f90e31a38 more socket user tests 8 years ago
barisusakli 4f0e93732a #5211
remove passing js/css between procs
8 years ago
barisusakli 2476ab3684 closes #5202 8 years ago
Julian Lam 2463e85c0d allowing moderators access to the account info page 8 years ago
Julian Lam bf276d5147 fixes #5144 8 years ago
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule 8 years ago
HeeL 3fa1c1f927 Fix space-infix-ops linter rule 8 years ago
barisusakli 15cae8d6ea ability to set moderation note on users 9 years ago
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
9 years ago
Mathias Schreck ce9ee62fa0 Handle callback errors 9 years ago
Julian Lam fd8f5f9415 closes #4918 9 years ago
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
9 years ago
barisusakli eb0aea6390 add /user/<uid> and /post/<pid> redirects
change notifications to use new redirects
9 years ago
barisusakli bea2344ad4 api controllers refactor 9 years ago
Ben Lubar 114e957b0f add client-side unread count support for the "new" filter 9 years ago
barisusakli f7aa44d1bf added some missing callbacks 9 years ago
barisusakli 0b2f01b8bc info page 9 years ago
barisusakli 8d9f7d8e19 added socket methods 9 years ago
Barış Soner Uşaklı 88e4591f88 closes #4194 9 years ago
barisusakli 1b9e18c6fc allow global mods to see banned users 9 years ago
barisusakli add4e6ee5b notifications.create can return null 9 years ago
barisusakli 86d70eca74 closes #4103 9 years ago
barisusakli 767c798b2f log self account delete, logout on self account delete 9 years ago
Barış Soner Uşaklı 24114539d5 closes #4046 9 years ago
Julian Lam 05df8900db closes #3912 9 years ago
Peter Jaszkowiak 67905667a9 Added admin-only invites 9 years ago
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