barisusakli
|
7c3dc4877a
|
closes #2089
|
10 years ago |
Julian Lam
|
84d4035597
|
Child categories no longer show up on homepage, re: #2080
|
10 years ago |
Julian Lam
|
6e21b7a830
|
disabled parents no longer show up as parents of a category, re: #2080
|
10 years ago |
Julian Lam
|
9cba8d7ecb
|
latest translations and fallbacks, closes #2085"
|
10 years ago |
Julian Lam
|
d22fe4ad1e
|
removing disabled categories from being listed as children, #2080
|
11 years ago |
barisusakli
|
51cefb00d2
|
add support to set parentCid to 0
|
11 years ago |
Julian Lam
|
cca365432b
|
closes #2084
|
11 years ago |
Julian Lam
|
6bb924f25a
|
removed theme-rocket folder, closed #2076
|
11 years ago |
barisusakli
|
82e721e854
|
send new post/topic to users who can read it
|
11 years ago |
barisusakli
|
655f5087d9
|
Merge remote-tracking branch 'origin/master' into hashtalk
|
11 years ago |
barisusakli
|
e10fbfa0d2
|
Merge remote-tracking branch 'origin/0.5.1' into hashtalk
|
11 years ago |
barisusakli
|
f1d5db6be0
|
pagination fix
|
11 years ago |
barisusakli
|
ddb02978c8
|
cleanup
|
11 years ago |
barisusakli
|
e56b18822b
|
added topic titles to notifs
upvote, favourite and flag has topic titles now
|
11 years ago |
barisusakli
|
b3d9db10f2
|
notification fixes
made post notifications unique per post so they dont overwrite other
types.
|
11 years ago |
barisusakli
|
9466d7ced4
|
faster notif prune
no need to loop tru and check datetime since notifications is a sorted
set now
|
11 years ago |
barisusakli
|
35a903f9c8
|
closes #2074
when new notifications are pushed to uids clear their old notifications.
|
11 years ago |
barisusakli
|
5204dc1e23
|
removed total count
|
11 years ago |
barisusakli
|
523f245cd8
|
removed derp
|
11 years ago |
barisusakli
|
7a61645256
|
less db calls
|
11 years ago |
barisusakli
|
dc441c2873
|
check err
|
11 years ago |
barisusakli
|
4e6719e0aa
|
added filterUids method to privileges
used to filter uids on a single category
|
11 years ago |
barisusakli
|
493d0dea1e
|
part 1 of notif refactor
|
11 years ago |
Julian Lam
|
f231b500d7
|
Merge branch '0.5.1' into csrf-excision
|
11 years ago |
Julian Lam
|
40e5ad075f
|
started work on #2082
|
11 years ago |
barisusakli
|
6bde9a1656
|
prevent getTopicsByTids crash if a topic is null
|
11 years ago |
barisusakli
|
e34ef71acd
|
fixed resetLockout
|
11 years ago |
barisusakli
|
01f983e29c
|
markAsRead improvement
takes in an array of tids instead of marking topics read 1 by 1
same for the category.markAsRead function
|
11 years ago |
barisusakli
|
ae02c1a06c
|
closes #2068
|
11 years ago |
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 |