nodebb/src
barisusakli 20983c43f4 fix user privileges
..
categories async.waterfall
controllers filter priv/registered-users/guests in groups.list
database store id as int
meta fixing nodebb startup on windows
middleware revert last change, breaks ajaxify
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 removed static 404/403/500 routes
socket.io fix room enter
topics allowing topic, post, and user creation to specify a timestamp for insertion into the past
user fix user.csv data
views fix user privileges
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 default to zero if post_count topic_count is falsy
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 dont add guests to users:repuration zset
file.js file upload with spaces / general file upload fix wrt ajaxiy
groups.js allowing topic, post, and user creation to specify a timestamp for insertion into the past
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 guard against NULL mids/messages
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 fix user.csv data
user.js convert uid mappings to sorted sets
webserver.js removed setTimeout