Commit Graph

6758 Commits (32257c9b2f35334837404dd69d575e2d08fb634c)
 

Author SHA1 Message Date
barisusakli 32257c9b2f updateUnreadCount
psychobunny 22577917da closes https://github.com/NodeBB/NodeBB/issues/2093
psychobunny ab1c231b84 re-enabling updateLastOnlineTime - calling that middleware for page loads only instead of every API call
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
psychobunny 0ecaa05c76 rearranging routers to prevent multiple hits on incrementPageViews
and potentially updateLastOnlineTime
psychobunny 76fb2c3378 daily + monthly pageview analytics middleware
psychobunny e5978e09f4 switching back to bcryptjs
barisusakli ce0fdc201a closes
barisusakli 31eccb8e7f configurable post delay before first post
barisusakli 9a96458f79 closes
barisusakli da86c46b4c Merge remote-tracking branch 'origin/0.5.1' into hashtalk
barisusakli 7c3dc4877a closes
Julian Lam 84d4035597 Child categories no longer show up on homepage, re:
Julian Lam 6e21b7a830 disabled parents no longer show up as parents of a category, re:
Julian Lam 9cba8d7ecb latest translations and fallbacks, closes #2085"
Julian Lam d22fe4ad1e removing disabled categories from being listed as children,
barisusakli 51cefb00d2 add support to set parentCid to 0
Julian Lam cca365432b closes
barisusakli 82e721e854 send new post/topic to users who can read it
barisusakli 655f5087d9 Merge remote-tracking branch 'origin/master' into hashtalk
barisusakli e10fbfa0d2 Merge remote-tracking branch 'origin/0.5.1' into hashtalk
barisusakli f1d5db6be0 pagination fix
barisusakli ddb02978c8 cleanup
barisusakli e56b18822b added topic titles to notifs
upvote, favourite and flag has topic titles now
barisusakli b3d9db10f2 notification fixes
made post notifications unique per post so they dont overwrite other
types.
barisusakli 9466d7ced4 faster notif prune
no need to loop tru and check datetime since notifications is a sorted
set now
barisusakli 35a903f9c8 closes
when new notifications are pushed to uids clear their old notifications.
barisusakli 5204dc1e23 removed total count
barisusakli 523f245cd8 removed derp
barisusakli 7a61645256 less db calls
barisusakli dc441c2873 check err
barisusakli 4e6719e0aa added filterUids method to privileges
used to filter uids on a single category
barisusakli 493d0dea1e part 1 of notif refactor
barisusakli 6bde9a1656 prevent getTopicsByTids crash if a topic is null
barisusakli e34ef71acd fixed resetLockout
barisusakli 01f983e29c markAsRead improvement
takes in an array of tids instead of marking topics read 1 by 1
same for the category.markAsRead function
barisusakli ae02c1a06c closes
psychobunny 61871fae77 merging
psychobunny e738d592dc fixed potential NaN issue https://github.com/NodeBB/NodeBB/issues/2077
psychobunny 52b58b441e closes https://github.com/NodeBB/NodeBB/issues/2077
barisusakli 25ed131b13 show stack trace of error
barisusakli e9798028de show error
barisusakli 5696ea2396 check errors on decodeURIComponent
barisusakli b7eddda8c8 one more fix
barisusakli 20eb4def1d possible fix to online guest count
using socket io rooms instead of syncing between workers.
barisusakli e79c980421 delete anything older than 1 week
barisusakli 5222edb624 sortedSetsAdd
using mullti/bulk for redis/mongo
lets you add a score/value pair to multiple sorted sets at once
Baris Usakli f16ced6bcc removed path from notif, its created on the fly when retrieveing the notifications
barisusakli aed9a9f76f removed console.log
barisusakli 9b26b60082 fixed cron