nodebb/src
Julian Lam 45589fbeca fixed bug where the selected language in the ACP was arabic, if no language was set at all"
..
categories async.waterfall
controllers fixed bug where the selected language in the ACP was arabic, if no language was set at all"
database part 1
meta updated title parsing methods to call a new hook: filter:parse.title
middleware updated title parsing methods to call a new hook: filter:parse.title
navigation check err item
plugins argument fix for static/action hooks
posts allowing topic, post, and user creation to specify a timestamp for insertion into the past
privileges closes , closes
rewards filter out illegitimate rewards
routes /compose route
socket.io return back data in cb similar to topics.post call
topics closes properly
user fix case in search
views closes
widgets moved widget code out of controller; cleaned up code into a folder
analytics.js show monthly page views
batch.js renamed end to stop globally
categories.js closes
database.js updated error text to show proper setup command
emailer.js refactored translator system to be a require.js module, and not a global
emitter.js closes
events.js closes , closes
favourites.js some minor cleanup in the async tree...
file.js file upload with spaces / general file upload fix wrt ajaxiy
groups.js fix case in search
hotswap.js moving nearly all startup messages to verbose type
image.js took out the meta config check from image.js
install.js closes
languages.js cleaned languages.js
logger.js disable stuff that crashes in socket.io 1.x
messaging.js fix crash @julianlam
meta.js updated middleware.renderHeader so that navbar config is retrieved in parallel like everything else, instead of retrieved first. (ping @psychobunny)
notifications.js adding a check so that websocket method in notif pushing isn't called if the socket server isn't initialised
pagination.js closes
password.js use send for child process
plugins.js closes
postTools.js closes
posts.js resolve method name collision, getPostsFromSet -> getPostSummariesFromSet
privileges.js more linting
pubsub.js closes
search.js closes
settings.js linting settings.js
sitemap.js added privileges.topics.filterUids
threadTools.js closes
topics.js closes
upgrade.js removed console.log from upgrade script (@barisusakli :rage2:)
user.js fixed issue where privileges were not correctly determined if you were granted moderator access to a category as a group (vs as a single user)
webserver.js removed setTimeout