nodebb/src
Barış Soner Uşaklı d92ef9ca11
remove id
..
admin encode user agent in request sent to github to retrieve tags
categories closes
cli Add series flag for `./nodebb build`
controllers closes
database update deprecated methods ()
groups Replace jimp with sharp ()
messaging removed client-side chat message length check in favour of server-side check, firing new hook on messaging.checkContent for hooks to intercept
meta closes
middleware if authenticate middleware is overridden by plugin, check for req.user and return notAllowed helper otherwise
navigation closes
plugins log fired hooks
posts closes fix typo in notif rescind
privileges fixes
rewards fix reward claimable check
routes closes
socket.io remove id
topics use lodash, load 3 posts per iteration
upgrades update deprecated methods ()
user remove console.log switch to series
views closes
widgets closes
analytics.js Added server hook action:analytics.increment
batch.js Allow new "withScores" option in batch.processSortedSet ()
bcrypt.js always pass strings to bcrypt compare
categories.js Promisify modules ()
coverPhoto.js coverPhoto tests
database.js ESlint eol-last
emailer.js closes
emitter.js ESlint eol-last
events.js endpoint to download user attachments,
file.js move sharp require into the method it is used in src/file.js
flags.js closes
groups.js Promisify modules ()
hotswap.js ESlint eol-last
image.js closes
install.js PostgreSQL database driver ()
languages.js closes
logger.js Provide more error information to logs
messaging.js Promisify modules ()
meta.js Unwrap meta modules
notifications.js Promisify modules ()
pagination.js closes
password.js Always compare password with a hash
plugins.js remove deprecated method
posts.js Promisify modules ()
prestart.js fix runJobs
privileges.js Promisify modules ()
promisify.js Promisify modules ()
pubsub.js PostgreSQL database driver ()
search.js refactor to use getCidsByPrivilege
settings.js ESlint no-cond-assign, no-void, valid-jsdoc
sitemap.js closes
social.js social tests
start.js fix runJobs
topics.js Promisify modules ()
translator.js Make utils and translator easier to require
upgrade.js closes
user.js Promisify modules ()
utils.js Make utils and translator easier to require
webserver.js Add option to enable/disable HSTS