Commit graph

2199 commits

Author SHA1 Message Date
Samuel Clay
16db855454 Trimming subdomains used for testing. 2013-03-15 11:50:58 -07:00
Samuel Clay
41de804e7b Adding app10 (new haproxy server) to subdomain exclusion list. 2013-03-14 22:45:52 -07:00
Samuel Clay
116605d476 Fixing stripe form. 2013-03-14 21:40:14 -07:00
Samuel Clay
80fe5666f2 Fetching more feeds. 2013-03-14 21:33:06 -07:00
Samuel Clay
e73f3aa66d Increasing feed fetches quite a bit. 2013-03-14 19:26:22 -07:00
Samuel Clay
f62ce742b5 Hiding 12 option to cut back on number of new premiums. 2013-03-14 18:43:01 -07:00
Samuel Clay
91c07a89e7 Bumping up premium refresh rates. 2013-03-14 16:15:21 -07:00
Samuel Clay
762b8aceb5 Tasking only popular feeds for now. 2013-03-14 16:01:28 -07:00
Samuel Clay
85c85ab565 Pushing out feed updates until able to handle the giant influx. 2013-03-14 15:52:34 -07:00
Samuel Clay
ffe07db5c8 Only 5k feeds for minute. 2013-03-14 12:59:28 -07:00
Samuel Clay
9052636418 Moving task feeds to its own beat queue. 2013-03-14 12:55:15 -07:00
Samuel Clay
2dd4a84c1a Only fetching premium feeds. 2013-03-14 11:48:09 -07:00
Samuel Clay
5dee81c08b Redis to db01. 2013-03-14 10:49:44 -07:00
Samuel Clay
277af547cf Logging stripe use. 2013-03-14 10:01:38 -07:00
Samuel Clay
38bd6be246 Paywall on signup. 2013-03-14 10:00:00 -07:00
Samuel Clay
9c5c210568 Extending random holds for feeds while being crushed. 2013-03-14 00:47:18 -07:00
Samuel Clay
fcda26edd7 Only recount feeds if necessary. 2013-03-13 23:08:59 -07:00
Samuel Clay
245349b1d6 Only recount feeds if necessary. 2013-03-13 23:07:50 -07:00
Samuel Clay
2a9dfed00e Turning off autocomplete. 2013-03-13 20:14:15 -07:00
Samuel Clay
4dba6ce380 Counting average stories if stories were detected in the last month. This should fix feeds that have long delays but shouldn't. 2013-02-25 11:11:47 -08:00
Samuel Clay
a2c1eb8ae3 Phase 2: switching to using story_hash index instead of compound unique story_feed_id/story_guid index. 2013-02-20 16:08:14 -08:00
Samuel Clay
fc8b2bd4ec First half of story hash migration. Setting up unique sparse index, then migration to calculate hashes for every story. 2013-02-20 15:42:40 -08:00
Samuel Clay
3bdb4af70a Fixing the timeout on premium setups by doing the scheduling of premium setups in a task, only immediately activating all of a user's feeds. 2013-02-15 09:52:11 -08:00
Samuel Clay
5dd28cb197 Fixing sharing story by email if the story has no feed. 2013-02-14 15:59:03 -08:00
Samuel Clay
0d75d9ecd8 1 month max on next fetch. 2013-02-13 12:54:14 -08:00
Samuel Clay
decd50a610 Making links from bookmarklet shared stories absolute URLs. 2013-02-12 14:11:31 -08:00
Samuel Clay
7ccf61da5d Short-circuiting mark all as read if there's nothing to change. 2013-02-11 08:40:32 -08:00
Samuel Clay
6c6ad7ed3d If a feed has no stories in the past month, fetch it 1/12 as often. 2013-02-07 15:30:35 -08:00
Samuel Clay
1780100646 Cleaning up pull request. 2013-02-05 16:10:23 -08:00
jv2222
0dee5a1f61 Update apps/reader/views.py
Adding the ability to remove story_content from the result set in the endpoint /reader/feed/:id
2013-02-04 14:53:49 -08:00
Samuel Clay
035eee0841 Fixing errors in payment ipns. 2013-01-31 16:55:45 -08:00
Samuel Clay
e2d6b8d6f3 Fixing broken branch id in unicode/str for feed. 2013-01-29 15:58:15 -08:00
Samuel Clay
c18c8b54bc Correcting feeds that get merged but are originally branches. 2013-01-29 14:37:01 -08:00
Samuel Clay
59a79fd986 Fixing broken twitter/fb connect if the user has synced before but deleted the original account. 2013-01-28 18:32:11 -08:00
Samuel Clay
79c6ea09cd Don't collide stories that are too short to be collided. 2013-01-28 16:56:01 -08:00
Samuel Clay
4f6edc2acf Fixing the long broken last update display on story titles header. 2013-01-28 16:13:12 -08:00
Samuel Clay
7e52fc37ef Fixing assortment of small bugs. 2013-01-28 15:43:00 -08:00
Samuel Clay
8fbc9f5174 Allowing anonymous users to use statistics. 2013-01-28 15:23:19 -08:00
Samuel Clay
cb5beb73a4 Handling previously read stories gracefully on unread count update. 2013-01-28 15:02:52 -08:00
Samuel Clay
ac5a5e8f51 Updating styling for shared stories. 2013-01-23 11:21:07 -08:00
Samuel Clay
87b50ab443 Adding CC checkbox to story emails. Thanks to @palewire for the idea. 2013-01-23 11:06:28 -08:00
Samuel Clay
fc81722ef2 Adding error handling to marking as unread. 2013-01-23 10:02:14 -08:00
Samuel Clay
bcc24c1253 Fixing PuSH by using the correct hub url. Thanks to @donmelton for finding the bug. 2013-01-22 18:15:28 -08:00
Samuel Clay
e2cf38c1e2 Forcing a decent timelimit on story cleanup task. 2013-01-10 20:51:19 -08:00
Samuel Clay
4bb39e6884 Oldest first goes back two weeks on all stories. 2013-01-10 12:51:39 -08:00
Samuel Clay
900b1d9dea Using mark_read_date in all stories read_filter by folder. 2013-01-10 12:48:20 -08:00
Samuel Clay
34a4af939d Fixing all read_filter for folders by including hidden feeds. Also marking stories beyond the unread cutoff as read, hoping the redis store of read stories takes care of the rest. 2013-01-10 12:23:04 -08:00
Samuel Clay
6470c2ee08 Speeding up All Site Stories. Also beta-ing river with read_filter of all (not just unread). 2013-01-10 12:06:57 -08:00
Samuel Clay
9c1d0c42dd Adding premium requirement for Text view. 2013-01-09 12:53:30 -08:00
Samuel Clay
bb716839b6 Correcting a few glitches in text view. Shaping up nicely. Just need premium only. 2013-01-08 19:29:02 -08:00