nodebb/src
Julian Lam abce5fd120 refactored postTools.toHTML to fire post.parse hook, and removed auto-markdowning
closed 
..
admin ban users, closes , banning a user hides all posts topics of a user and their profile page becomes inaccessible
routes issue , preparing for addition of post.parse hook by renaming markdownToHTML to just "toHTML", and making it asynchronous.
categories.js closes
favourites.js closes
feed.js more winston
imgur.js closes , ,
install.js meta config changes, refactors
login.js meta config changes, refactors
messaging.js removed console.log
meta.js closes
notifications.js refactored notifications library to mark all notifs read when the menu is
plugins.js added username mentions plugin to default, and tweaked admin panel to show
postTools.js refactored postTools.toHTML to fire post.parse hook, and removed auto-markdowning
posts.js issue , preparing for addition of post.parse hook by renaming markdownToHTML to just "toHTML", and making it asynchronous.
redis.js fixing nconf issue where redis js was requiring redis configs before they were defined
schema.js added a new section that only shows unread topics, added mark all read button, closes
sitemap.js closes
threadTools.js unread count shows total
topics.js issue , preparing for addition of post.parse hook by renaming markdownToHTML to just "toHTML", and making it asynchronous.
upgrade.js meta config changes, refactors
user.js issue , preparing for addition of post.parse hook by renaming markdownToHTML to just "toHTML", and making it asynchronous.
webserver.js issue , preparing for addition of post.parse hook by renaming markdownToHTML to just "toHTML", and making it asynchronous.
websockets.js closes , closes