Samuel Clay
30454c6355
Merge branch 'master' into social
...
* master:
Adding my very special mongo serialization backup utility to get around the damn unrepairable mongo database. This is taking 14 hours to run.
Auto-refreshing feedback (1 min for staff, 10 min for everybody).
Fixing exception around multiple feeds during Google Reader import process. Also switching rate limit to status code 429.
Adding Nokia MeeGo client to user agents.
Only show raw feeds in feed autocomplete.
Handling iphone version for new users on ios app.
2011-12-18 21:26:27 -08:00
Samuel Clay
a47d1211c0
Fixing exception around multiple feeds during Google Reader import process. Also switching rate limit to status code 429.
2011-12-18 11:21:20 -08:00
Samuel Clay
b94d48b793
Adding shared stories model, saving shared stories (with comments), and loading shared stories in feed pages. Now just need to make a share feed, follow a share feed, and find friends to follow.
2011-12-15 09:10:37 -08:00
Samuel Clay
778a5b7b4c
Handling iphone version for new users on ios app.
2011-12-15 07:35:50 -08:00
Samuel Clay
bb7ae99ba4
Adding user statistics (with fake data). Also showing shared/starred stories as shared/starred in the Feed view.
2011-12-14 21:56:27 -08:00
Samuel Clay
87ca86f430
Minor cleanup of river stories view.
2011-12-11 16:14:36 -08:00
Samuel Clay
5a8d154b47
Adding current version to iPhone app so it can update from the server.
2011-12-07 09:57:33 -08:00
Samuel Clay
ab9e08fec1
Disabling feed settings button on Everything river view.
2011-12-05 10:42:25 -08:00
Samuel Clay
3c9fd42bf0
Finishing move feed to folder, end-to-end. Still need to fix move folder to folder in iOS app.
2011-12-03 18:22:14 -08:00
Samuel Clay
daef4775ec
Correcting for include_favicons=false on flat feeds.
2011-12-01 18:55:54 -08:00
Samuel Clay
59f7ea080b
Fixing include_favicons to default to false, and correctly use a false value.
2011-12-01 11:10:25 -08:00
Samuel Clay
6ee4026963
Inverted logic on favicons fetching. Whoops. Fix in < 60 seconds, though.
2011-11-30 21:29:31 -08:00
Samuel Clay
b64007b454
Fixing the bug around favicon's not being found, since they were checking for the wrong property.
2011-11-30 21:27:55 -08:00
Samuel Clay
cd66d5f69b
Logging al refresh_feeds requests.
2011-11-30 21:06:07 -08:00
Samuel Clay
74973d186d
Fixing a number of API call parameters.
2011-11-30 09:53:00 -08:00
Samuel Clay
61cf865ba3
Handling server errors (500 errors) in iOS app. Also cancelling requests if switching to a new feed before old feed comes back.
2011-11-30 09:38:31 -08:00
Samuel Clay
4926105346
Fixing mark folder as read in iphone app. Also shortcutting mark site as read, so no action sheet needed.
2011-11-29 17:57:20 -08:00
Samuel Clay
2efe2eb460
Hot fix of a few exceptions.
2011-11-29 11:43:55 -08:00
Samuel Clay
ba46291644
Speeding up refresh-feeds by correctly using the last updated story date.
2011-11-28 18:01:39 -08:00
Samuel Clay
c3f80a10a4
Adding elapsed time field to river and feed view.
2011-11-25 11:58:40 -05:00
Samuel Clay
7907022d0d
Fixing issue around showing too many Oh Nos on abort.
2011-11-22 12:08:18 -05:00
Samuel Clay
14ed618c6c
File under "fucking finally": Adding client-side error handling and callbacks for feeds and river.
2011-11-15 18:19:09 -08:00
Samuel Clay
68d956e80b
Fixing bug in send_story_email -- newlines in the subject line. Doh. Also adding story_Date to read_stories, in the hopes it could fix another bug for bad unread counts.
2011-11-11 11:26:34 -08:00
Samuel Clay
038105a44e
Fixing mark_feed_stories_as_read, and fixing a bad MStory query.
2011-11-10 18:29:41 -08:00
Samuel Clay
61a7eab6b2
Separating out mark read button in iOS app to be for either visible stories or all stories. Needs hookups for visible stories and folders.
2011-11-09 09:51:42 -08:00
Samuel Clay
74a2ca1c6e
Adding mark_story_as_unread to API. Now works flawlessly up to settings.DAYS_OF_UNREAD (currently 2 weeks).
2011-11-08 19:12:56 -08:00
Samuel Clay
1b29eb2c91
Rate limiting /reader/feeds and /reader/refresh_feeds.
2011-11-08 13:48:54 -08:00
Samuel Clay
4546aa8753
Move folder to folder now complete. Ready to launch!
2011-11-08 09:20:10 -08:00
Samuel Clay
ea06efe874
Moving feed to folder, end-to-end. Just needs move folder to folder.
2011-11-07 20:50:46 -08:00
Samuel Clay
936774b654
Adding update_counts to /feeds API endpoint, to force a recalculation of feed unread counts (WARNING: slower than calling /feeds then /refresh_feeds).
2011-11-07 08:27:59 -08:00
Samuel Clay
c91016a1ce
Adding new API endpoint: mark_feed_stories_as_read. Refactored mark_story_as_read.
2011-11-05 16:25:04 -07:00
Samuel Clay
142c1777f1
Fixing Paypal issue around not defaulting to .
2011-11-04 17:52:26 -07:00
Samuel Clay
efaa2565f3
Saving duplicate read stories correctly.
2011-11-03 10:24:53 -07:00
Samuel Clay
bd003fda36
Fixing gradient in story detail view in iOS.
2011-11-03 09:19:24 -07:00
Samuel Clay
bd1c4347c9
Using mongodb nifty db resolution.
2011-11-01 21:55:23 -07:00
Samuel Clay
a7d542396f
Testing out a slave read for getting stories.
2011-11-01 21:20:07 -07:00
Samuel Clay
397e0367e6
Fixing 500 on Blar's empty requests for marking stories as read. Updating nginx conf.
2011-11-01 10:32:11 -07:00
Samuel Clay
6ad501e677
Marking feed as read now clears stories. Also adding shift+a to mark all as read.
2011-10-31 18:40:07 -07:00
Samuel Clay
50e254af80
Temporary fix for broken river of news.
2011-10-25 00:21:34 -07:00
Samuel Clay
72fe3633d6
Fixing major bug around classifiers in the river of news. Forced to add a new flag to handle existing connections so they don't get data that will mess them up. New visitors will get new behavior. Eventually all users will be on new behavior and I can remove the new flag.
2011-10-24 08:55:28 -07:00
Samuel Clay
7fec34dc59
iPhone app v1.1.
2011-10-20 10:10:09 -07:00
Samuel Clay
8171c2390a
Un-stucking stories by using the correct story_id when marking as read.
2011-10-10 20:55:30 -07:00
Samuel Clay
26f929642d
Adding more meta details for dual-mark as read.
2011-10-10 20:53:43 -07:00
Samuel Clay
28743e5219
Adding story_date to dupe mark_read error message.
2011-10-10 11:49:53 -07:00
Samuel Clay
6980245a5a
Adding site and folder from iphone app now submits the form.
2011-10-10 09:57:54 -07:00
Samuel Clay
ed7d2bd88f
Finishing up new account email. Adding migration to save email sending preference.
2011-09-21 17:49:40 -07:00
Samuel Clay
482076d1de
Adding autologin (with optout param) for use with emails.
2011-09-19 09:46:36 -07:00
Samuel Clay
c051bcfac9
Adding browser user agent to all logging.
2011-09-16 09:26:22 -07:00
Samuel Clay
7cf58636d1
Only active feeds get loaded in the iPhone app. It's about time.
2011-09-15 18:28:19 -07:00
Samuel Clay
408b8e16e9
Showing correct story_id in logging for bad read stories.
2011-09-15 18:22:03 -07:00