nodebb/src
psychobunny 51a7d163be fixes
..
categories Add missing new lines at end of files.
controllers add registered-only checkbox option to widgets
database fixed my derp
middleware avoid doing nconf.get over and over again on the same key
routes final pass
socket.io removed double post notification
topics reverted previous commit
user final pass
categories.js Add missing new lines at end of files.
categoryTools.js closes
database.js forgot to export helpers as well for secondary db
emailer.js Merge branch 'code-quality' of https://github.com/miksago/NodeBB into miksago-code-quality
emitter.js Add missing new lines at end of files.
events.js Add missing new lines at end of files.
favourites.js Merge branch 'code-quality' of https://github.com/miksago/NodeBB into miksago-code-quality
file.js fixes
groups.js more error strings
image.js Add missing new lines at end of files.
install.js fixes for dual database; moved dependency definitions into the database object
languages.js Add missing new lines at end of files.
logger.js logger jshint
messaging.js fixes chat messages
meta.js fixed
notifications.js faster checkAndReplace
plugins.js fixed -- ACP will tell user that they need to restart, if they need to restart
postTools.js added lots of error keys
posts.js changed sortedSetRangeByScore
sitemap.js Add missing new lines at end of files.
threadTools.js all notifications are translated now closes
topics.js Add missing new lines at end of files.
upgrade.js Add missing new lines at end of files.
user.js added lots of error keys
webserver.js allowing plugins to define new sounds -- woot.
widgets.js closes