nodebb/src
barisusakli 2bc7007953 removed sendUnread function
..
categories faster topic move
controllers converted pageviews tracking to sorted set, and using pre-built getStatsForSet function
database fix fields
meta compile admin stylesheet separately
middleware forum traffic graph - unique visitors vs pageviews
posts
privileges removed async.map
routes segregated the "theme" route (now "appearance") into their own separate routes
socket.io forum traffic graph - unique visitors vs pageviews
topics removed sendUnread function
user
views forum traffic graph - unique visitors vs pageviews
batch.js
categories.js widget render change
database.js updated error text to show proper setup command
emailer.js refactored chat notification system to wait a bit before sending notif/email, closes
emitter.js apparently this was confusing
events.js closes
favourites.js derp
file.js upload_url shouldn't use path.join
groups.js include plugins for the hooks to work
hotswap.js typo
image.js took out the meta config check from image.js
install.js closed
languages.js cleaned languages.js
logger.js first commit
messaging.js closes
meta.js re: , auth re-routing
notifications.js check nid before pusing and marking read
password.js closes
plugins.js closing -- if a templates directory is defined without that directory being present, NodeBB will no longer crash
postTools.js wait for callback
posts.js optimize getPostIndices
privileges.js more work on
search.js check just in case
settings.js linting settings.js
sitemap.js load 50 topics in sitemap instead of all
threadTools.js
topics.js watch unwatch
upgrade.js upgrade script to delete tid:<tid>:read_by_uid
user.js moved hasPassword to edit route
webserver.js refactored plugin and auth init a bit, and fixed issue where successive reloads caused old login strategies to be inadvertently preserved
widgets.js widget render change