nodebb/src
barisusakli 3f0ca31393 style changes
..
categories topic watching
controllers closes
database Default mongodb db name should be "nodebb" instead of 0 (unlike redis). ()
groups closes
messaging add roomId to messaging filter ()
meta Fixing issue where the relative path was ignored for express modules ()
middleware Made the session cookie aware of the possible relative path ()
navigation closes
plugins removed console log
posts fixes
privileges fixes ()
rewards closes
routes work-in-progress commit for
socket.io better filtering
topics style changes
user topic watching
views closes
widgets closes
analytics.js fixes crash in analytics
batch.js fast path for mongodb batches (otherwise it's O(n^2) memory, which gets ugly fast)
categories.js better filterIgnoringUids
coverPhoto.js custom user profile covers
database.js closes
emailer.js fix
emitter.js closes
events.js more refactors
favourites.js remove logs
file.js add a hook for plugins like nodebb-plugin-imagemagick that don't want to replace the entire upload system
groups.js closes
hotswap.js moving nearly all startup messages to verbose type
image.js added filter:image.size
install.js Enable nodebb-plugin-emoji-one by default
languages.js work-in-progress commit for
logger.js closes
messaging.js closes
meta.js work-in-progress commit for
notifications.js add /user/<uid> and /post/<pid> redirects
pagination.js closes
password.js use send for child process
plugins.js added defaultLang support,
posts.js closes
privileges.js user refactor
pubsub.js closes
reset.js use fs.access
search.js closes
settings.js Update array-check for settings trim and expand
sitemap.js fixed
social.js closes
topics.js style changes
upgrade.js spring cleaning
user.js topic watching
webserver.js work-in-progress commit for