Commit Graph

44 Commits

Author SHA1 Message Date
Baris Soner Usakli
c042d4253b added popular rss feed 2014-01-31 11:16:23 -05:00
Baris Soner Usakli
c18788fbc9 crash fix if topic has no posts, and check confirm obj 2014-01-26 23:20:37 -05:00
Baris Soner Usakli
1084523c92 lots of pagination work, query params, ajaxify to pids 2014-01-25 19:19:25 -05:00
Baris Soner Usakli
b945dfc71d closes #843 2014-01-22 14:04:04 -05:00
Julian Lam
14744a854f fixes #703 - topic feeds were not saving (who knows for how long!) 2013-12-30 12:39:13 -05:00
Baris Usakli
705754e823 merged master 2013-12-05 14:57:18 -05:00
Julian Lam
d9ee9bf5e3 revamped handling of unread messages, so that a socket call is made to all socket clients whenever a new unread message is available. Prior behaviour had the unread count updated via ajax call on ajaxify (which was clumsy at best and didn't update automagically) 2013-12-05 13:59:16 -05:00
Baris Usakli
7875138c08 added parseInt 2013-12-05 13:11:27 -05:00
Baris Soner Usakli
567997ef3c changed mongo sets to store just strings, fixes worlds problems 2013-12-04 23:51:57 -05:00
Baris Soner Usakli
32d5118266 tons more changes 2013-12-02 21:20:55 -05:00
Baris Usakli
168052bf45 added back feeds, removed duplicate post var in feed 2013-11-28 15:33:26 -05:00
Baris Usakli
a87ebb64d8 clean up of posts and some template additions 2013-11-28 15:18:19 -05:00
Julian Lam
5ee5c8179a category whitelist for replying to posts, lots of refactoring, too 2013-11-27 11:27:20 -05:00
psychobunny
4013e27a8b removed main_posts from feed.j 2013-11-25 15:48:52 -05:00
Julian Lam
08ef67e824 closed #536 2013-11-22 11:42:42 -05:00
Baris Usakli
7d1aa02fd1 removed schema.js 2013-11-06 13:56:32 -05:00
Baris Usakli
da3a2f436c added categories require to feed.js 2013-10-15 14:44:42 -04:00
psychobunny
28704a6164 hinting 2013-09-18 10:50:02 -04:00
psychobunny
64b071f277 nconf and redis wrapper no longer global objects. jshinted app.js. updated sockets.io to latest 2013-09-17 15:38:57 -04:00
psychobunny
aea3181d27 formatting - server side core 2013-09-17 13:09:37 -04:00
Julian Lam
c01ba1a3cb closed #296 2013-09-15 07:58:02 -04:00
Julian Lam
b8b6558f53 deleting and restoring posts and topics now update the corresponding RSS feeds
fixed #257
2013-09-10 12:34:48 -04:00
Julian Lam
a53e75aeaa closed #271 2013-09-10 11:25:19 -04:00
Julian Lam
ff4b35d6f1 minor bug with feed posttime if it was never edited 2013-09-04 14:16:11 -04:00
Julian Lam
661fdfb43e bugfixing and allowing feeds to be generated on request (as opposed to just updated on posting 2013-09-04 13:52:28 -04:00
Julian Lam
164977972e totally derped commit 2013-09-03 23:42:26 -04:00
Julian Lam
b6fbfcc814 interim commit for new feed refactor 2013-09-03 23:18:25 -04:00
Julian Lam
02a02fa64c updated getTopicWithPosts to use a start and end option, and fixed issue with RSS feed saving (issue #256) 2013-09-03 13:11:21 -04:00
Baris Usakli
1856e394f3 more winston 2013-08-13 15:25:40 -04:00
Julian Lam
9e7afcf0ab fixing issue where navigating to a non-existant category_id caused NodeBB
to crash
2013-07-22 20:29:51 -04:00
Baris Usakli
bed3bf630c removed the throw and logging the error in feed.js 2013-07-08 14:39:41 -04:00
Julian Lam
d1bc8b5d91 fixing issue where NodeBB hangs if a non-existant topic was requested 2013-07-05 16:44:11 -04:00
Baris Usakli
478479658f feed 2013-07-03 13:24:03 -04:00
Baris Soner Usakli
0a4ac1a346 remove async from Feed.updateTopic 2013-07-02 19:51:14 -04:00
Baris Soner Usakli
c1484afab7 more fixes 2013-07-02 19:46:58 -04:00
Baris Soner Usakli
fabb55426c more work: 2013-07-02 19:02:23 -04:00
Baris Usakli
1a992b7147 first batch of changes 2013-07-02 16:24:13 -04:00
Baris Usakli
aaab212128 fixed more indentation 2013-06-20 16:52:42 -04:00
Julian Lam
e32111c8bc removing debug statements from feed.js 2013-06-17 16:17:56 -04:00
psychobunny
3476be6233 removed atom-writer (and xml-writer) in favour of node-rss which seems to be better. updated feed.js 2013-06-04 13:21:08 -04:00
psychobunny
f1f86b1d4f added category rss. added tid to be passed back in getTopicsByTids. 2013-06-04 12:58:04 -04:00
psychobunny
4b17f1d4e6 wrapped up rss for topics. added a new route to access these feeds from the url topic/tid.rss 2013-05-30 16:02:13 -04:00
Julian Lam
f216c7f94a some cleanup and fixing breaking bug introduced by merge 2013-05-27 16:17:38 -04:00
psychobunny
bc16d530d8 feed.js 2013-05-27 14:55:07 -04:00