nodebb/src
barisusakli 97e4f13a4d fix page count
..
categories faster topic move
controllers fix page count
database fixed -- passing in cached (pre-required) redis module into socket.io so it uses the same redis module... why? who bloody knows.
meta compile admin stylesheet separately
middleware linting
posts
privileges removed async.map
routes segregated the "theme" route (now "appearance") into their own separate routes
socket.io fixed -- passing in cached (pre-required) redis module into socket.io so it uses the same redis module... why? who bloody knows.
topics crash fix
user
views fix acp users page
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 removed async.map
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 closes
postTools.js wait for callback
posts.js forgot to return just posts array
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 oops -
upgrade.js Merge branch 'master' of github.com:chronize/NodeBB into chronize-master
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