nodebb/src
psychobunny beafc881c4 added recent and unread in categoriesController
..
admin upgraded categories to sorted set, score is the order set from acp, check if category topic exists before posting
controllers added recent and unread in categoriesController
database added close db command
routes fixed merge conflict
socket.io added new hooks for rendering help messages in composer, removed markdown text from translation
categories.js removed cid from getTopicsByTids
categoryTools.js upgraded categories to sorted set, score is the order set from acp, check if category topic exists before posting
database.js fixed instruction in database.js
emailer.js added missing winston to emailer
events.js closes
favourites.js cleanup
file.js added missing file
groups.js first pass
image.js lol this was saving to 'uploadPath'
install.js auto installing nodebb-widget-essentials on new setups
languages.js renamed language directories to ICU standard, upgrade script, no longer promoting english at top of list in languages tab, en now en_GB, encompasses Canadian and English English
logger.js removed console.log
messaging.js another eachSeries gone horray
meta.js took out some overrides out utils to a new overrides.js
notifications.js crash fix for notifications, removed exec_body_script, closes
plugins.js removing the bit of code that disables plugins if the minver does not satisfy (too annoying imo)... now that we have ./nodebb reset, this is moot
postTools.js changes to templates
posts.js upgraded categories to sorted set, score is the order set from acp, check if category topic exists before posting
sitemap.js simplified getAllTopics
threadTools.js changes to templates
topics.js jshint for topics.js
upgrade.js added check to upgrade.upgrade
user.js user.js hint
webserver.js app.authenticate middleware; added new recent, unread routes
widgets.js rendering widget's container