psychobunny
dbc3113940
Merge pull request #5412 from pichalite/cropperjs
...
Ability to crop profile images before uploading
8 years ago
barisusakli
a15aaaf389
closes #5394
...
dont allow socket.emits during maintenance mode
8 years ago
Peter Jaszkowiak
553567c3b2
Refactor `nodebb`, move `build.js`, add `--dev`
8 years ago
pichalite
de28ff5d43
Ability to crop profile images before uploading
8 years ago
pichalite
ab797b91a4
Let global mods change user avatar
9 years ago
Barış Soner Uşaklı
c4d4d2385b
closes #3973 closes #5303
9 years ago
barisusakli
a1af59def3
add missing return, fix tests
9 years ago
barisusakli
988c485874
post tools test
9 years ago
barisusakli
f8d958e065
rooms.getAll test
9 years ago
barisusakli
009da723c5
meta.configs tests
9 years ago
barisusakli
835669805a
tag tests
9 years ago
barisusakli
3bd1c6c2b5
notification tests
9 years ago
barisusakli
55b68197aa
closes #4544
9 years ago
barisusakli
e17b37edb6
closes #5287
9 years ago
barisusakli
9e52d5ec04
new hook, action:user.delete
9 years ago
barisusakli
fba28791f5
missing ;
9 years ago
barisusakli
c32e6aaabb
use build module instead of forking
9 years ago
barisusakli
0b9829850c
closes #5273
9 years ago
psychobunny
6b7b51eaf0
Merge pull request #5170 from pitaj/master
...
ACP search updated to support translations
9 years ago
Peter Jaszkowiak
9fd64549a3
Use async instead of Promises
9 years ago
barisusakli
7d47f4b067
tag tests
9 years ago
barisusakli
69b766bbc8
more tests
9 years ago
barisusakli
1440139903
more tests
9 years ago
barisusakli
4b6e4f085d
more tests
...
group cover upload tests
registration approval queue tests
9 years ago
Peter Jaszkowiak
5223bb5191
Merge branch 'master' of github.com:nodebb/nodebb
9 years ago
barisusakli
7f90e31a38
more socket user tests
9 years ago
barisusakli
9ba93d8be9
group search tests
9 years ago
Peter Jaszkowiak
77e58f31c5
Fixes, passes tests
9 years ago
Peter Jaszkowiak
a431dc0305
ACP search updated to support translations
9 years ago
barisusakli
49267d54b7
topics unread tests
9 years ago
barisusakli
aa69481a0c
dont mark chat notifications read if you are not in the room
9 years ago
barisusakli
c33d3e874a
store pinned topics in new zset
...
keep pinned topics on top on different sort types
9 years ago
barisusakli
b807915515
removed incorrect markread nid
9 years ago
barisusakli
d2fa0c3e6a
vote socket tests
9 years ago
barisusakli
cecb4c0403
some more group tests
9 years ago
barisusakli
db14c29e41
socket.io/categories tests
9 years ago
barisusakli
5d4903f643
fix test
9 years ago
barisusakli
ef87a2b7d7
closes #5219
9 years ago
Julian Lam
0e8bf17ff0
re: #5211 , bringing back the RELOAD BUTTON :rage2:
9 years ago
barisusakli
dada858565
add canReply to messages
9 years ago
barisusakli
e3616ab0f9
socket/meta test
9 years ago
barisusakli
853cea7fec
removed emitter.js
9 years ago
barisusakli
5e7fb4eeb2
widget tests
9 years ago
barisusakli
4f0e93732a
#5211
...
remove passing js/css between procs
9 years ago
barisusakli
f2e4d9ce53
change flag tests so they use socket methods as well
9 years ago
barisusakli
3380f61985
more tests
9 years ago
barisusakli
2476ab3684
closes #5202
9 years ago
Julian Lam
ede7a71db7
Fixes #5186
...
On socket.io connection, all clients join a room pertaining to
their express session id. We use this room to keep track of any
sessions in different browser windows (but the same cookie jar),
so if a login/logout occurs, we can throw a session mismatch
modal.
This room can also be used to emit messages across windows/tabs...
9 years ago
barisusakli
ee75c69817
post edit tests
9 years ago
barisusakli
c1d28af2a7
filter posts that you cant read
9 years ago
Ben Lubar
5937fefa39
Check whether the user can read the replies and allow filtering the reply count in plugins
9 years ago
barisusakli
ecef0c6ad5
more user tests
9 years ago
barisusakli
d23966c534
more tests
9 years ago
barisusakli
3ec760ac85
inf scroll tests for topics
9 years ago
barisusakli
5cfe379841
fix recent for inf scroll
9 years ago
barisusakli
eca850c4b1
nested reply improvements
...
on new post increase count and add nested reply if replies are expanded
on post purge reduce count and remove nested reply
9 years ago
barisusakli
96d05b58d4
show deleted replies like regular deleted posts
9 years ago
barisusakli
ff08cbf677
replies to posts
9 years ago
Ben Lubar
ea10f51f2e
UI for replies-to-post (needs theme update)
9 years ago
barisusakli
d8a9df74d7
fix wrong error returns, more tests
9 years ago
Sergii Paryzhskyi
e515b791da
Fix eslint rules ( #5117 )
...
* Fix semi linter rule
* Fix semi-spacing linter rule
* Fix no-undef-init linter rule
* Fix space-before-blocks linter rule
9 years ago
Julian Lam
2463e85c0d
allowing moderators access to the account info page
9 years ago
barisusakli
2c65b2ecf3
closes #5143
9 years ago
Barış Soner Uşaklı
4e5d120763
closes #5142
9 years ago
Julian Lam
bf276d5147
fixes #5144
9 years ago
barisusakli
1a63672e66
more test fixes
9 years ago
barisusakli
12f366f4b4
more tests
...
register/login/logout tests
ability to test socket.io emits for logged in users
9 years ago
barisusakli
235fe9efe3
fix chat modal title
9 years ago
barisusakli
139360ce18
if chat is restricted dont allow adding to room
9 years ago
Julian Lam
3272c0b98c
linting
9 years ago
Julian Lam
ead4de6c6f
Merge branch 'fix-some-code-lint' of https://github.com/HeeL/NodeBB into HeeL-fix-some-code-lint
9 years ago
Julian Lam
e80400665e
closes #5111
9 years ago
HeeL
4a3c31b2dc
Fix space-before-function-paren linter rule
9 years ago
HeeL
3fa1c1f927
Fix space-infix-ops linter rule
9 years ago
HeeL
9a0d764bbd
Fix wrap-iife linter rule
9 years ago
barisusakli
59d035376b
closes #5025
9 years ago
barisusakli
6f86621e30
closes #5096
9 years ago
barisusakli
9a55498fc1
changes to manage/users
9 years ago
barisusakli
aca0a893e7
remove since properly
9 years ago
barisusakli
fe50c8d124
closes #5078
9 years ago
barisusakli
a93ee97926
closes #5073
9 years ago
barisusakli
abd99760e5
closes #5070
9 years ago
Barış Soner Uşaklı
a325a85a84
fix mass group invite
9 years ago
barisusakli
4eb8015017
closes #5069
9 years ago
Barış Soner Uşaklı
1eddf4c720
closes #5060
9 years ago
Anil Mandepudi
c50486b47d
Fix [socket.io] Unrecognized message: admin.reload
9 years ago
barisusakli
8326846c2f
closes #5043
9 years ago
barisusakli
5746341099
closes #5048
9 years ago
barisusakli
15cae8d6ea
ability to set moderation note on users
9 years ago
barisusakli
55396ca442
inf scroll in chat-content
9 years ago
barisusakli
4be20799ec
fix getRecentChats
9 years ago
barisusakli
4ce8e2224a
optimize topics.markTopicNotificationsRead
...
let's not call it once for each tid
9 years ago
barisusakli
958fe3e72f
closes #3762
9 years ago
barisusakli
2ac3f5e392
closes #5040
9 years ago
barisusakli
72c75bd781
add pagination to flags page
9 years ago
barisusakli
dd78f46980
1 more tag change
9 years ago
barisusakli
ef5e02534a
fix missing translator, add flag reason
9 years ago
Julian Lam
b12607b1de
added uid to flag history, fixed loading on IS, worked around tjs bug
9 years ago
Julian Lam
8dc57cba58
allowing updating of flag data
9 years ago
barisusakli
8d897d8dcf
autocompleteTags
9 years ago