nodebb/public/templates
Julian Lam e9a552eab4 editing of posts
..
admin fixed topics bug that was prevent /latest /popular /active and subsequently the admin versions of those routes from working. removed debug statements. added admin socket room. added dynamic updating of active users on acp index
emails added email verification on registration
403.tpl new 403 page
account.tpl user edit changes
accountedit.tpl user edit fix for !==
category.tpl user has read feature - turns post count badge red if there is a new post and grey if the user has seen this post already
config.json more fixes to ajaxify, updated /users blocks to sit flush to the left, started work on the ACP including basic templates, added a method to get active users in all rooms (socket connections), added more routes mostly pointing to admin, added a routing folder to start organizing routes better, starting with admin.
confirm.tpl added email verification on registration
footer.tpl fixing up the post window to extend the body when opened, so it doesn't clip stuff
header.tpl fixing up the post window to extend the body when opened, so it doesn't clip stuff
home.tpl install scripts for categories and added new post badges to category listing
login.tpl social icons
logout.tpl logout functionality
register.tpl refactoring register to use form post instead of socket (for passport integration)
reset.tpl added a way to track socket listners added to the page to prevent memory leaks and duplicated definitions of events
reset_code.tpl added a way to track socket listners added to the page to prevent memory leaks and duplicated definitions of events
topic.tpl editing of posts
users.tpl decimal places for rep and post count