* 'master' of github.com:samuelclay/NewsBlur:
Adding two new columns, necessary for the feed_settings branch: hash of address+link, and locking address.
* 'master' of github.com:samuelclay/NewsBlur: (68 commits)
Marking read stories in Feed view as very much read. Gradientizing, too.
Fixing /m/ for no good reason.
File under "fucking finally": Adding client-side error handling and callbacks for feeds and river.
Fixing missing stories being updated bug.
Fixing issues around embedded content. Santizing HTML, but =preserving embed, object, and params.
Fixing iOS bug around the story progress indicator not being updated when returning from suspended state.
Bumping up the subscriber expire, now that I've got my wits back.
Stepping up feed fetch intervals.
No longer sanitizing HTML in feed parsing. I hope this doesn't bite me. But now Flash videos will appear in the feed.
Adding iphone icon as a logo that I can submit to sites.
Brief cleanup.
Finished suggestion to add unread counts to window title. Now a preference.
Adding color transform to read stories in Feed view.
As per a suggestion, making the max-width of the Feed view set to 700px. Great idea.
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.
Fixing issues around broken existing stories on secondary vs primary.
Fixing mark_feed_stories_as_read, and fixing a bad MStory query.
Finishing the revamping mark as read button. Now confirms, as well as allows choice between entire feed/folder or just visible stories.
Adding bullshit user agent string because some sites are sniffing for browsers in order to serve the correct site.
Swapping out Instapaper and Email.
...
* master:
Fixing /m/ for no good reason.
File under "fucking finally": Adding client-side error handling and callbacks for feeds and river.
Fixing missing stories being updated bug.
Fixing issues around embedded content. Santizing HTML, but =preserving embed, object, and params.
* master:
Bumping up the subscriber expire, now that I've got my wits back.
Stepping up feed fetch intervals.
No longer sanitizing HTML in feed parsing. I hope this doesn't bite me. But now Flash videos will appear in the feed.
* master:
Adding iphone icon as a logo that I can submit to sites.
Brief cleanup.
Finished suggestion to add unread counts to window title. Now a preference.
Adding color transform to read stories in Feed view.
As per a suggestion, making the max-width of the Feed view set to 700px. Great idea.
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.
Fixing issues around broken existing stories on secondary vs primary.
Fixing mark_feed_stories_as_read, and fixing a bad MStory query.
Finishing the revamping mark as read button. Now confirms, as well as allows choice between entire feed/folder or just visible stories.
Adding bullshit user agent string because some sites are sniffing for browsers in order to serve the correct site.
Swapping out Instapaper and Email.
Separating out mark read button in iOS app to be for either visible stories or all stories. Needs hookups for visible stories and folders.
* master: (23 commits)
Adding mark_story_as_unread to API. Now works flawlessly up to settings.DAYS_OF_UNREAD (currently 2 weeks).
Rate limit starts at 0.
Fixing cache add using the correct API.
Fixing cache for ratelimiting.
Rate limiting /reader/feeds and /reader/refresh_feeds.
Move folder to folder now complete. Ready to launch!
Moving feed to folder, end-to-end. Just needs move folder to folder.
Adding Google+ and Pinboard to sharing tools.
Toning down updates on infrequently updated feeds.
Adding update_counts to /feeds API endpoint, to force a recalculation of feed unread counts (WARNING: slower than calling /feeds then /refresh_feeds).
Finishing up realtime for testing on prod.
Adding fabfile config for redis.
Adding 'E' as a keyboard shortcut for the Everything view.
Doubling the amount Space pages in a story.
Auto-linkify urls in stories.
Preparing realtime for deployment.
Adding socket.io communication and feed updating on client-side. Ready to ship?
Adding server half of redis real-time unread count updates. That was the easy part.
Adding new API endpoint: mark_feed_stories_as_read. Refactored mark_story_as_read.
Fixing issue for single story preference users: When in page view and story is not found, clicking on other stories in story titles doesn't udpate Feed view. I can't imagine how few users this actually impacts, but it's now fixed.
...