Commit Graph

27 Commits

Author SHA1 Message Date
Baris Usakli
c70c67394a closes #171 2013-08-19 13:31:04 -04:00
Baris Usakli
91446378bd require winston 2013-08-13 16:02:21 -04:00
Baris Usakli
dceec0ce46 more winston, issue #62 2013-08-13 16:00:24 -04:00
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 2013-08-12 14:32:56 -04:00
Baris Usakli
ac3fe1fc6f closes #93 2013-08-08 12:49:01 -04:00
Baris Soner Usakli
797d05a84a removed the other api_method routes 2013-08-02 14:29:40 -04:00
Julian Lam
777173d9f4 adding admin panel integration to plugins (issue #143) 2013-07-29 15:15:49 -04:00
Baris Soner Usakli
72a0082a28 admin user page fix, added routers for admin/users 2013-07-24 15:18:31 -04:00
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) 2013-07-18 12:04:29 -04:00
Baris Usakli
ca81732661 show correct version on admin/index 2013-07-17 16:09:01 -04:00
Julian Lam
145898c3ba using nconf to manage config file now (issue #24) 2013-07-16 15:22:59 -04:00
Baris Soner Usakli
2c5e9d47ad admin routes and fixes 2013-07-11 14:32:50 -04:00
psychobunny
69f1037d45 added qUnit unit testing framework, started categories unit tests. finally out of MVP so time to unslackmode :) 2013-06-26 16:06:05 -04:00
Baris Usakli
746faa9488 delete user button in admin/users. the latest/top posters and most reputation sorting is working now in admin/users 2013-06-26 11:38:44 -04:00
Baris Soner Usakli
e0debed04f removed ajax from make/remove admin 2013-06-25 16:43:46 -04:00
Julian Lam
89e852f692 adding 'load more topics' button to topic admin 2013-06-24 13:03:34 -04:00
Julian Lam
32eba62ef6 developed during a merge... I am going to hell for this.
- also new topics tab in admin panel
2013-06-20 16:19:17 -04:00
Baris Usakli
cef77c2fd8 changed res.send(JSON.stringify()); to res.json(). closes #25 2013-06-20 15:08:33 -04:00
Baris Usakli
3f3d81de44 admins can make others admins 2013-06-20 14:45:38 -04:00
Julian Lam
1760cf1e89 added motd to admin panel and added colour and transitions to alt-login icons 2013-06-03 12:37:35 -04:00
Julian Lam
fd350bbb4e nibbed out and hardcoded uid 1 as an admin... first registered user becomes an admin!! 2013-05-29 15:40:48 -04:00
psychobunny
a02a74604c moved CategoriesAdmin into its own file, hid popular/active, some jslinting + cleanup, renamed some fn calls to be more descriptive 2013-05-24 11:18:28 -04:00
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.
2013-05-21 21:07:26 -04:00
psychobunny
47d491b266 some left over unfinished templates fixes from last week. deeper urls now take higher precedence. 2013-05-21 10:57:45 -04:00
Baris Usakli
dfdbc3bea2 admin/redis page 2013-05-17 14:22:34 -04:00
Baris Usakli
4c324664fa removed global modules 2013-05-14 12:13:29 -04:00
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. 2013-05-09 03:33:53 +00:00