Commit graph

2563 commits

Author SHA1 Message Date
Samuel Clay
04442aa890 Fixing three random exceptions in feed fetching. 2013-05-31 17:14:17 -07:00
Samuel Clay
9ce516472b Forcing mark_all_as_read to use days integer, failing when given garbage. 2013-05-31 16:03:34 -07:00
Samuel Clay
084e61d989 Fixing first get_or_create issue with fetch histories. 2013-05-31 15:55:39 -07:00
Samuel Clay
631aef5750 Adding logging for debug. 2013-05-30 11:24:20 -07:00
Samuel Clay
84a4496922 Only feeds that are not yet known_good can have their address switched for every subscriber by only a single subscriber. 2013-05-30 10:16:20 -07:00
Samuel Clay
ded52bf397 Returning object on save because mongoengine 0.8.1 no longer automatically returns the object on create. 2013-05-29 19:37:50 -07:00
Samuel Clay
f19721bb60 Can no longer have a clean method on a mongoengine model. 2013-05-29 18:09:52 -07:00
Samuel Clay
e3f2677ee7 Upgrading mongoengine prep. 2013-05-29 18:00:09 -07:00
Samuel Clay
8de1d2d031 Handling dupe story share when de-duping stories. 2013-05-29 16:26:04 -07:00
Samuel Clay
6fa6a11af7 Battling Explosm and other broken feeds by only chekcing for story diffs of substantive content. 2013-05-29 16:22:31 -07:00
Samuel Clay
5dc1342e1c If a feed has an error, save up to 50 fetches before declaring inactive. Otherwise, only keep 5 good fetches. Thanks to @bdarnell for the suggestion. 2013-05-29 16:05:56 -07:00
Samuel Clay
275b0ff9e4 Handling socket error on page fetch. 2013-05-29 15:59:54 -07:00
Samuel Clay
802a080133 Fixing text view premium callout. Also adding more logging to fix explosm feed. 2013-05-29 15:31:41 -07:00
Samuel Clay
a5e617c993 Adding text view to iOS app. 2013-05-28 18:07:19 -07:00
Samuel Clay
418d949b07 Switching hashes on read stories correctly (wtihout making a slow Redis keys() call). 2013-05-28 10:47:24 -07:00
Samuel Clay
36d042acd1 Adding story timestamp to all stories in the API, to complement localized story_date. 2013-05-26 16:32:48 -07:00
Samuel Clay
13d5417d9f Continually showing unmoderated feeds while paging. 2013-05-25 20:55:46 -07:00
Samuel Clay
25f158e2cc Fixing missing share dialog on original page on ipad. 2013-05-24 15:48:41 -07:00
Samuel Clay
76ca358493 Handling missing category. 2013-05-24 15:41:32 -07:00
Samuel Clay
18d750091d Shortening task error restart to 10m from 1h. 2013-05-24 13:18:05 -07:00
Samuel Clay
22d767c92a Handling stripe card declined errors. 2013-05-24 12:11:52 -07:00
Samuel Clay
fbb9586d7b Adding deletion of sites to Account dialog. Sends an email with exported OPML as a backup/undo. 2013-05-23 18:14:21 -07:00
Samuel Clay
37cc5eb7d3 Adding full paypal refund flow. 2013-05-23 16:28:45 -07:00
Asa Ayers
a681c4ffbd Fixed gravatar hash to lowercase the email address.
http://en.gravatar.com/site/implement/images/python/
2013-05-23 14:37:15 -04:00
Samuel Clay
29d9ff46e8 Fixing loading color on blurblogs. 2013-05-22 18:44:56 -07:00
Samuel Clay
144470feb4 Fixing import from reader for anonymous. 2013-05-21 06:27:04 -07:00
Samuel Clay
578fa90b32 iOS app v2.0. 2013-05-21 06:21:35 -07:00
Samuel Clay
8835458c71 Removing dev references. 2013-05-21 06:05:17 -07:00
Samuel Clay
f1bfcaa1aa Little bit of future padding for new charts. 2013-05-20 17:29:28 -07:00
Samuel Clay
edded2df63 Merge branch 'master' into circular
* master:
  Slight improvement to unread story hashes endpoint by skipping feeds with no neutral/positive unreads.
2013-05-17 14:01:36 -07:00
Samuel Clay
f9eab468cf Slight improvement to unread story hashes endpoint by skipping feeds with no neutral/positive unreads. 2013-05-17 14:01:30 -07:00
Samuel Clay
5f1f46e24a Merge branch 'master' into circular
* master:
  Logging unread story hashes.
2013-05-17 13:54:45 -07:00
Samuel Clay
fa44dfd5f8 Logging unread story hashes. 2013-05-17 13:54:41 -07:00
Samuel Clay
bd03e24c8f Merge branch 'master' into circular
* master:
  New API endpoint: /reader/unread_story_hashes.
2013-05-17 13:51:52 -07:00
Samuel Clay
3bc1379455 New API endpoint: /reader/unread_story_hashes. 2013-05-17 13:51:46 -07:00
Samuel Clay
753366ed11 Merge branch 'master' into circular
* master:
  Adding order/read_filter to river log.
2013-05-17 13:30:51 -07:00
Samuel Clay
7c7721e472 Adding order/read_filter to river log. 2013-05-17 13:30:47 -07:00
Samuel Clay
fa0b1e33de Merge branch 'master' into circular
* master:
  Making river queries waaaay faster for all site stories by only getting feed ids.
2013-05-17 13:22:57 -07:00
Samuel Clay
0d6bd9d0e7 Making river queries waaaay faster for all site stories by only getting feed ids. 2013-05-17 13:22:53 -07:00
Samuel Clay
76744948be Merge branch 'master' into circular
* master:
  Fixing river blurblog when user has shared one of the stories.

Conflicts:
	apps/social/views.py
2013-05-16 18:27:46 -07:00
Samuel Clay
19316b7689 Fixing river blurblog when user has shared one of the stories. 2013-05-16 18:26:58 -07:00
Samuel Clay
74d6301df3 Merge branch 'master' into circular
* master:
  Marking feeds as read when there are no neutral or positive unreads. Dropping negatives.
2013-05-16 11:21:24 -07:00
Samuel Clay
ca5ef47e02 Marking feeds as read when there are no neutral or positive unreads. Dropping negatives. 2013-05-16 11:21:20 -07:00
Samuel Clay
5873014535 Merge branch 'master' into circular
* master:
  Forcing limit of 6 stories per feed load.
2013-05-16 11:16:57 -07:00
Samuel Clay
1505e0ba50 Forcing limit of 6 stories per feed load. 2013-05-16 11:16:51 -07:00
Samuel Clay
67f2028aef Merge branch 'master' into circular
* master:
  Moving to vendorized yaml.
  Removing PyYAML as a non-vendorized dependency.
  Vendorizing pyyaml because pyyaml.org is down so often.
2013-05-15 18:08:41 -07:00
Samuel Clay
0b793a3797 Moving to vendorized yaml. 2013-05-15 18:08:37 -07:00
Samuel Clay
1e1433de06 Merge branch 'master' into circular
* master:
  Fixing fabfile.
  Fixing bug where dupe feed has no link.
2013-05-15 17:46:49 -07:00
Samuel Clay
f5eac30a5a Fixing bug where dupe feed has no link. 2013-05-15 17:21:10 -07:00
Samuel Clay
fd148e106f Merge branch 'master' into circular
* master:
  Temporarily commenting out story hash switching on read stories because of massive redis locking.
2013-05-15 17:13:11 -07:00