Commit graph

5453 commits

Author SHA1 Message Date
Samuel Clay
9565c27784 Moving to 1 feed per task queue (from 12). 2013-04-08 14:39:00 -07:00
Samuel Clay
83c8443ed0 Prioritizing autocomplete matches on title before address. 2013-04-08 13:12:11 -07:00
Samuel Clay
73eb0b6ef4 Handling URLs in autocomplete. 2013-04-08 13:09:43 -07:00
Samuel Clay
c25c4478e6 Adding new autocomplete. Let's hope this doesn't destroy performance in Redis. 2013-04-08 12:54:02 -07:00
Samuel Clay
cb90344cda Using new Chrome extension for RSS. 2013-04-08 12:07:54 -07:00
Samuel Clay
532d1a67a7 No longer doing overly zealous read story cleanup. 2013-04-08 11:47:39 -07:00
Samuel Clay
eebba16d89 Adding error_feeds count to munin. 2013-04-08 10:53:11 -07:00
Samuel Clay
46f919f919 Using error_feeds to push broken feeds further out in the pipeline. 2013-04-08 10:50:50 -07:00
Samuel Clay
7fc9b494af Adding error_feeds queue to keep track of broken feeds. 2013-04-08 10:04:40 -07:00
Samuel Clay
d63556bc06 Skipping tasking of feeds when queue is too high. Use the random queue. 2013-04-08 09:49:21 -07:00
Samuel Clay
00591ee7ad Pushing out feed updates to cope with influx. 2013-04-08 08:34:12 -07:00
Samuel Clay
639ad60ba1 Don't allow stories to come from more than 24 hours into the future. 2013-04-07 21:07:34 -07:00
Lance Johnson
cf03732817 Fix login/logout problem of old activities hanging around on back stack
from the previous users' session. More info in issue #142
2013-04-07 23:07:00 -05:00
Samuel Clay
c41bf80b4e Removing force from new feeds. 2013-04-07 20:22:46 -07:00
Samuel Clay
36e76759e8 Adding in timing on feed cleanup. 2013-04-07 17:49:34 -07:00
Samuel Clay
5c0b9de511 Increasing fetches for long tail feeds. 2013-04-07 17:31:43 -07:00
Samuel Clay
48c5d4d53e Adding logging, feed cleanup to forced fetch feeds, and expirations on user read stories. 2013-04-07 17:19:59 -07:00
Mark Anderson
16e9e5e975 Merge remote-tracking branch 'upstream/master' 2013-04-07 21:34:39 +01:00
ojiikun
24f54cec25 Fix NPE crash when adding new feed. 2013-04-06 20:09:14 +00:00
Samuel Clay
0e7bcab43d Adding supervisord.conf config to include minfds (ulimit -a) support. 2013-04-06 12:31:51 -07:00
Samuel Clay
1cf8d67db1 Fixing authentication issue on account deletion when using blank passwords. 2013-04-05 19:23:42 -07:00
Samuel Clay
8b13f22a59 Upping Android to version 1.2. 2013-04-05 18:39:58 -07:00
Samuel Clay
d238dafba7 Bumping up feed fetching for premiums. 2013-04-05 17:59:33 -07:00
Samuel Clay
f2281ec7bc Refunding stripe payments. 2013-04-05 17:54:22 -07:00
Samuel Clay
eb98f4524e ActionBar is part of the repo now (vendorized). 2013-04-05 17:54:22 -07:00
Samuel Clay
c2a64f0ce7 Merge pull request #143 from ojiikun/master
Android: Follow Recommended 2-step Sync on Load
2013-04-05 17:52:26 -07:00
ojiikun
7bdd82c47d Make initial sync on creation of Main activity folllow recommended two-step API pattern. 2013-04-05 22:08:34 +00:00
D
c87deeebac Merge pull request #141 from lance0428/master
Several fixes around login and registering new account
2013-04-05 12:16:37 -07:00
Samuel Clay
9c79076aab Better verbose logging for updating feeds. 2013-04-05 12:09:42 -07:00
Lance Johnson
6b310ec2a3 Fix feed parsing issue when user has no feeds 2013-04-05 01:38:48 -05:00
Lance Johnson
1957583767 Fix crash when new user registers. For some unknown reason the code was
doing a feed pull and then always expecting folders when there obviously
wouldn't be any if the user just registered.
2013-04-05 01:20:47 -05:00
Lance Johnson
d71b0a1dc9 Merge branch 'master' of https://github.com/samuelclay/NewsBlur 2013-04-05 00:47:10 -05:00
Lance Johnson
0880486533 When login fails go back to login activity rather than previous view 2013-04-05 00:37:16 -05:00
Lance Johnson
b562f54c49 Handle new user registration error reply by informing user of issue with regiration attempt 2013-04-05 00:22:10 -05:00
Samuel Clay
1ba468d27d Checking if feed id has changed, then removing from task queue. 2013-04-04 21:57:58 -07:00
Samuel Clay
d831088a46 Fixed the ridiculous bug with feed queuing: while checking to see if the feed id changed, self.pk changed along with the feed, resulting in the cached value changing! 2013-04-04 20:51:56 -07:00
Samuel Clay
341db243c3 Better logging for queues. 2013-04-04 20:47:41 -07:00
Samuel Clay
49f1401953 Handling 0 images found for shared story. 2013-04-04 17:53:57 -07:00
Samuel Clay
681968033b Fixing broken JPG image sizer. 2013-04-04 17:49:38 -07:00
Samuel Clay
ee647be85b Handling timeouts for feed link change. 2013-04-04 17:27:31 -07:00
Samuel Clay
3d190cc3ec Fixing a few small feed collision errors. 2013-04-04 17:18:27 -07:00
Samuel Clay
c02c1c4c98 Adding feedparser trunk, in case I want more pain. 2013-04-04 17:14:15 -07:00
Samuel Clay
e7ad04946d Fixing feed address change by feed link when colliding with existing feed. 2013-04-04 17:13:06 -07:00
Samuel Clay
8a7ea248fd Fixing feed address change by feed link when colliding with existing feed. 2013-04-04 17:09:16 -07:00
Mark Anderson
a51539061b Merge remote-tracking branch 'upstream/master' 2013-04-04 22:09:56 +01:00
Samuel Clay
92c4cc7d1a Merge pull request #129 from manderson23/master
Android: Issues with SetupCommentSectionTask
2013-04-04 11:40:20 -07:00
Samuel Clay
54cb659819 Merge pull request #130 from ojiikun/master
Android: Remove Extra Sync on Launch/Login
2013-04-04 11:39:18 -07:00
Lance Johnson
2c80545446 Merge branch 'master' of https://github.com/samuelclay/NewsBlur into pr/130-test 2013-04-04 10:29:48 -05:00
Lance Johnson
45e342a1b8 Merge branch 'master' of https://github.com/ojiikun/NewsBlur into pr/130-test 2013-04-04 10:24:54 -05:00
Samuel Clay
a36a960566 Bumping numbers on task fetching. 2013-04-03 22:59:25 -07:00