5153aa7652added template mapping, did users->account
psychobunny
2013-05-07 16:12:26 +0000
ccf0f6dd73removed get_username_by_uid, use getUserField(uid,'username',callback) directly
Baris Usakli
2013-05-07 12:11:22 -0400
49cb5fddcdremoved some console.log
Baris Usakli
2013-05-07 11:53:40 -0400
c80d178a57duhsign for category home page
psychobunny
2013-05-07 15:49:24 +0000
ec754d601dusers profile page, need to add templates
Baris Usakli
2013-05-07 10:56:30 -0400
b2c6d4f7c7interim commit to thread options
Julian Lam
2013-05-07 09:21:46 -0400
d7c5a3c150merging from stash
Julian Lam
2013-05-06 21:15:53 -0400
97c1819dc4forgot to commit category files
psychobunny
2013-05-06 22:06:01 +0000
fa64e84dccfixed a bug in templates, introduced categories, added default setup script onload, moved home.tpl code over to category, created hierachies
psychobunny
2013-05-06 22:05:42 +0000
178bc82a55removed deprecated functions from topics.js (server side parsing) and fixed the 150ms initial delay on first load
psychobunny
2013-05-06 20:23:38 +0000
724c1511afmoved slugify to utils
psychobunny
2013-05-06 20:13:59 +0000
e57ae200e4account page border
Baris Soner Usakli
2013-05-06 16:12:04 -0400
6b9b72a550restricting post replies if a thread is locked (returns pid of -1 instead)
Julian Lam
2013-05-06 15:30:47 -0400
b6f3211ce7if a thread is locked, the reply buttons all now say "locked", and the post reply window will not pop up
Julian Lam
2013-05-06 15:09:22 -0400
da837f662aredirect /login and /register to /account if user is already logged in
Baris Soner Usakli
2013-05-06 14:27:15 -0400
883f029a3aagian
Baris Soner Usakli
2013-05-06 12:44:30 -0400
4a1dc28a26*shenans* refactored Posts.get to use async module instead of callback pyramid. Call time net decrease = 0, rofl.
Julian Lam
2013-05-06 12:04:36 -0400
1009726b51almost 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
psychobunny
2013-05-06 06:07:04 +0000
8a2c18de5bfixed 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
psychobunny
2013-05-06 03:41:22 +0000
9b5c8de541setUserField
Baris Soner Usakli
2013-05-05 22:54:38 -0400
c906b7419aadded reputation to /account
Baris Soner Usakli
2013-05-05 19:35:17 -0400
3bdbf3c191password reset will use the user has
Baris Soner Usakli
2013-05-05 19:29:58 -0400
54b4c55dfcremoved the unused login function
Baris Soner Usakli
2013-05-05 19:13:08 -0400
fee76db8dcmore fixes
Baris Soner Usakli
2013-05-05 18:40:04 -0400
954392e4c4fixes to gravatars and get functions in user.js
Baris Soner Usakli
2013-05-05 18:07:54 -0400
08f7b64ccfhash changes to user data
Baris Soner Usakli
2013-05-05 17:38:08 -0400
26c22b0559bugfixes + starting active users in thread feature
psychobunny
2013-05-05 20:59:41 +0000
3947b6b6fdmodified 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
psychobunny
2013-05-05 20:10:26 +0000
8133ac53desmall change to ajaxify to ignore href='#', added some design to future features, up for grabs if anybody wants to do them
psychobunny
2013-05-05 19:03:13 +0000
73e958e627added join date to users, fixed post count when a new topic is created. account page shows time joined,picture and name
Baris Soner Usakli
2013-05-04 18:20:22 -0400
458cd31b4badding account to the template index
Julian Lam
2013-05-04 13:20:47 -0400
750e087f9eupdated default server config to add nice comments
Julian Lam
2013-05-04 13:11:27 -0400
93c5931bb0fixed listener memleak causing new posts to appear duplicated
psychobunny
2013-05-04 15:32:02 +0000
5aa3dab289added popstate check to trigger ajaxify on back button keypress. forward button doesn't work yet
psychobunny
2013-05-04 07:17:05 +0000
dd4758725efixed bug where events weren't being attached to new posts being parsed in
psychobunny
2013-05-04 07:01:39 +0000
f0bb70fa3aadjusting rep of a user now affects all instances of that user on the page
psychobunny
2013-05-04 06:49:57 +0000
35f2ac7bf7small style changes in header, added edit and delete button for moderators/own posts, hide moderator tools for all users except those that qualify
psychobunny
2013-05-04 06:44:00 +0000
4807002447fix for responsive avatar, fix for submit/discard buttons taking you away from the thread
psychobunny
2013-05-04 06:11:37 +0000
69565b0dedfixed a bug where anonymous users couldnt access topics
psychobunny
2013-05-04 06:01:06 +0000
73fc0a3699customising markdown parser to allow single line breaks
Julian Lam
2013-05-04 01:16:45 -0400
c5cf128629Merge branch 'master' of github.com:psychobunny/node-forum
Julian Lam
2013-05-04 01:13:52 -0400
ebaa69d987responsive threads - although avatar is *slightly* misaligned on my phone. not sure why
psychobunny
2013-05-04 04:53:43 +0000
0dbc1ba692restricted the user.get socket listener to only react once
Julian Lam
2013-05-03 17:39:21 -0400
b7782dbf7fclean up
psychobunny
2013-05-03 21:22:54 +0000
3e96f64191streaming posts. also moved topics to be entirely client side parsed. made some changes. added block level caching to templates. added a prepare method to templates
psychobunny
2013-05-03 21:19:28 +0000
bcb672e1fesocket rooms! and almost finished rep (socket updates) except for one small bug where current_user isnt being pulled
psychobunny
2013-05-03 19:31:21 +0000
5e48b4cdc5redis updates for sets: added sadd, srem, and sismember; finished basic favouriting/up/down votes - still need to add socket support in future
psychobunny
2013-05-03 18:54:19 +0000