87 Commits (1aa4a440a099a3053a3e4660ef7e09f7b857e055)

Author SHA1 Message Date
Julian Lam dec9a3bef9 adding missing admin css file, some other tweaks and cleanup 12 years ago
Julian Lam 111b9dcf0a moved admin css to its own file for LESS compilation, and adding in
options to update social keys for login
12 years ago
Julian Lam 88bf9425db install script + patching up integration with install wizard 12 years ago
Julian Lam 5d7ec10aae Merge branch 'master' into install_script 12 years ago
Julian Lam 65b6010d74 installation wizard under /install 12 years ago
Baris Usakli 8a2499a423 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 12 years ago
Baris Usakli a4fd54a0c3 topic titles can be edited now 12 years ago
psychobunny 448673b141 recent replies part 2 12 years ago
psychobunny 55cb790d3c potential fix for duplicate chat results, started recent replies block 12 years ago
Julian Lam e6218bb74a Merge branch 'master' of github.com:psychobunny/node-forum 12 years ago
Julian Lam 2a829a0618 derpy globals to get notification pushing working for sockets on new notification event 12 years ago
Baris Usakli 99eb9f8399 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 12 years ago
Baris Usakli a4e10076cc assorted 12 years ago
psychobunny 1f99666d9f moved favourites code out of posts 12 years ago
Julian Lam bafac00232 Merge branch 'master' of github.com:psychobunny/node-forum
Conflicts:
	src/websockets.js
12 years ago
Julian Lam 35dae6c0ec updating web sockets so that all connections are stored in a userSockets array 12 years ago
Baris Usakli b0be1fab16 notifications in chat messages 12 years ago
Julian Lam 681bf270a1 hotfix to path to utils 12 years ago
Julian Lam ffbafc99c4 Merge remote-tracking branch 'origin' into notifications
Conflicts:
	public/css/style.less
	public/src/app.js
	src/websockets.js
12 years ago
Julian Lam c8d48127ad more changes to notification dropdown in header bar 12 years ago
psychobunny 9503aa9a57 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 12 years ago
psychobunny a9672ab9d8 begin refactor of posts/topics + pagination + cleanup + async 12 years ago
Julian Lam 194793d14d Merge branch 'master' into notifications
Conflicts:
	src/websockets.js
12 years ago
Julian Lam 6bae30336a foundation for user notifications 12 years ago
Baris Usakli 8d0ac4cb07 chat feature 12 years ago
Baris Usakli 9f8c9e8822 derp 12 years ago
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.
12 years ago
psychobunny ab492f147f check for online/offline users, added custom redis sismembers method, fix for category view not showing up if it has no topics 12 years ago
psychobunny e694751b72 fixed templates bug in websockets 12 years ago
Julian Lam a4dfc604e7 changed favouriting behaviour so that it no longer allows anons to favourite, and favouriting your own posts don't raise your rep count 12 years ago
Baris Usakli b429a31f6b more clean up 12 years ago
Baris Usakli 4c324664fa removed global modules 12 years ago
Julian Lam 4fd1244e2d some work on deleting posts, and allowing a mod to edit a post 12 years ago
Julian Lam b244da724e edit labels, and fixing responsive layout in topic view 12 years ago
Julian Lam e9a552eab4 editing of posts 12 years ago
psychobunny 09c9d0ee1f 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 12 years ago
psychobunny 30323fa29f Merge branch 'master' of https://github.com/psychobunny/NodeBB 12 years ago
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. 12 years ago
Julian Lam ff025f0e48 interim commit to thread moving 12 years ago
Baris Usakli 0eacec8166 Merge branch 'master' of https://github.com/psychobunny/NodeBB 12 years ago
Baris Usakli 8fe4905b68 exists function fix 12 years ago
Julian Lam bf7c602cd8 thread pinning 12 years ago
Julian Lam 7bbc630dfb Merge remote-tracking branch 'origin' into thread_options
Conflicts:
	public/src/templates.js
12 years ago
Julian Lam 250c70bdfc topic locking and deletion 12 years ago
Baris Usakli ccf0f6dd73 removed get_username_by_uid, use getUserField(uid,'username',callback) directly 12 years ago
Julian Lam b2c6d4f7c7 interim commit to thread options 12 years ago
psychobunny fa64e84dcc fixed a bug in templates, introduced categories, added default setup script onload, moved home.tpl code over to category, created hierachies 12 years ago
psychobunny ecf3ffa170 fixed anon bug in users browsing this thread code, simplified the logic as well, fixed language 12 years ago
psychobunny 1009726b51 almost done X users browsing this thread feature. there is one bug where anonymous users do not get disconnected from the room, so I'll have to figure that out later 12 years ago
psychobunny 8a2c18de5b fixed ajaxify bug that was rendering pages twice (solved flicker issue); fixed entering rooms that was casuing rep/streaming posts to not work; fixed /accounts to work by adding get data route; fixed bug that preventing gravatars from loading if there was more than one post in the thread 12 years ago