Commit graph

2296 commits

Author SHA1 Message Date
Samuel Clay
df82ab6fbd Finishing the revamping mark as read button. Now confirms, as well as allows choice between entire feed/folder or just visible stories. 2011-11-10 18:28:22 -08:00
Samuel Clay
54e42f6012 Adding bullshit user agent string because some sites are sniffing for browsers in order to serve the correct site. 2011-11-10 10:29:25 -08:00
Samuel Clay
f000315885 Swapping out Instapaper and Email. 2011-11-09 18:38:00 -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
b3fcb21be5 Rate limit starts at 0. 2011-11-08 16:11:56 -08:00
Samuel Clay
eb3de47bdb Fixing cache add using the correct API. 2011-11-08 14:59:35 -08:00
Samuel Clay
0380db286a Fixing cache for ratelimiting. 2011-11-08 14:46:30 -08:00
Samuel Clay
1b29eb2c91 Rate limiting /reader/feeds and /reader/refresh_feeds. 2011-11-08 13:48:54 -08:00
Samuel Clay
1a64a0ba27 Merge branch 'move_to_folder'
* move_to_folder:
  Move folder to folder now complete. Ready to launch!
  Moving feed to folder, end-to-end. Just needs move folder to folder.
  Assetmodel for move to folder.
2011-11-08 09:20:22 -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
812abdd0c0 Merge branch 'master' into move_to_folder
* master:
  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.
  Fixing Paypal issue around not defaulting to .
  Reading stories from slave db during feed update.
2011-11-07 18:40:11 -08:00
Samuel Clay
278141d28b Adding Google+ and Pinboard to sharing tools. 2011-11-07 18:25:18 -08:00
Samuel Clay
636e47728f Toning down updates on infrequently updated feeds. 2011-11-07 12:57:06 -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
7c92c92f1a Merge branch 'realtime'
* realtime:
  Finishing up realtime for testing on prod.
  Adding fabfile config for redis.
  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.
2011-11-06 16:05:47 -08:00
Samuel Clay
63e6b86d8e Finishing up realtime for testing on prod. 2011-11-06 16:05:42 -08:00
Samuel Clay
28795237be Merge branch 'realtime' of github.com:samuelclay/NewsBlur into realtime
* 'realtime' of github.com:samuelclay/NewsBlur:

Conflicts:
	settings.py
2011-11-06 15:31:32 -08:00
Samuel Clay
ac3609bf7d Merge branch 'master' into realtime
* master:
  Adding 'E' as a keyboard shortcut for the Everything view.
  Doubling the amount Space pages in a story.
  Auto-linkify urls in stories.
  Reading stories from slave db during feed update.

Conflicts:
	settings.py
2011-11-06 15:28:37 -08:00
Samuel Clay
21e845dea6 Merge branch 'master' into realtime
* master:
  Adding 'E' as a keyboard shortcut for the Everything view.
  Doubling the amount Space pages in a story.
  Auto-linkify urls in stories.
  Reading stories from slave db during feed update.

Conflicts:
	settings.py
2011-11-06 15:20:30 -08:00
Samuel Clay
4e382e5caf Adding fabfile config for redis. 2011-11-06 15:19:58 -08:00
Samuel Clay
eff8ba1a3c Adding 'E' as a keyboard shortcut for the Everything view. 2011-11-06 14:44:20 -08:00
Samuel Clay
0a0d0afe54 Doubling the amount Space pages in a story. 2011-11-06 14:38:19 -08:00
Samuel Clay
d0d37d8f20 Auto-linkify urls in stories. 2011-11-06 14:25:49 -08:00
Samuel Clay
f6ffb0fb32 Merge branch 'slave_db'
* slave_db:
  Reading stories from slave db during feed update.
2011-11-06 12:39:44 -08:00
Samuel Clay
96033fb547 Merge branch 'master' into slave_db
* master:
  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.
  Fixing Paypal issue around not defaulting to .
2011-11-06 12:28:14 -08:00
Samuel Clay
4691345d91 Preparing realtime for deployment. 2011-11-06 12:28:06 -08:00
Samuel Clay
dcedbe1e40 Adding socket.io communication and feed updating on client-side. Ready to ship? 2011-11-06 12:21:27 -08:00
Samuel Clay
07fa01ed9a Adding server half of redis real-time unread count updates. That was the easy part. 2011-11-05 17:08:31 -07: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
f821309015 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. 2011-11-04 18:12:28 -07:00
Samuel Clay
142c1777f1 Fixing Paypal issue around not defaulting to . 2011-11-04 17:52:26 -07:00
Samuel Clay
040b755694 Reading stories from slave db during feed update. 2011-11-04 09:45:10 -07:00
Samuel Clay
21e103d219 Merge branch 'master' into move_to_folder
* master: (124 commits)
  Adding mark all as read action sheet for river of news in ios. Still needs hookup + server.
  Adding method param error to /api/login and /api/signup.
  Adding method param error to /api/login and /api/signup.
  Fixing stale unread counts on feed list in iOS app when returning from river.
  Saving duplicate read stories correctly.
  Fixing gradient in story detail view in iOS.
  Adding pages_fetched to munin.
  New keyboard shortcut: m finds the oldest unread story.
  Fixing exception when deleting bad user subs.
  Skip broken classifiers when saving.
  Speeding feed fetching back up.
  Adding new db03 to mongodb mix.
  Using mongodb nifty db resolution.
  Testing out a slave read for getting stories.
  Putting a time limit on collect_stats.
  Simplifying the shit out of feed fetch histories.
  Simplifying the shit out of feed fetch histories.
  Trying to fix fetch histories with indexes. Also upating fabfile.py
  Spreading out feed refreshing to the max.
  Slowing down refreshed.
  ...
2011-11-04 08:46:51 -07:00
Samuel Clay
dd440c0080 Adding mark all as read action sheet for river of news in ios. Still needs hookup + server. 2011-11-04 08:46:24 -07:00
Samuel Clay
d46f509acb Adding method param error to /api/login and /api/signup. 2011-11-03 22:21:11 -07:00
Samuel Clay
4568eaa549 Adding method param error to /api/login and /api/signup. 2011-11-03 22:15:20 -07:00
Samuel Clay
cfd1fa2946 Fixing stale unread counts on feed list in iOS app when returning from river. 2011-11-03 18:08:24 -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
b89930388e Adding pages_fetched to munin. 2011-11-02 09:43:20 -07:00
Samuel Clay
bf299485b0 New keyboard shortcut: m finds the oldest unread story. 2011-11-02 09:43:06 -07:00
Samuel Clay
6b1d0edb67 Fixing exception when deleting bad user subs. 2011-11-02 09:08:58 -07:00
Samuel Clay
a9bb7c7d2a Skip broken classifiers when saving. 2011-11-02 08:49:58 -07:00
Samuel Clay
bcd81dc5b6 Speeding feed fetching back up. 2011-11-02 08:14:30 -07:00
Samuel Clay
40cf11f5e3 Adding new db03 to mongodb mix. 2011-11-01 22:51:10 -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
e098f65d25 Putting a time limit on collect_stats. 2011-11-01 19:14:18 -07:00