nodebb/src
psychobunny 1eb1eb6844
..
categories closes
controllers removed most of the db.sortedSetCards
database removed this wasn't the problem after all
meta didn't realize mousetrap was being used elsewhere in the code, added back to client again
middleware
posts removed deleted
privileges crash fix
routes property fixed
socket.io dont search empty string, get 20 tags instead of 10
topics dont search empty string, get 20 tags instead of 10
user fix notifications to actually get recent
views dont reverse infinite load admin/events
batch.js
categories.js fixed typo
database.js updated error text to show proper setup command
emailer.js fix emailer crash (line 35)
emitter.js fixing previous commit properly
events.js log post purges
favourites.js derp
file.js fix urls
groups.js include plugins for the hooks to work
hotswap.js more linting
image.js took out the meta config check from image.js
install.js removing leveldb from our dbal
languages.js cleaned languages.js
logger.js fixing deprecation notice for morgan
messaging.js time based check
meta.js some minor linting elsewhere
notifications.js cleanup and optimize notifications
password.js closed
plugins.js temp until package manager is in place
postTools.js log post purges
posts.js fix status if it was never set before
privileges.js more linting
search.js check just in case
settings.js linting settings.js
sitemap.js much faster sitemap
threadTools.js log topic move
topics.js removed most of the db.sortedSetCards
upgrade.js removed || 1
user.js removed users:online set
webserver.js fixed - each individual thread will create its own logrotate write handler, because if one is closed, everything crashes in a cascade effect because we're calling .write() after .end(), bleh.
widgets.js widget render change