Commit Graph

64 Commits (119079ace57d648dd0db8eda44199109ad97645e)

Author SHA1 Message Date
Baris Usakli 746faa9488 delete user button in admin/users. the latest/top posters and most reputation sorting is working now in admin/users
Baris Soner Usakli e0debed04f removed ajax from make/remove admin
Julian Lam 89e852f692 adding 'load more topics' button to topic admin
Julian Lam 32eba62ef6 developed during a merge... I am going to hell for this.
- also new topics tab in admin panel
Baris Usakli cef77c2fd8 changed res.send(JSON.stringify()); to res.json(). closes
Baris Usakli 3f3d81de44 admins can make others admins
Julian Lam 1760cf1e89 added motd to admin panel and added colour and transitions to alt-login icons
Julian Lam fd350bbb4e nibbed out and hardcoded uid 1 as an admin... first registered user becomes an admin!!
psychobunny a02a74604c moved CategoriesAdmin into its own file, hid popular/active, some jslinting + cleanup, renamed some fn calls to be more descriptive
Julian Lam 26781157b3 refactoring posts, topics, and categories so that each "get" is moved up
one level. Topics.get will get all of the posts in a tid, etc.
psychobunny 47d491b266 some left over unfinished templates fixes from last week. deeper urls now take higher precedence.
Baris Usakli dfdbc3bea2 admin/redis page
Baris Usakli 4c324664fa removed global modules
psychobunny f3f08a9c94 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.