barisusakli
|
ca486a1b07
|
update unread count
only for logged in users
|
10 years ago |
barisusakli
|
0a936e5dd1
|
unreadTids
|
10 years ago |
psychobunny
|
48c123592e
|
prevent administrators from being deleted - first remove them from admin group
|
10 years ago |
Julian Lam
|
45a0d0196b
|
Merge branch '0.5.1' into hashtalk
|
10 years ago |
Julian Lam
|
101288c75c
|
Merge branch 'master' into 0.5.1
|
10 years ago |
psychobunny
|
e60d88afa6
|
cluster by default is now opt-in
|
10 years ago |
psychobunny
|
101ac701ef
|
removed hardcoded silent flag from cluster setup
|
10 years ago |
psychobunny
|
32a35164d4
|
ability to set # of workers to run via config or command line (default = max cpus)
|
10 years ago |
barisusakli
|
51eac70f67
|
fixed derp
|
10 years ago |
barisusakli
|
32257c9b2f
|
updateUnreadCount
|
10 years ago |
psychobunny
|
22577917da
|
closes https://github.com/NodeBB/NodeBB/issues/2093
|
10 years ago |
psychobunny
|
ab1c231b84
|
re-enabling updateLastOnlineTime - calling that middleware for page loads only instead of every API call
|
10 years ago |
psychobunny
|
ecd00bb679
|
refactored widgets api call to render all at once rather than one area at a time, closes https://github.com/NodeBB/NodeBB/issues/2062
|
10 years ago |
psychobunny
|
0ecaa05c76
|
rearranging routers to prevent multiple hits on incrementPageViews
and potentially updateLastOnlineTime
|
10 years ago |
psychobunny
|
76fb2c3378
|
daily + monthly pageview analytics middleware
|
10 years ago |
psychobunny
|
e5978e09f4
|
switching back to bcryptjs
|
10 years ago |
Julian Lam
|
963428174b
|
fixed #2091
|
10 years ago |
Julian Lam
|
52bb7ebe52
|
0.5.0
|
10 years ago |
Julian Lam
|
6ade1e858d
|
updating default config so the site title is shown
|
10 years ago |
barisusakli
|
ce0fdc201a
|
closes #2086
|
10 years ago |
barisusakli
|
31eccb8e7f
|
configurable post delay before first post
|
10 years ago |
barisusakli
|
9a96458f79
|
closes #2053
|
10 years ago |
barisusakli
|
da86c46b4c
|
Merge remote-tracking branch 'origin/0.5.1' into hashtalk
|
10 years ago |
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"
|
11 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 |
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 |