psychobunny
|
61871fae77
|
merging #2077
|
11 years ago |
psychobunny
|
e738d592dc
|
fixed potential NaN issue https://github.com/NodeBB/NodeBB/issues/2077
|
11 years ago |
psychobunny
|
52b58b441e
|
closes https://github.com/NodeBB/NodeBB/issues/2077
|
11 years ago |
barisusakli
|
25ed131b13
|
show stack trace of error
|
11 years ago |
barisusakli
|
e9798028de
|
show error
|
11 years ago |
barisusakli
|
5696ea2396
|
check errors on decodeURIComponent
|
11 years ago |
barisusakli
|
b7eddda8c8
|
one more fix
|
11 years ago |
barisusakli
|
20eb4def1d
|
possible fix to online guest count
using socket io rooms instead of syncing between workers.
|
11 years ago |
barisusakli
|
e79c980421
|
delete anything older than 1 week
|
11 years ago |
barisusakli
|
5222edb624
|
sortedSetsAdd
using mullti/bulk for redis/mongo
lets you add a score/value pair to multiple sorted sets at once
|
11 years ago |
Baris Usakli
|
f16ced6bcc
|
removed path from notif, its created on the fly when retrieveing the notifications
|
11 years ago |
barisusakli
|
aed9a9f76f
|
removed console.log
|
11 years ago |
barisusakli
|
9b26b60082
|
fixed cron
|
11 years ago |
barisusakli
|
61e1c51ef6
|
run notif prune every 30mins
disabled post edit log
|
11 years ago |
barisusakli
|
a56ab7f15a
|
closes #2061
|
11 years ago |
barisusakli
|
242721c73f
|
using websockets
|
11 years ago |
barisusakli
|
6cd84ebe81
|
removed parseInt from sorts
|
11 years ago |
barisusakli
|
3c8ca63608
|
fixed getCidsByPids
|
11 years ago |
barisusakli
|
ec32a3d243
|
mising reuqire
|
11 years ago |
psychobunny
|
0727c2a0bf
|
forgot winston
|
11 years ago |
barisusakli
|
2252ab7479
|
notifications.prune
run every hour
dont get more than 500 notifications
|
11 years ago |
barisusakli
|
273db693e7
|
closes #2051
|
11 years ago |
barisusakli
|
cc3786e22d
|
closes #2055
|
11 years ago |
barisusakli
|
b7ee875b12
|
user.isOnline fix
wont hit db on every user socket connect or user disconnect
|
11 years ago |
barisusakli
|
fe58ea55d4
|
moved debugs 1 level up increased key limit to 100
|
11 years ago |
barisusakli
|
57e204df8e
|
removed most of the debug
dont get more than 6 usernames for upvote tooltips
generatePostPaths wont check null pids
|
11 years ago |
barisusakli
|
0ad42873d5
|
nasty
|
11 years ago |
barisusakli
|
4b20e78de2
|
hopefully final fix
|
11 years ago |
barisusakli
|
3f4ede0778
|
parseInt
|
11 years ago |
barisusakli
|
518d731562
|
one more time
|
11 years ago |
barisusakli
|
f9c9f58561
|
post_index fix
|
11 years ago |
barisusakli
|
34a4a2103f
|
isNan check
|
11 years ago |
barisusakli
|
edd73b5be2
|
again
|
11 years ago |
barisusakli
|
5160a4f90f
|
getTopicwithposts
|
11 years ago |
barisusakli
|
ef329c95df
|
fix
|
11 years ago |
barisusakli
|
0b83657868
|
more trace
|
11 years ago |
barisusakli
|
0d5605ab35
|
trace in addPostData
|
11 years ago |
barisusakli
|
126b1c4f4c
|
only get 20 chats
|
11 years ago |
barisusakli
|
0cfa430444
|
crash fix
|
11 years ago |
barisusakli
|
017f6bde2c
|
50
|
11 years ago |
barisusakli
|
7405051924
|
50
|
11 years ago |
barisusakli
|
5fd199ae8a
|
check privs pids
|
11 years ago |
barisusakli
|
51cafe075c
|
only get 25 posts
|
11 years ago |
psychobunny
|
099a04c1c8
|
disabling pushUnreadCount for now, perhaps this might be good on redis too?
|
11 years ago |
psychobunny
|
07376c9a4c
|
look for unread only for today
|
11 years ago |
psychobunny
|
6aa47efc06
|
we don't trust user.isOnline, waiting on an optimization (disabling for now)
|
11 years ago |
psychobunny
|
0de458141b
|
separated the sockets.emit to socket.emit + broadcast so OP gets action right away. moved callback sooner.
|
11 years ago |
psychobunny
|
61895633b3
|
disabling updateLastOnlineTime until we can move this key to redis
|
11 years ago |
psychobunny
|
056f89d6cf
|
use redis session storage instead of connect-mongo
|
11 years ago |
psychobunny
|
071be4ae7f
|
cache popular route for anons
|
11 years ago |