nodebb/public/templates
Baris Usakli d564811b71 fixed the data passing to accountedit.tpl
..
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 fixed the data passing to accountedit.tpl
accountedit.tpl fixed the data passing to accountedit.tpl
category.tpl toying around with category listing again
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 image upload and changing images will clean up later andrew stayla
header.tpl fixed tabindex in reply window, wrapping up some minor bugs in editing
home.tpl fixing the 'motd' hero unit links
login.tpl adding alternate logins to register page
logout.tpl logout functionality
register.tpl added client and server validation on registration
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 fixing indents in one code block
users.tpl fixed users page so that all reps and post counts are comma delimited, some image upload fixes