Commit Graph

80 Commits (fa5f528fb5c3620a34d3fb23b576586344227b49)

Author SHA1 Message Date
psychobunny 64b071f277 nconf and redis wrapper no longer global objects. jshinted app.js. updated sockets.io to latest
psychobunny 1780b343b4 formatting - routes
Julian Lam 85ac4aac94 group creation and deletion
Baris Usakli c70c67394a closes
Baris Usakli 91446378bd require winston
Baris Usakli dceec0ce46 more winston, issue
Baris Soner Usakli ded0200355 upgraded userlist to 3 sorted sets, run node app -upgrade after updating to this commit, added infinite scrolling to all user pages, added ops per second to redis page, changed the percentage to 90% for infinite scrolling to kick in
Baris Usakli ac3fe1fc6f closes
Baris Soner Usakli 797d05a84a removed the other api_method routes
Julian Lam 777173d9f4 adding admin panel integration to plugins (issue )
Baris Soner Usakli 72a0082a28 admin user page fix, added routers for admin/users
Julian Lam d0c4302d24 removing non-existant unit tests from admin template, and setting admin theme to always be the bootstrap default (so errant themes don't render the admin panel useless)
Baris Usakli ca81732661 show correct version on admin/index
Julian Lam 145898c3ba using nconf to manage config file now (issue )
Baris Soner Usakli 2c5e9d47ad admin routes and fixes
psychobunny 69f1037d45 added qUnit unit testing framework, started categories unit tests. finally out of MVP so time to unslackmode :)
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.