nodebb/src
barisusakli bf9b633d50 fix Group.exists if an array is passed in
..
categories closes
controllers adding concept of group slugs, . ping @barisusakli for downstream plugin changes
database dont crash if callback isnt passed in
meta closes
middleware fixed
plugins fixes
posts user search changes
privileges category privilege rescinding
routes adding concept of group slugs, . ping @barisusakli for downstream plugin changes
socket.io added topics.follow and toggleFollow
topics booleanifying sendPostNotification user setting when requested, and now only sending the post notification if the user has flipped that option on in user settings... kind of an important thing to forget...
user booleanifying sendPostNotification user setting when requested, and now only sending the post notification if the user has flipped that option on in user settings... kind of an important thing to forget...
views changed emailer.send so that it processes a callback, if provided. Also added new option to receive emails every time a topic you subscribe to is posted to.
analytics.js show monthly page views
batch.js use processSortedSet instead of getting all users
categories.js closes , closes
database.js updated error text to show proper setup command
emailer.js changed emailer.send so that it processes a callback, if provided. Also added new option to receive emails every time a topic you subscribe to is posted to.
emitter.js fixing previous commit properly
events.js closes
favourites.js added comments to explain the voting logic
file.js fix urls
groups.js fix Group.exists if an array is passed in
hotswap.js moving nearly all startup messages to verbose type
image.js took out the meta config check from image.js
install.js fixing installation script that broke with recent updates to groups
languages.js cleaned languages.js
logger.js disable stuff that crashes in socket.io 1.x
messaging.js closes
meta.js closed
notifications.js moving nearly all startup messages to verbose type
password.js use send for child process
plugins.js no need to crash nodebb on missing template directory warning
postTools.js minor tweaks
posts.js removed extra space
privileges.js more linting
pubsub.js sync config changes over redis pubsub
search.js ability to search posts by user
settings.js linting settings.js
sitemap.js sitemap topic limit
threadTools.js closes
topics.js closes
upgrade.js upgrade scripts
user.js closes
webserver.js closed
widgets.js next(err)