Baris Usakli
|
78b59432cc
|
dont call marked if content is empty in get_teaser
|
12 years ago |
Baris Usakli
|
1f5956d031
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
12 years ago |
Baris Usakli
|
994b7e8b33
|
signature
|
12 years ago |
Julian Lam
|
297c4b8173
|
socketizing topic creation so that a new topic shows up automatically when one is created
|
12 years ago |
Julian Lam
|
3df8d7279b
|
rejigged Topics.get so that it does not return a hardcoded return if no topics were returned
|
12 years ago |
Julian Lam
|
03511cd9a8
|
removing console rlogs
|
12 years ago |
Julian Lam
|
4b6ad9607e
|
removing static saving of recent post, and added in dynamic pulling on Topics.get
|
12 years ago |
Julian Lam
|
e5716145ae
|
get pid and tid and cid methods in posts and topics
|
12 years ago |
psychobunny
|
a711adfcd0
|
fix for recent/popular/active global categories
|
12 years ago |
psychobunny
|
9a0e487936
|
fix so that empty categories dont 404
|
12 years ago |
Julian Lam
|
9917f068f9
|
fixing up moderator listing
|
12 years ago |
psychobunny
|
211363235d
|
removed console.log
|
12 years ago |
psychobunny
|
fd8c0c5097
|
fixed bug in active users causing moderators to not show up and only one active user being shown
|
12 years ago |
Julian Lam
|
e256ee99f7
|
Merge branch 'master' of github.com:psychobunny/node-forum
|
12 years ago |
Julian Lam
|
bdeb7b13f1
|
interim commit for moderator support
|
12 years ago |
Baris Usakli
|
34432773d6
|
fix crash when you go to /topics/nonexistant
|
12 years ago |
Julian Lam
|
71482163ed
|
updating post and topic methods so that when you reply to a post or create a new topic, that topic isn't flagged as unread for you
|
12 years ago |
psychobunny
|
25e218442a
|
updated category: tracking active participants + removed placeholder; recent author picture now pulled dynamically; graph/users/picture implemented
|
12 years ago |
psychobunny
|
a7cefe35f8
|
started to add real data to the topics listing, got latest post working per topic
|
12 years ago |
Julian Lam
|
b244da724e
|
edit labels, and fixing responsive layout in topic view
|
12 years ago |
Julian Lam
|
f1c5233aa9
|
sorting
|
12 years ago |
psychobunny
|
f218e0f3a7
|
user has read feature - turns post count badge red if there is a new post and grey if the user has seen this post already
|
12 years ago |
psychobunny
|
fb83913670
|
redis wrapper removed. pretty safe to say that we didn't really need it in the first place.
|
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 |
Julian Lam
|
2ca1986b40
|
moving threads will refresh view for all connected clients as well
|
12 years ago |
Julian Lam
|
c1489b2503
|
thread moving! (party)
|
12 years ago |
Julian Lam
|
858337c633
|
refactoring topics to be stored as a set per category, instead of a list
|
12 years ago |
Julian Lam
|
917eadae95
|
Merge remote-tracking branch 'origin'
|
12 years ago |
Julian Lam
|
ff025f0e48
|
interim commit to thread moving
|
12 years ago |
psychobunny
|
8e1ee88878
|
removed derpy + from header ill come back to that later when im more inspired... fixed ajaxify for custom routed urls, fixed recent/popular/active tab's invalid object initializer
|
12 years ago |
Julian Lam
|
b57109f6fd
|
floating pinned articles to the top of the topic list
|
12 years ago |
Julian Lam
|
f0eeec8932
|
fixing alert removal by alert_id and adding alerts when thread is locked or pinned
|
12 years ago |
Julian Lam
|
8bccc8466e
|
Merge branch 'master' of github.com:psychobunny/node-forum
|
12 years ago |
Julian Lam
|
bf7c602cd8
|
thread pinning
|
12 years ago |
psychobunny
|
2dccfb96e7
|
Merge branch 'master' of https://github.com/psychobunny/NodeBB
Conflicts:
src/posts.js
src/topics.js
|
12 years ago |
psychobunny
|
ae2be687b8
|
small refactor plus breadcrumbs for all ur pages
|
12 years ago |
Julian Lam
|
d35bffa830
|
removing topic from listing if deleted, and adding lock icon if thread is locked
|
12 years ago |
Julian Lam
|
43a76f9c9c
|
fixing socket returns to emit to everybody in the room (on thread locking/deletion)
|
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 |
psychobunny
|
31542cd9be
|
finished recent, popular and active posts shells, just need to update api methods
|
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
|
178bc82a55
|
removed deprecated functions from topics.js (server side parsing) and fixed the 150ms initial delay on first load
|
12 years ago |
psychobunny
|
724c1511af
|
moved slugify to utils
|
12 years ago |
Julian Lam
|
86af1b2af5
|
topic creation now checks for valid pid as well
|
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 |
Baris Usakli
|
2a3ef2408f
|
fixed post content
|
12 years ago |
Baris Usakli
|
3c86b43ba3
|
post count is incrementing when replying
|
12 years ago |
Baris Usakli
|
ed26728a0f
|
show username on homepage
|
12 years ago |