nodebb/src
barisusakli ee7e36ae44 removed rooms from return
..
categories closes
controllers removed rooms from return
database closes
groups fixed bug where ephemeral groups and the registered-users group wouldn't show in in ACP/category details page for privileges.
meta don't enforce dependency check when running in dev mode
middleware closes
navigation check err item
plugins fixes
posts closes
privileges changed behaviour of privilege table so that groups without explicit privileges are not shown in the privilege table
rewards missing error
routes closes
socket.io small fix
topics category filter on /unread
user Merge pull request from APXEOLOG/pr-1
views closes
widgets moved widget code out of controller; cleaned up code into a folder
analytics.js allow realtime updates of the traffic graph in ACP
batch.js renamed end to stop globally
categories.js changed a bunch of whitespace back into tabs, and fixed issue where categories without a parentCid were not showing up at all in the ACP
database.js closes
emailer.js closes
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 fixed bug where ephemeral groups and the registered-users group wouldn't show in in ACP/category details page for privileges.
hotswap.js moving nearly all startup messages to verbose type
image.js added plugin hooks so that imagemagick can still be called, as a plugin, for image manipulation tasks, falling back to using lwip
install.js closes
languages.js cleaned languages.js
logger.js disable stuff that crashes in socket.io 1.x
messaging.js removing the composer from core, out to its own plugin: nodebb-plugin-composer-default, closes
meta.js closes
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 fixed regression introduced by earlier fix for
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 some prep work to allow for checking of dependency versions. Also updated upgrade.check behaviour to send back error if schema is out of date, instead of no error and "false".
user.js closes
webserver.js removed setTimeout