Commit Graph

29 Commits

Author SHA1 Message Date
psychobunny
fa64e84dcc fixed a bug in templates, introduced categories, added default setup script onload, moved home.tpl code over to category, created hierachies 2013-05-06 22:05:42 +00:00
psychobunny
3947b6b6fd modified ajaxify slightly to make transitions between pages a bit more fluid (although first load doesn't look that awesome); fixed up rooms - resolved DRY failure and properly leave rooms 2013-05-05 20:10:26 +00:00
psychobunny
bcb672e1fe socket rooms! and almost finished rep (socket updates) except for one small bug where current_user isnt being pulled 2013-05-03 19:31:21 +00:00
psychobunny
517b4de2fe threads look awesome now 2013-05-02 19:45:22 +00:00
Baris Soner Usakli
a47491225a clear topic and content after post 2013-05-02 11:40:00 -04:00
psychobunny
1bec9fc5aa breadcrumbs, and changed home in nav to 'forum' 2013-05-01 21:52:40 +00:00
psychobunny
b2bc967e9b got ajaxify working with threads, some cleanup, fixed anon posting, got rid of a few more global.sockets calls 2013-05-01 21:26:47 +00:00
psychobunny
e658531a67 replies are up 2013-05-01 20:58:36 +00:00
psychobunny
0f3f2bb859 post replies, unfinished 2013-05-01 18:25:24 +00:00
Baris Soner Usakli
20aa5d439e log server errors in browser
added uid to posts
2013-04-30 12:40:16 -04:00
psychobunny
880d6832be Merge branch 'master' of https://github.com/psychobunny/node-forum 2013-04-25 19:13:31 +00:00
psychobunny
5173498180 client side templates in, fixed home page to parse templates on ajaxify, added footer to the page transition animation for smoothness 2013-04-25 19:13:23 +00:00
Julian Lam
81364580ed new 403 page 2013-04-25 14:21:00 -04:00
Julian Lam
f774974803 logout functionality 2013-04-25 12:59:31 -04:00
psychobunny
877219cb58 fixed conflicts 2013-04-24 21:19:04 +00:00
psychobunny
e50e136d83 inbetween some changes but asked to pull so I'll comment better later 2013-04-24 21:16:10 +00:00
Julian Lam
a98cd26fa6 Merge branch 'master' of github.com:psychobunny/node-forum 2013-04-24 17:14:14 -04:00
Julian Lam
0985087f5d auth... 2013-04-24 17:14:05 -04:00
psychobunny
78d753b8f9 Merge branch 'master' of https://github.com/psychobunny/node-forum 2013-04-24 20:47:46 +00:00
psychobunny
fffe5eb78c tried to get innerHTML of an input by accident 2013-04-24 20:47:41 +00:00
Julian Lam
71e410d571 Merge branch 'master' of github.com:psychobunny/node-forum
Conflicts:
	src/webserver.js
2013-04-24 16:44:12 -04:00
Julian Lam
c1186f396e some work on session login etc 2013-04-24 16:42:12 -04:00
psychobunny
d711a4e334 added post button, post window, added click handler to toaster alert, started on posts and topics schema and code 2013-04-24 20:40:34 +00:00
Julian Lam
19f9a48a8c Merge branch 'master' of github.com:psychobunny/node-forum 2013-04-23 16:18:50 -04:00
Julian Lam
e56e7b549b more stuff on pw reset 2013-04-23 16:18:43 -04:00
psychobunny
a06b3519a1 moved event alert to serverside, now node controls the registration alert. added some transition animation to page changes 2013-04-23 20:17:12 +00:00
psychobunny
67bf1b6041 updated ajaxify to do a callback after page change, added toaster style notifications (app.alert), changes to webserver to update automatically 2013-04-23 19:38:48 +00:00
psychobunny
5b64500da3 switch loading of config file to synchronous to prevent socket server from opening pre-emptively 2013-04-22 19:19:46 +00:00
psychobunny
1d35f369d9 clean up client side + config.json 2013-04-22 19:13:39 +00:00