Commit graph

1227 commits

Author SHA1 Message Date
Samuel Clay
8b2812afc9 Virtualenv redis bgsave monitor. 2016-11-14 12:59:06 -08:00
Samuel Clay
bb089f4aeb When adding a feed to a folder, check against the lower case folder name to correct for dupes. 2016-11-14 12:31:41 -08:00
Samuel Clay
637f4d6955 Stubbing in notifications dialog. 2016-11-14 11:12:13 -08:00
Samuel Clay
9f64fcb572 Undoing mistaken date correct. 2016-11-14 08:18:31 -08:00
Samuel Clay
982d1c9589 Handling twitter user not found error. 2016-11-11 15:12:13 -08:00
Samuel Clay
7dee3ae771 Upgrading to mongo 3.0. Still needs fixes for mongoengine. 2016-11-10 10:11:46 -08:00
Samuel Clay
fde0c6caef Higher random weight for quick fetch. 2016-11-09 09:00:30 -08:00
Samuel Clay
1454da0b43 Fixing tlnb 2016-11-02 22:07:10 -07:00
Daniel Aleksandersen
2f7bdd1672 HTTP feed fetcher improvements
* Send an Accept header asking for feed formats (instead of the current */*)

* Don’t send A-IM without an If-None-Match or If-Modified-Since header.

* Fixed Train-Case in one HTTP header.
2016-10-28 01:25:08 +02:00
Samuel Clay
a616ad50a5 Adding support for tweets that start with '@' to be categorized as a reply. 2016-09-22 15:54:39 -07:00
Julien Rottenberg
bf2e2258b8 Simplify onboarding
missed some from "Upgrading tweepy, hoping it fixes auth issues w/ twitter."
2016-09-15 20:24:34 -07:00
Samuel Clay
96afee3732 Attempting to fix zgrep 2016-08-15 16:27:17 -07:00
Samuel Clay
43b90a6ab3 Handling missing rel attr. 2016-08-15 14:58:45 -07:00
Samuel Clay
2de794f6a6 Accepting media:content attachments using a 'medium' attribute instead of a 'type' attribute. Useful for images in deviantart. 2016-08-12 20:43:52 -07:00
Samuel Clay
840bb43fc2 Miscellaneous old utils. 2016-08-04 11:00:33 -07:00
Samuel Clay
7ecf37b8c3 Temporarily locked = suspended on twitter. 2016-06-28 17:11:22 -07:00
Samuel Clay
a7ceebcb0f Adding exception handling for twitter feeds. 2016-06-28 16:09:14 -07:00
Samuel Clay
76b48a5525 Fixing twitter status permalink. 2016-06-14 21:36:30 -07:00
Samuel Clay
0a86563321 Checking for links in tweet, adding link tag. 2016-05-26 15:52:41 -07:00
Samuel Clay
453f9d67eb Handling insta-fetching twitter feeds. 2016-05-26 15:36:20 -07:00
Samuel Clay
bab64e0447 Disconnecting twitter connection if user has broken token. 2016-05-26 15:33:02 -07:00
Samuel Clay
c7420dc888 Retrying twitter fetch with any access token that works. 2016-05-26 15:21:12 -07:00
Samuel Clay
0b33889881 Adding retweet tag, changing likes and retweets to liked and retweeted. 2016-05-26 15:12:22 -07:00
Samuel Clay
2895fc398d Adding photo category to tweets. 2016-05-26 15:09:24 -07:00
Samuel Clay
aa397194a1 Allowing twitter URL to not have https/http in it. 2016-05-26 15:06:52 -07:00
Samuel Clay
5db1138cdf Tweets now have enclosed images. 2016-05-26 15:05:04 -07:00
Samuel Clay
7ad8dd89db Better match for twitter.com/username 2016-05-26 14:41:44 -07:00
Samuel Clay
ac9f286dbe Correcting twitter status link. 2016-05-26 14:34:47 -07:00
Samuel Clay
e3445bb134 Native Twitter support for converting the Twitter API to RSS. If you're reading this, you can test it by subscribing to twitter usernames like so: https://twitter.com/newsblur 2016-05-26 14:30:26 -07:00
Samuel Clay
8795c46204 Wrong feed_id 2016-05-20 16:15:18 -07:00
Samuel Clay
679e2ddfd3 Using get_by_id when refreshing feed. 2016-05-20 16:13:51 -07:00
Samuel Clay
8a3563766f Reintroducing correct subscriber counts. 2016-05-16 17:57:02 -07:00
Samuel Clay
3ef5071a61 Allowing unicode encode errors for text/plain. 2016-05-11 13:37:35 -07:00
Samuel Clay
73160e0faf Properly decoding text/plain. 2016-05-11 13:28:48 -07:00
Samuel Clay
c1d1534d67 Sanitizing text/plain stories. 2016-05-11 12:01:27 -07:00
Samuel Clay
5e2020f402 Fixing tests. 2016-04-22 20:48:08 -07:00
Samuel Clay
1243060820 Handling poorly structure dates that result in an overflow error. 2016-04-18 16:20:16 -07:00
Samuel Clay
594e677357 Fix somewhat long-standing error logging bug that spits out a ton of data on feeds that don't work with requests lib. 2016-03-18 18:30:01 -07:00
Samuel Clay
ac8920e98b Fixing feed finder to allow feeds with <html> tags, just not those right at the beginning. 2016-03-17 21:10:03 -07:00
Samuel Clay
f534b2bd2a Cleaning up disk usage monitor. 2016-03-16 12:20:16 -07:00
Samuel Clay
7264b6a91d No longer need psutil on monitor. 2016-03-16 11:42:18 -07:00
Samuel Clay
21e5da0ecf Moving to more accurate disk usage monitor. 2016-03-16 11:40:11 -07:00
Samuel Clay
f901f583a3 Sanity check for broken mtime. 2016-03-08 13:33:16 -08:00
Samuel Clay
586ff3f572 Fixing unicode issues in feed fetcher. Also fixing broken last-modified cache header. 2016-03-08 13:26:34 -08:00
Samuel Clay
744d8bb08e Feedfinder user agent is presenting problems. Changing to 'NewsBlur Feed Finder' 2016-02-18 11:50:38 -08:00
Samuel Clay
3c7717aff5 Updating newsletter icon. 2016-02-09 16:59:58 -08:00
Samuel Clay
4ed51e880a Handling bunk feeds better by forcing a sub recount and ignoring if not subscribed. 2016-02-09 16:34:59 -08:00
Samuel Clay
39b29bfd27 Splitting feed error codes. 2016-02-09 16:22:34 -08:00
Samuel Clay
f243f424ae Usage monitor needs correct virtualenv python. 2016-02-09 11:11:19 -08:00
Samuel Clay
3b3d76dcd2 Relative URI handling in feedparser changes when it doesn't have the URL of the feed. Thank goodness I caught this early, otherwise a bunch of sites' images would have been mysteriously broken. 2016-02-05 18:43:08 -08:00