Commit Graph

34 Commits (5c70b2b30762d7781ab073b21c5205f12b112338)

Author SHA1 Message Date
Baris Usakli 4e59b85073 recent page, for hour, day, week, month
Baris Usakli 79de3976bf removed non existant paths from templates/config.json, added starts with to regexes
Baris Usakli 4b80f13373 removed reduntant paths fron templates/config.json
Julian Lam bd1e95b655 cleaned up admin template mapping
Andrew Darqui 55d84d0f9b basic logger functionality added - accessible via http://nodebb/admin/logger
Julian Lam 964fbfe2bb fixes to get nodebb to at least load on IE
Baris Soner Usakli 6be5bcc4c8 closes
Baris Usakli 24e4be77d8 closes
Julian Lam 85ac4aac94 group creation and deletion
Baris Usakli 1e66116e1d closes
Baris Usakli c70c67394a closes
Baris Soner Usakli d6b9a2799b full text search using reds, issue
Julian Lam 235553eaf6 Merge branch 'plugins'
Conflicts:
	src/posts.js
Julian Lam 777173d9f4 adding admin panel integration to plugins (issue )
Baris Soner Usakli 78f462e1e6 added a new section that only shows unread topics, added mark all read button, closes
Baris Usakli 6af3b0ffc6 account settings
Baris Soner Usakli c571a73a8b closes
Baris Soner Usakli 761d8fc508 recent page gets alerts when new topics and posts are created
Baris Soner Usakli 56dc29a747 closes
psychobunny 69f1037d45 added qUnit unit testing framework, started categories unit tests. finally out of MVP so time to unslackmode :)
Baris Usakli a43c7bc90f changed the /latest route to /recent to match the text
Baris Soner Usakli 44d07ea543 changed friends to following/followers, updated routes and the user.js functions
Julian Lam 1760cf1e89 added motd to admin panel and added colour and transitions to alt-login icons
Julian Lam 88bf9425db install script + patching up integration with install wizard
Julian Lam 65b6010d74 installation wizard under /install
Julian Lam 00a9ec0f12 interim commit
Baris Usakli 65e24ed5cb added admin routes to config.json
psychobunny 47d491b266 some left over unfinished templates fixes from last week. deeper urls now take higher precedence.
psychobunny 1cdbd376ba deprecated server side templates finally. code sharing between client side and server side templates; force_refresh parameter added to temasd
deprecated server side templates finally. code sharing between client
side and server side templates; force_refresh parameter added to
templates config.json; created initialization fn for webserver
Baris Usakli 58aa0ee647 friends
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.
psychobunny 31e845f4b0 added regex matching to templates/ajaxify. needs cleanup, just unblocking baris
psychobunny 31542cd9be finished recent, popular and active posts shells, just need to update api methods
psychobunny 1df9de049b forgot templates config