Commit Graph

384 Commits

Author SHA1 Message Date
psychobunny
deaf8105cc renamed get category to get categories 2013-05-24 08:34:13 -04:00
psychobunny
4b67f8573e recent posts done (needs polish/cleanup), and fixed bug where new topic button was not showing up in categories 2013-05-24 07:52:25 -04:00
psychobunny
c785f06367 added 404 tpl, fix for 404 on topics, continuing refactor - categories 2013-05-23 16:53:25 -04:00
psychobunny
4a3ffec29f proof that comments can be misleading 2013-05-23 15:23:43 -04:00
psychobunny
d0646ba98f typo 2013-05-23 14:57:08 -04:00
psychobunny
cd4ca110a1 moved utils over to client side for code sharing 2013-05-23 13:21:46 -04:00
psychobunny
a9672ab9d8 begin refactor of posts/topics + pagination + cleanup + async 2013-05-23 12:52:16 -04:00
Baris Soner Usakli
ef304a712f strip tags from signature when they are saving, separated info in user profile and added signature box 2013-05-21 22:36:21 -04:00
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.
2013-05-21 21:07:26 -04:00
Julian Lam
74c13ba299 Merge remote-tracking branch 'origin' 2013-05-21 20:12:28 -04:00
Julian Lam
fd38b60bd6 fixing issue with teasers showing deleted post info 2013-05-21 20:12:13 -04:00
psychobunny
34133eef8c post counts + read status working on homepage category listing. fixed posts.get_cid_by_pid 2013-05-21 18:12:39 -04:00
psychobunny
effb26c856 user friendly message if no topics exist in a category 2013-05-21 17:19:33 -04:00
psychobunny
ab492f147f check for online/offline users, added custom redis sismembers method, fix for category view not showing up if it has no topics 2013-05-21 17:02:04 -04:00
Julian Lam
7c165876f1 fixed bug where deleted posts still showed up in teasers 2013-05-21 14:54:35 -04:00
Julian Lam
e62fcc5831 refactored the entire privileges stack. .editable() is now deprecated, use
.privileges instead. Privileges now are inherited, so querying a topic's
privileges will automatically query it's parent category's privileges as
well, etc.
2013-05-18 14:59:50 -04:00
Julian Lam
1a38644eb8 exposing thread tools to users in the "administrators" set, fixing up
Topics methods to call the "editable" method first instead of just
checking rep thresholds.

Also changed the limit on thread length from 10 to infinity (for now,
until infinite scrolling makes it in)
2013-05-17 21:14:58 -04:00
Julian Lam
7757c29889 Merge branch 'master' of github.com:psychobunny/node-forum 2013-05-17 15:34:30 -04:00
Julian Lam
fe9adf696d new post event (although there is a bug... hmhm) 2013-05-17 15:34:25 -04:00
Baris Usakli
78b59432cc dont call marked if content is empty in get_teaser 2013-05-17 15:09:20 -04:00
Baris Usakli
1f5956d031 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 2013-05-17 14:48:14 -04:00
Baris Usakli
994b7e8b33 signature 2013-05-17 14:48:05 -04:00
Julian Lam
297c4b8173 socketizing topic creation so that a new topic shows up automatically when one is created 2013-05-17 14:25:45 -04:00
Julian Lam
3df8d7279b rejigged Topics.get so that it does not return a hardcoded return if no topics were returned 2013-05-17 13:29:50 -04:00
Julian Lam
03511cd9a8 removing console rlogs 2013-05-17 12:45:54 -04:00
Julian Lam
4b6ad9607e removing static saving of recent post, and added in dynamic pulling on Topics.get 2013-05-17 12:25:06 -04:00
Julian Lam
e5716145ae get pid and tid and cid methods in posts and topics 2013-05-16 18:15:58 -04:00
psychobunny
a711adfcd0 fix for recent/popular/active global categories 2013-05-16 13:19:45 -04:00
psychobunny
9a0e487936 fix so that empty categories dont 404 2013-05-16 13:16:09 -04:00
Julian Lam
9917f068f9 fixing up moderator listing 2013-05-16 13:14:23 -04:00
psychobunny
211363235d removed console.log 2013-05-16 13:00:21 -04:00
psychobunny
fd8c0c5097 fixed bug in active users causing moderators to not show up and only one active user being shown 2013-05-16 12:59:24 -04:00
Julian Lam
e256ee99f7 Merge branch 'master' of github.com:psychobunny/node-forum 2013-05-16 12:49:57 -04:00
Julian Lam
bdeb7b13f1 interim commit for moderator support 2013-05-16 12:49:39 -04:00
Baris Usakli
34432773d6 fix crash when you go to /topics/nonexistant 2013-05-16 12:13:39 -04:00
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 2013-05-16 10:59:45 -04:00
psychobunny
25e218442a updated category: tracking active participants + removed placeholder; recent author picture now pulled dynamically; graph/users/picture implemented 2013-05-15 15:42:24 -04:00
psychobunny
a7cefe35f8 started to add real data to the topics listing, got latest post working per topic 2013-05-14 17:06:48 -04:00
Julian Lam
b244da724e edit labels, and fixing responsive layout in topic view 2013-05-09 20:46:52 -04:00
Julian Lam
f1c5233aa9 sorting 2013-05-09 11:27:45 -04:00
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 2013-05-09 07:27:55 +00:00
psychobunny
fb83913670 redis wrapper removed. pretty safe to say that we didn't really need it in the first place. 2013-05-09 01:04:15 -04:00
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 2013-05-09 04:11:16 +00:00
Julian Lam
2ca1986b40 moving threads will refresh view for all connected clients as well 2013-05-08 15:07:01 -04:00
Julian Lam
c1489b2503 thread moving! (party) 2013-05-08 15:00:32 -04:00
Julian Lam
858337c633 refactoring topics to be stored as a set per category, instead of a list 2013-05-08 14:41:06 -04:00
Julian Lam
917eadae95 Merge remote-tracking branch 'origin' 2013-05-08 14:16:48 -04:00
Julian Lam
ff025f0e48 interim commit to thread moving 2013-05-08 14:09:50 -04:00
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 2013-05-08 17:28:22 +00:00
Julian Lam
b57109f6fd floating pinned articles to the top of the topic list 2013-05-07 15:43:51 -04:00