Commit Graph

69 Commits

Author SHA1 Message Date
da53190a97 Improve logging on client calls 2018-05-13 19:38:46 +02:00
e2b577eef9 Fix order of before and after 2018-05-12 14:37:29 +02:00
798c5c39d6 Fix repost error type conversion 2018-05-06 12:39:54 +02:00
e935820387 Add redis caching of http requests and hub subscription 2018-05-03 21:50:16 +02:00
dd4b03c97b Fix for cast 2018-05-03 07:29:51 +02:00
f943507d0d Use right variable for value array 2018-05-03 07:27:31 +02:00
7fe800f0f9 Add in-reply-to to item 2018-05-03 07:26:15 +02:00
2f3c486651 Disable feed loading on start 2018-05-03 07:24:55 +02:00
04e37a8257 Add cast checks around in-reply-to 2018-05-03 07:22:32 +02:00
0155a36a90 Get more information from feeds 2018-05-02 00:13:41 +02:00
f5ed8dbc45 Add simple start of feedbin API proxy 2018-05-01 23:47:43 +02:00
999bc0d456 Improve handling of missing author and content 2018-04-11 18:47:57 +02:00
c61fe38718 Keep list of read items and skip adding 2018-04-10 21:14:59 +02:00
0ef60c5a4c Update channel count when markin items read 2018-04-10 20:44:47 +02:00
e24c01e781 Remove read items from list 2018-04-10 20:30:24 +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
d1afcd121e Support people mentions somewhat 2018-04-08 20:41:56 +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
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
49598a2af1 Add unread and don'r show read 2018-04-08 01:45:56 +02:00
020c31ad12 Rewrite Preview so it uses the new functions 2018-04-08 01:11:40 +02:00
110861a91f Reset read attribute for items 2018-04-08 00:14:15 +02:00
b8034af2aa Disable array microformats 2018-04-07 21:10:32 +02:00
d9111a6d05 Fix category #2 2018-04-07 21:07:00 +02:00
a42aaeca32 Fix categories 2018-04-07 21:05:40 +02:00
e850e7f923 Lone category 2018-04-07 21:04:29 +02:00
75c9dfd4f6 Load all urls when starting 2018-04-07 21:01:21 +02:00
925e914d01 Also Fetch JSON feed, RSS, and Atom 2018-04-07 20:50:07 +02:00
cf5d4c0a49 Move adding to channel to own function 2018-04-07 20:12:57 +02:00
5cab70b694 Decrease time between fetches to 10 minutes 2018-04-07 20:06:11 +02:00
42cee3c9a4 Run fetch every hour 2018-04-07 20:00:48 +02:00
7baf3a9ce5 Sort ascending 2018-04-07 16:40:29 +02:00
6477288fee Save feeds to redis and return the feeds from redis 2018-04-07 16:36:27 +02:00
0e0dd4caa7 Add more ways to find urls for queries 2018-04-07 15:49:01 +02:00
44f10dc8f2 Add more information to the post 2018-04-07 15:07:04 +02:00
9399dc3435 Change type of _is_read to bool 2018-04-07 02:22:05 +02:00
e3ee21a4cf Fix naming of _is_read attribute 2018-04-07 02:19:13 +02:00
d374cd15d6 Add _id and _read for mark_as_read handling 2018-04-07 02:08:31 +02:00
cbd6e7dd84 Add "updated" field to item export 2018-04-07 01:58:03 +02:00
e4540ab2b3 Also copy author over 2018-04-07 01:56:17 +02:00
18f270c42c Simplify handling of items 2018-04-07 01:47:33 +02:00