142 Commits (de8d6d3c8cdf06daf84b96b0060426088adc7191)

Author SHA1 Message Date
Julian Lam 43a76f9c9c fixing socket returns to emit to everybody in the room (on thread locking/deletion) 12 years ago
Julian Lam 7ed2413d96 Merge remote-tracking branch 'origin' into thread_options
added some styling and elements to thread deletion

Conflicts:
	public/src/ajaxify.js
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 ec104b05d4 added links to user profiles from posts and the breadcrumbs 12 years ago
Julian Lam b2c6d4f7c7 interim commit to thread options 12 years ago
Julian Lam d7c5a3c150 merging from stash 12 years ago
Julian Lam 35770edcae added thread tools dropdown 12 years ago
Julian Lam f0f1ed7ed8 added lock icon to locked button in threads 12 years ago
Julian Lam b6f3211ce7 if a thread is locked, the reply buttons all now say "locked", and the
post reply window will not pop up
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 26c22b0559 bugfixes + starting active users in thread feature 12 years ago
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 12 years ago
psychobunny 8133ac53de small change to ajaxify to ignore href='#', added some design to future features, up for grabs if anybody wants to do them 12 years ago
psychobunny 496ed20615 fixed annoying footer being hidden then reshown on first load 12 years ago
Baris Soner Usakli 73e958e627 added join date to users, fixed post count when a new topic is created. account page shows time joined,picture and name 12 years ago
psychobunny 93c5931bb0 fixed listener memleak causing new posts to appear duplicated 12 years ago
psychobunny dd4758725e fixed bug where events weren't being attached to new posts being parsed in 12 years ago
psychobunny f0bb70fa3a adjusting rep of a user now affects all instances of that user on the page 12 years ago
psychobunny 35f2ac7bf7 small style changes in header, added edit and delete button for moderators/own posts, hide moderator tools for all users except those that qualify 12 years ago
psychobunny ebaa69d987 responsive threads - although avatar is *slightly* misaligned on my phone. not sure why 12 years ago
psychobunny b7782dbf7f clean up 12 years ago
psychobunny 3e96f64191 streaming 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 12 years ago
psychobunny 9fb2a338bb whitespace probably oops 12 years ago
psychobunny bcb672e1fe socket rooms! and almost finished rep (socket updates) except for one small bug where current_user isnt being pulled 12 years ago
psychobunny 5e48b4cdc5 redis updates for sets: added sadd, srem, and sismember; finished basic favouriting/up/down votes - still need to add socket support in future 12 years ago
psychobunny c73d1237d2 started favourites/rep 12 years ago
psychobunny 7db1834182 gravatars in posts 12 years ago
psychobunny edf58693cc added real username to posts 12 years ago
psychobunny b97157d8fd fixed topic name bug 12 years ago
psychobunny e766cc0c64 more style updates to topic + very basic quoting feature in, needs to be looked at in future 12 years ago
psychobunny 9fe73d68fc style changes to topics 12 years ago
psychobunny 517b4de2fe threads look awesome now 12 years ago
psychobunny 9119a9d104 small refactor of routing, cleanup, templates are now parsed entirely on client side for /, /register, /login for now 12 years ago
psychobunny 1bec9fc5aa breadcrumbs, and changed home in nav to 'forum' 12 years ago
psychobunny e658531a67 replies are up 12 years ago
psychobunny 1f97fefac0 Merge branch 'master' of https://github.com/psychobunny/node-forum 12 years ago
psychobunny 0f3f2bb859 post replies, unfinished 12 years ago
Julian Lam 62779ef0dd relative time on topics and posts 12 years ago
psychobunny 126f817f7d updates to posts 12 years ago
psychobunny 98ca14e31c started working on threadss, implemented slug url, fixed crashing bug during post creation 12 years ago