Commit Graph

140 Commits

Author SHA1 Message Date
f5ed8dbc45 Add simple start of feedbin API proxy 2018-05-01 23:47:43 +02:00
3bff9eb481 Add mentions to the mentions channel 2018-04-26 22:13:13 +02:00
28e8ce6f78 Also match with HTML in Content 2018-04-25 22:46:36 +02:00
58d0179a35 Check if content != nil before matching content 2018-04-25 21:59:41 +02:00
3590bbdb65 Skip items without uid or url 2018-04-25 21:52:04 +02:00
29658eb096 Gather value from microformat instead of full cite 2018-04-25 21:47:52 +02:00
6467d35529 If the item content matches my website, also add it to noficitations 2018-04-25 21:28:08 +02:00
10bce8189b Remove Accept header from Fetch 2018-04-12 20:46:04 +02:00
77126110c3 Don't innerxml, but just normal xml 2018-04-11 22:17:11 +02:00
1185b1f786 Add accept headers 2018-04-11 22:09:53 +02:00
c9c505bda4 Always use fetchURL to get the feed 2018-04-11 22:06:13 +02:00
68a98ee59e Don't leave early 2018-04-11 22:01:44 +02:00
a968380e7a Add logging for found feed info 2018-04-11 21:56:40 +02:00
3574001b40 Improve ID generation of the posts messages 2018-04-11 21:26:38 +02:00
1142f4a1bc Check if author is set 2018-04-11 19:49:49 +02:00
999bc0d456 Improve handling of missing author and content 2018-04-11 18:47:57 +02:00
0a7696ea6b Add type="entry" for RSS and Atom feeds 2018-04-11 18:32:46 +02:00
5da097a91a Remove author when no fields are set 2018-04-11 18:18:54 +02:00
c61fe38718 Keep list of read items and skip adding 2018-04-10 21:14:59 +02:00
fbbcd1d3ea Improve RSS/Atom parsing 2018-04-10 21:02:16 +02:00
ddf7b68807 Content 2018-04-10 20:59:56 +02:00
96696fb240 Improve RSS/Atom handling of html and text 2018-04-10 20:51:51 +02:00
0ef60c5a4c Update channel count when markin items read 2018-04-10 20:44:47 +02:00
fc4400a3c8 Use unread count for channels 2018-04-10 20:35:16 +02:00
e24c01e781 Remove read items from list 2018-04-10 20:30:24 +02:00
ac2e238e0a Removed read check 2018-04-09 23:34:08 +02:00
56ab0912e9 Use Form for mark read 2018-04-09 22:57:48 +02:00
a9530db9b2 Fix beforeScore 2018-04-09 22:44:33 +02:00
97f2fc8323 Leave "after" and "before" when all items are gotten 2018-04-09 22:38:18 +02:00
072af93608 Make "after" and "before" exclusive when set 2018-04-09 22:24:28 +02:00
6ae8062dc6 First try at paging with ZSETS 2018-04-09 21:52:55 +02:00
eeeb9f3b3f Improve use of redis 2018-04-09 19:20:32 +02:00
2818576e2e Improve JSON feed parsing 2018-04-08 21:07:51 +02:00
fa877ef89b Use array for photo 2018-04-08 20:47:43 +02:00
24c6cb0672 Add image from jsonfeed 2018-04-08 20:46:01 +02:00
d1afcd121e Support people mentions somewhat 2018-04-08 20:41:56 +02:00
82345fd421 Check type of card properties 2018-04-08 20:35:18 +02:00
1b6d89f4fd like-of and friends can be full items 2018-04-08 20:31:25 +02:00
9c7d11cb68 Improve handling of authors and checkins 2018-04-08 20:23:00 +02:00
04841aa652 Can't use hash to sort by, use normal keys instead 2018-04-08 19:05:34 +02:00
a5683dd0cc Fix sort order of channels 2018-04-08 16:55:16 +02:00
a2cd294b80 Use boolean unread 2018-04-08 16:22:59 +02:00
faa685e291 Add micropub saving entry to channel from outside 2018-04-08 16:10:55 +02:00
9afebc65cc Refresh feeds every hour instead 10 minutes 2018-04-08 15:32:24 +02:00
f4a8bb7171 Use URL as ID in RSS of ID is not set 2018-04-08 15:30:57 +02:00
8302ecf3ce Gather more information from the right feed, check content-type 2018-04-08 13:19:04 +02:00
287bb3c3ed Add feedheader parsing and show title and icon 2018-04-08 11:44:57 +02:00
ee2eb32b1c Add caching for Fetch2 2018-04-08 11:44:41 +02:00
5e80ddddca If author photo is missing, use icon instead 2018-04-08 10:47:46 +02:00
ce169ec397 Improve JSON feed handling (add author) 2018-04-08 10:43:06 +02:00