Julian Lam
a2627d2066
added default payload to emails, and adding nodebb logo for email header
2017-07-13 11:30:44 -04:00
Julian Lam
12524b5ce4
fix lint
2017-05-30 13:17:26 -04:00
Julian Lam
d2b5b53cb4
refactor for sendValidationEmail, and sending better dummy data for welcome email template
2017-05-30 13:09:30 -04:00
Barış Soner Uşaklı
f6ac92111b
style changes
2017-05-26 00:02:20 -04:00
Barış Soner Uşaklı
6fdad4b002
fix test on redis
2017-05-13 22:12:52 -04:00
barisusakli
75e5f2da74
closes #5485
2017-04-21 21:36:42 -04:00
Barış Soner Uşaklı
fe27d40ff6
closes #5542
2017-03-23 10:58:28 +03:00
barisusakli
5a2ff8ed0a
closes #5527
2017-03-14 23:03:09 +03:00
barisusakli
b1b87d339f
more refactors
2017-03-02 16:11:11 +03:00
Peter Jaszkowiak
dd2b930824
Resolve merge conflicts, minify only .js files
2017-02-23 18:31:49 -07:00
barisusakli
799f688503
closes #5463 , invitation tests
2017-02-21 15:08:17 +03:00
Peter Jaszkowiak
896c8c7343
ESlint object-curly-spacing
2017-02-18 12:30:49 -07:00
Peter Jaszkowiak
3b0dd2d1ef
ESlint padded-blocks
2017-02-18 02:32:24 -07:00
Peter Jaszkowiak
bc1d70c126
ESlint comma-dangle
2017-02-17 19:31:21 -07:00
barisusakli
69b766bbc8
more tests
2016-12-02 17:05:46 +03:00
barisusakli
7f90e31a38
more socket user tests
2016-12-01 18:59:24 +03:00
barisusakli
4f0e93732a
#5211
...
remove passing js/css between procs
2016-11-17 12:56:00 +03:00
barisusakli
2476ab3684
closes #5202
2016-11-15 12:45:07 +03:00
Julian Lam
2463e85c0d
allowing moderators access to the account info page
2016-10-24 15:58:57 -04:00
Julian Lam
bf276d5147
fixes #5144
2016-10-21 14:44:22 -04:00
HeeL
4a3c31b2dc
Fix space-before-function-paren linter rule
2016-10-13 11:43:39 +02:00
HeeL
3fa1c1f927
Fix space-infix-ops linter rule
2016-10-13 11:42:29 +02:00
barisusakli
15cae8d6ea
ability to set moderation note on users
2016-09-21 12:55:44 +03:00
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
2016-08-24 14:47:01 +03:00
Mathias Schreck
ce9ee62fa0
Handle callback errors
2016-08-17 12:54:59 +02:00
Julian Lam
fd8f5f9415
closes #4918
2016-08-09 12:56:42 -04:00
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
2016-05-06 09:41:35 +03:00
barisusakli
eb0aea6390
add /user/<uid> and /post/<pid> redirects
...
change notifications to use new redirects
2016-05-05 20:24:09 +03:00
barisusakli
bea2344ad4
api controllers refactor
2016-04-30 21:08:47 +03:00
Ben Lubar
114e957b0f
add client-side unread count support for the "new" filter
2016-04-08 13:54:51 -05:00
barisusakli
f7aa44d1bf
added some missing callbacks
2016-03-09 19:13:36 +02:00
barisusakli
0b2f01b8bc
info page
2016-03-09 13:19:37 +02:00
barisusakli
8d9f7d8e19
added socket methods
2016-03-08 11:24:32 +02:00
Barış Soner Uşaklı
88e4591f88
closes #4194
2016-02-16 18:04:02 +02:00
barisusakli
1b9e18c6fc
allow global mods to see banned users
2016-02-03 15:17:42 +02:00
barisusakli
add4e6ee5b
notifications.create can return null
2016-01-27 20:03:28 +02:00
barisusakli
86d70eca74
closes #4103
2016-01-25 13:36:21 +02:00
barisusakli
767c798b2f
log self account delete, logout on self account delete
2016-01-22 13:24:38 +02:00
Barış Soner Uşaklı
24114539d5
closes #4046
2016-01-10 20:51:16 +02:00
Julian Lam
05df8900db
closes #3912
2015-12-16 12:15:26 -05:00
Peter Jaszkowiak
67905667a9
Added admin-only invites
2015-11-28 15:33:17 -07:00
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.
2015-11-27 16:55:31 -07:00
psychobunny
003631df79
isFollowing: send false if user is anon
2015-10-30 00:10:48 -04:00
psychobunny
ead377e0ca
user.isFollowing socket call
2015-10-29 22:22:33 -04:00
barisusakli
5e5cafafd0
make one socket call to load unread counts
2015-10-20 19:19:50 -04:00
barisusakli
7854e67b7b
closes #1637
2015-10-09 17:52:55 -04:00
barisusakli
e0c6acd163
socket.io/user.js refactor
2015-09-25 15:56:58 -04:00
psychobunny
ae1043543d
closes #3585
2015-09-15 18:34:47 -04:00
barisusakli
e6755d0adc
closes #3458
2015-09-11 13:48:58 -04:00
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.
2015-08-21 10:32:14 -04:00