Barış Soner Uşaklı
|
687adea5dd
|
closes #6836
|
7 years ago |
Barış Soner Uşaklı
|
d4db8c2d42
|
removed reset
|
7 years ago |
Barış Soner Uşaklı
|
c9a415c469
|
check if process.send exists
|
7 years ago |
Barış Soner Uşaklı
|
1024a0efa1
|
add reset to pubsub for tests
|
7 years ago |
Barış Soner Uşaklı
|
a0f5461860
|
don't set and read from topic hash in parallel (#6831)
this was causing a test to fail, although very rarely
|
7 years ago |
Barış Soner Uşaklı
|
1ec2d511b2
|
remove unnecessary code
|
7 years ago |
Barış Soner Uşaklı
|
ba21c5170a
|
moved increase/decrease
moved these two methods into addPostToTopic&removePostFromTopic
|
7 years ago |
Barış Soner Uşaklı
|
e615391b22
|
convert values to string before removing
|
7 years ago |
Barış Soner Uşaklı
|
5c7dd54815
|
fix zsets and update them on post move, closes #6823 (#6827)
|
7 years ago |
Barış Soner Uşaklı
|
702be3f6de
|
https://github.com/NodeBB/nodebb-theme-persona/issues/363
|
7 years ago |
Barış Soner Uşaklı
|
ed9b3a31df
|
fix navigation items not getting saved if they are not modified at all
if you add 2 nav items and dont make any changes they weren't being saved, adding order fixes this issue
|
7 years ago |
Barış Soner Uşaklı
|
cf1173b0c4
|
closes https://github.com/NodeBB/nodebb-theme-persona/issues/408
|
7 years ago |
Barış Soner Uşaklı
|
a3d463916c
|
closes #6822
|
7 years ago |
Barış Soner Uşaklı
|
5e1c33bb3b
|
Merge branch 'master' of https://github.com/NodeBB/NodeBB
|
7 years ago |
Barış Soner Uşaklı
|
a4d5c81de5
|
closes #6819
|
7 years ago |
Baris Usakli
|
3886a704e0
|
fix lint
|
7 years ago |
Baris Usakli
|
84737b5a49
|
use buildForSelect
|
7 years ago |
Baris Usakli
|
6dc84deca9
|
allow admins mods to watch/ignore categories for other users
|
7 years ago |
Baris Usakli
|
71905bb2c6
|
fix watched categories
|
7 years ago |
Baris Usakli
|
9ed4239d8e
|
small changes and test for user/:slug/categories
|
7 years ago |
André Zanghelini
|
523a2dc54c
|
Add settings page to control watched categories (#6648)
* Add settings page to control watched categories
* Fix passing undefined to pushUnreadCount
|
7 years ago |
Barış Soner Uşaklı
|
1df9961eb4
|
make lint happy
|
7 years ago |
Barış Soner Uşaklı
|
8df6838561
|
closes #6816
|
7 years ago |
Barış Soner Uşaklı
|
b58ab48485
|
add test for /sessions controller
|
7 years ago |
Barış Soner Uşaklı
|
002522834c
|
closes #6815
|
7 years ago |
Barış Soner Uşaklı
|
b033d6f115
|
add tid to post-purge event
|
7 years ago |
Barış Soner Uşaklı
|
13a1497617
|
closes #6801
|
7 years ago |
Barış Soner Uşaklı
|
7bc69e9182
|
Merge branch 'master' of https://github.com/NodeBB/NodeBB
|
7 years ago |
Barış Soner Uşaklı
|
1bea247748
|
add username/email to user-delete event
|
7 years ago |
Barış Soner Uşaklı
|
49ba5af5fa
|
closes #6810 (#6813)
|
7 years ago |
Barış Soner Uşaklı
|
48d49cfcad
|
Merge branch 'master' of https://github.com/NodeBB/NodeBB
|
7 years ago |
Barış Soner Uşaklı
|
d1491feed9
|
add tid to topic rename and post delete restore events
|
7 years ago |
Barış Soner Uşaklı
|
f77091d1ed
|
change user delete so it returns quickly
|
7 years ago |
Barış Soner Uşaklı
|
f45d24d351
|
change if to !== 0
|
7 years ago |
Barış Soner Uşaklı
|
b7eaf4191e
|
return correct post count if its out of sync
|
7 years ago |
Barış Soner Uşaklı
|
77beaf2e15
|
Allow local login,closes #6800 (#6803)
* WIP
* reset groups cache after every suite
|
7 years ago |
Barış Soner Uşaklı
|
d92ef9ca11
|
remove id
|
7 years ago |
Ben Lubar
|
cf4ea94e6d
|
Fix single-host-cluster socket.io (#6802)
It was silently dropping every message because every node thought it was the master node.
|
7 years ago |
Julian Lam
|
f95308bf33
|
move sharp require into the method it is used in src/file.js
|
7 years ago |
Julian Lam
|
ebabcc5e3c
|
if authenticate middleware is overridden by plugin, check for req.user and return notAllowed helper otherwise
/cc @LudwikJaniuk
|
7 years ago |
Barış Soner Uşaklı
|
4b970a1072
|
use lodash, load 3 posts per iteration
|
7 years ago |
Barış Soner Uşaklı
|
18d0deeccb
|
update deprecated methods (#6794)
|
7 years ago |
Barış Soner Uşaklı
|
1cb2e1e368
|
remove console.log switch to series
|
7 years ago |
Julian Lam
|
c9dfb4e109
|
closes #6790
|
7 years ago |
Julian Lam
|
02046889ec
|
closes #6691
|
7 years ago |
Ben Lubar
|
11b655163e
|
Only run the DDL for session storage on the primary instance. (#6788)
This fixes a restart loop caused by deadlocks in large clusters.
|
7 years ago |
Barış Soner Uşaklı
|
1590452697
|
filter topics you cant read @benlubar
|
7 years ago |
Barış Soner Uşaklı
|
95501e8fee
|
closes #6738 closes #6290 (#6785)
* closes #6738 closes #6290
* fix test, delete keys
* delete all bans on user delete
* fix upgrade script to actually read reason
|
7 years ago |
Barış Soner Uşaklı
|
4570daa033
|
Merge branch 'master' of https://github.com/NodeBB/NodeBB
|
7 years ago |
Barış Soner Uşaklı
|
3ed856f587
|
change if
|
7 years ago |