Samuel Clay
|
5b744e3c21
|
Merge pull request #157 from calebegg/master
Fix issue where selection within stories was hidden in list view on dev
|
2013-04-09 11:25:25 -07:00 |
|
Caleb Eggensperger
|
35a55fd6f3
|
Fix issue where selection within stories was hidden
Applied only to list view on dev.
|
2013-04-09 13:21:44 -05:00 |
|
Samuel Clay
|
1f51941027
|
Syncing redis on 1% of feed loads.
|
2013-04-08 18:40:05 -07:00 |
|
Samuel Clay
|
42b867ebe5
|
Cutting off syncable stories.
|
2013-04-08 18:24:45 -07:00 |
|
Samuel Clay
|
38b7ca8f12
|
Adding pipeline for redis sync on usersub.
|
2013-04-08 18:22:04 -07:00 |
|
Samuel Clay
|
ede93d2117
|
Adding user+feed user story sync, to be used soon on feed requests to clean out users read stories.
|
2013-04-08 17:43:19 -07:00 |
|
Samuel Clay
|
6fe7487202
|
Forcing pipeline to flush every 1000 stories.
|
2013-04-08 17:17:51 -07:00 |
|
Samuel Clay
|
a6837724e3
|
Increasing task queue size.
|
2013-04-08 17:11:40 -07:00 |
|
Samuel Clay
|
d90f5fb6a9
|
Fixing pipeline.
|
2013-04-08 17:04:23 -07:00 |
|
Samuel Clay
|
d7ccad3b55
|
Using pipeline for syncing redis user stories.
|
2013-04-08 17:02:11 -07:00 |
|
Daniel
|
2e88a2e76a
|
Merge pull request #151 from lance0428/master
Fix login/logout issues
|
2013-04-08 16:41:02 -07:00 |
|
Samuel Clay
|
47c2257ef7
|
Using regular expressions for comment stripping, unless the feed has an error count, in which case switch to lxml.
|
2013-04-08 16:14:48 -07:00 |
|
Samuel Clay
|
33e605875e
|
Switch to lxml for comment stripping.
|
2013-04-08 15:38:23 -07:00 |
|
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 |
|
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 |
|