nodebb/src
Baris Usakli 22a3b227a3 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
..
admin closes
routes merging @deniswolf's new tests, and double-checking that generateUUID still works
categories.js cleaned up getCategories
favourites.js closes
feed.js added categories require to feed.js
groups.js hinting
imgur.js hinting
install.js added new packages to install script, defaulting to cerulean
logger.js closes , if the file path doesnt exists logger was crashing
login.js removed console.log
messaging.js fixed missing require in messaging
meta.js special theme.set socket call + static dir support, closes , tweaked languages 404 to work with subdirs
notifications.js added cronjob for notifications
plugins.js closes
postTools.js closes
posts.js topics and posts counters will update for everyone
redis.js Added ability to set redis db to use, defaults to db0
schema.js added a new section that only shows unread topics, added mark all read button, closes
sitemap.js nconf and redis wrapper no longer global objects. jshinted app.js. updated sockets.io to latest
threadTools.js fix for reputation checks for manage content and manage threads
topics.js closes
upgrade.js fixed notifications not exiting (whoops)
user.js completed notifications pruning method
webserver.js Merge branch 'master' of https://github.com/designcreateplay/NodeBB
websockets.js closes