nodebb/src
psychobunny f8663bbfd0 added tpl flag to --from-file
..
categories fix recent replies
controllers isInvited mechanic for
database
meta added tpl flag to --from-file
middleware Merge branch 'master' of github.com:nodebb/NodeBB
plugins require npm module only as needed - shaves off a full second of loading time yay
posts require socket.io only when you need it, shaves off another 0.5s on load
privileges category privilege rescinding
rewards fixed complications with deleted id's
routes hidden groups are invisible to non-members,
socket.io hooking up accept/reject invite,
topics closes
user closes
views closes
analytics.js show monthly page views
batch.js use processSortedSet instead of getting all users
categories.js added filter:category.get
database.js updated error text to show proper setup command
emailer.js closes
emitter.js fixing previous commit properly
events.js closes , closes
favourites.js results.owner*
file.js closes
groups.js isInvited mechanic for
hotswap.js moving nearly all startup messages to verbose type
image.js took out the meta config check from image.js
install.js upgrade plugins:active to zset
languages.js cleaned languages.js
logger.js disable stuff that crashes in socket.io 1.x
messaging.js require socket.io only when you need it, shaves off another 0.5s on load
meta.js requiring plugins in meta when needed
notifications.js closes
pagination.js search newer/older than and better pagination
password.js use send for child process
plugins.js require pkg when needed
postTools.js closes
posts.js removed extra space
privileges.js more linting
pubsub.js sync config changes over redis pubsub
search.js removed sort methods
settings.js linting settings.js
sitemap.js sitemap style
threadTools.js removed unused requires
topics.js closes ##2705
upgrade.js upgrading privilege sets to be system groups, so they're not in the way
user.js closes
webserver.js ability to send in extensions (comma delimited) to --from-file
widgets.js dont crash if html is not string