Commit graph

195 commits

Author SHA1 Message Date
Samuel Clay
aec8e36a80 Merge branch 'master' into readstories
* master:
  Fixing Subscribe button for tryfeeds.
  Fixing IFTTT saved story tags.
2014-06-25 12:51:44 -07:00
Samuel Clay
96336b24be Fixing Subscribe button for tryfeeds. 2014-06-25 12:50:32 -07:00
Samuel Clay
c06334eeb2 Premium only for read stories. Also fixing search bar staying on. 2014-06-11 15:53:33 -07:00
Samuel Clay
f38ff90458 Adding order filter to starred stories. 2014-06-11 15:20:59 -07:00
Samuel Clay
8a30c24e4c Adding order popover to read stories. Adding router url. Hiding read stories header on feed list load. 2014-06-11 15:04:46 -07:00
Samuel Clay
70e572c103 Merge branch 'master' into readstories
* master: (492 commits)
  Fixing renewal dialog.
  Better feed count for muting.
  Preventing dupe stories in feed view.
  Adding mute feeds feature for premium users.
  Adding auto-activate for flat feeds.
  Submitting v4.1.0.
  Last beta of ios 4.1 before release.
  Showing refresh notifier when returning to app.
  Fixing urls for folders with dashes in the title.
  Removed transition.
  Transitioning from tag to tag/feed_id.
  Max of 3 updates per fetch.
  Upgrading mongodb mms agent.
  Showing saved stories explainer for empty saved stories.
  Removing mark read button in story titles bar when on saved view.
  Fixing updates_off in tasks.
  Adding updates_off run-time setting for handling large spikes of updates.
  Draining feeds also clears out error feeds.
  Fixing errors with missing story content from ifttt.
  OMG, I shipped a 3 second sleep. Doh!
  ...

Conflicts:
	apps/reader/models.py
2014-06-11 14:12:29 -07:00
Samuel Clay
3e94720c7b Updating story feed starred counts on marking starred and unstarred on both backend and client. 2014-05-28 20:12:35 -07:00
Samuel Clay
f8b0716515 Showing starred stories when in starred view mode. 2014-05-28 17:35:51 -07:00
Samuel Clay
8125d3d3d9 Fixing story title classifier misidentification due to capitalization issues. 2014-04-30 11:21:32 -07:00
Samuel Clay
9b5dbc1822 Added new save/unsave stories by story_hash endpoint for @jaredsinclair. Also cleaned up API docs to show deprecated vs new story hash urls. 2014-03-28 15:11:58 -07:00
Samuel Clay
bf96da10b3 New endpoint: /reader/mark_story_hash_as_unread. Needs saved story story_hash endpoints too. 2014-03-24 14:44:21 -07:00
Samuel Clay
f42eec52cc Fixing broken ajax queue for dashboard modules. 2014-02-21 19:07:38 -08:00
Samuel Clay
dc9cb08070 Fixing feeds in saved stories. Adding ability to save only a URL with IFTTT and have it fetch content and title. 2014-02-18 12:39:57 -08:00
Samuel Clay
6094e28fac Merge branch 'master' into readstories
* master: (78 commits)
  Adding 401 status code for invalid token on user/info.
  Adding new preference for 24 hour clock. Moving to client-side generated dates.
  Adding IFTTT logging.
  All dates in iso 8601 format.
  Use strings for feed_id.
  Fixing unread trigger for IFTTT.
  Updating shared story ifttt entries.
  Fixing ReadKit flat folders by leaving out removed feeds.
  Adding handlers for all stories.
  Fixing ifttt timestamp.
  Adding share story action for IFTTT.
  Adding site title, website, and address to each IFTTT trigger.
  Adding share username to ifttt share trigger.
  Upping access token expiration to 10 years.
  Using TitleCase instead of snake_case.
  Fixing exception dialogs to correctly update on fixed addresses and links.
  New saved story as per IFTTT action.
  Updating IFTTT urls.
  IFTTT action for new subscriptions.
  Adding folder list for dynamic action fields.
  ...
2014-01-30 18:42:48 -08:00
Samuel Clay
82e0f1b118 Fixing exception dialogs to correctly update on fixed addresses and links. 2014-01-28 17:39:58 -08:00
Samuel Clay
68294f6489 Fixing the unstarring bugs. 2014-01-21 15:37:59 -08:00
Samuel Clay
aa7df2988d Merge branch 'master' into readstories
* master: (292 commits)
  Fixing an infinite loop (!!) and focusing in on the comment textbox when sharing a story.
  Fixing bug on empty river.
  Use the selected feed view when viewing a story
  Preventing multiple saved stories from being deleted. Also removing activities when removing saved stories.
  Fixing accidental truncation on story when saved.
  Fixing story detail height in Text view when saved with tags.
  Fixing text tab view.
  Updating readability.
  Using https for twitter images. Adding a twitter photo sync to fix broken twitter photos. Thanks to @ggrappone for finding this one.
  Counting dupe feeds only once in unread counts.
  Fixing bookmarklet for NYTimes. Thanks to @rafeco for catching the bug.
  Fixing bounce on resize.
  disable debug
  Mark-read idempotency for social feeds. (#460)
  Idempotent mark-as-read DB ops. (#460)
  Cleaning up unread counting. (#460)
  Fixing height issues with new saved stories sideoptions box.
  Limiting new user queue.
  Limiting new user queue.
  Max overlay fully fade slightly sooner when scrolling down. (#459)
  ...

Conflicts:
	media/css/reader.css
	media/js/newsblur/reader/reader.js
	media/js/newsblur/views/story_titles_header_view.js
2014-01-16 13:32:42 -08:00
Samuel Clay
feb398a2d4 Adding RSS feeds for saved tags. Still needs the actual rss feed. 2013-12-19 11:08:22 -08:00
Samuel Clay
c6840b1cf4 Merge branch 'master' into tagging
* master: (40 commits)
  Version 3.6 of the iOS app.
  Fixing tolerance on drag bar.
  Fixing switch between story titles on left and on bottom.
  Cleaning up after failed backup.
  Fixing disappearing righttoolbarmenu icons. Adding preferences for urls to use in-app browser, safari, or chrome.
  Fixing transition cancelation on interactive swipe on ipad.
  Fixing rotation issues, as well as premature hiding of dashboard on animation on ipad.
  Fixing interactive transitions.
  Fixing many issues with transitions on the ipad. Still need to fix the interactive transition completion.
  Fix #441 - changing text size needs to call evaluateJavascript instead of loadUrl when targeting SDK >= 19
  Fixing swipe-back on ipad for transitioning b/w feed list and feed detail.
  Fixing paddings on story titles.
  Resizing user avatar.
  Adding option for side swipe in story detail.
  Android v3.0.1.
  Fixing cutoff date when retrieving stories.
  Mark older/newer stories as read.
  Fixing issue with autocomplete.
  Fixing infinite loop.
  Trying out better autocomplete search with parts.
  ...
2013-12-13 15:16:51 -08:00
Samuel Clay
96920c9aa6 New read stories view. 2013-12-05 16:08:45 -08:00
Samuel Clay
904e908b61 Mark older/newer stories as read. 2013-12-05 14:25:15 -08:00
Samuel Clay
0a827a91fe Updating starred tag counts on adding/removing tags. 2013-11-22 11:13:27 -08:00
Samuel Clay
bbde892abe Adding options popover (and read_filter) to all shared stories and global shared stories. 2013-11-22 11:06:20 -08:00
Samuel Clay
f5bd024dc6 Adding options popover (and read_filter) to all shared stories and global shared stories. 2013-10-07 15:00:12 -07:00
Samuel Clay
84f79e5a81 Merge branch 'master' into tagging
* master: (30 commits)
  Fixing search positioning on saved stories.
  Fixing positioning of popover options in All Site Stories.
  Adding Split tooltip.
  Removing extra logging.
  Switching feedbar and navbar.
  Fixing mark folder as read.
  Removing double.
  Fixing mark as read on socialsubs.
  Adjusting positioning on new feedbar. Also scrolling to selected feed/folder when switch story layouts.
  Reloading feed list when adding, moving, and deleting feeds and folders.
  Reloading feeds on feed/folder add and feedchooser.
  Backend for marking feeds/folders as read at a specific timestamp.
  Adding expanded mark read buttons. Needs backend support.
  iOS v3. Fixed move site view folder placement as well.
  Moving feedbar down to bottom of screen. Prep for new mark read buttons.
  Fixing 2 ios crashes: double-tapping instapaper button and a weird keyboard condition.
  Fixing activities height for subscriptions on ios. Also turning river back on for third-party clients. That wasn't fair and it's hard to get users to upgrade. I'd rather give users the ability to use the product instead of crippling it, unless there is a proper workflow for upgrading, which only exists on the web today.
  Removing last traces of Google Reader from ios app. Also add better final page of ftux. Fixing folder chooser in add dialog on ios.
  Fixing colors on share/train buttons when active. Fixing height on profile cells.
  Stopping animation of share view/keyboard before orientation has changed.
  ...

Conflicts:
	media/js/newsblur/views/story_titles_header_view.js
2013-09-14 11:55:48 -07:00
Samuel Clay
d8ed12f15b Backend for marking feeds/folders as read at a specific timestamp. 2013-09-13 15:02:10 -07:00
Samuel Clay
f249bce61d Fixing activities height for subscriptions on ios. Also turning river back on for third-party clients. That wasn't fair and it's hard to get users to upgrade. I'd rather give users the ability to use the product instead of crippling it, unless there is a proper workflow for upgrading, which only exists on the web today. 2013-09-12 17:03:18 -07:00
Samuel Clay
96064a57aa Adding tag name to saved feed title. 2013-09-09 17:24:28 -07:00
Samuel Clay
e7c1b06c4f Fixing selected issues with starred feed titles when reseting feeds. 2013-09-09 17:16:26 -07:00
Samuel Clay
90c6971f3e Saved story tag feeds now work. Just the kinks left to work out. 2013-08-23 18:07:13 -07:00
Samuel Clay
b299453477 Updating starred tag counts on adding/removing tags. 2013-08-16 18:26:56 -07:00
Samuel Clay
3bf76c947e Adding tag feeds. 2013-08-16 16:02:45 -07:00
Samuel Clay
299c7f935a Stubbing in js model for starred story tags. 2013-08-15 19:04:14 -07:00
Samuel Clay
0424ec23e4 Sending user_tags on story tagging (both additions and subtractions). Upgrading Backbone to 1.0 for improved model silencing behavior. 2013-08-13 13:15:36 -07:00
Samuel Clay
687c044b10 Adding folder search for admin only. If you're reading this commit message, don't get excited. I probably won't be launching folder search using this method. It'll be a while before I can ship it. But if for some strange reason folder search is much faster than I thought, this has a chance. 2013-08-07 15:43:25 -07:00
Samuel Clay
28a1107936 Refactored the premium-only message for river in anticipation of premium-only search message. 2013-07-25 15:39:21 -07:00
Samuel Clay
41b794adf6 Adding search to shared stories, removing from folders. 2013-07-25 11:11:09 -07:00
Samuel Clay
b71c4d7b35 Adding mark_story_hash_as_read. Still needs subscription dirtying. 2013-07-17 15:03:16 -07:00
Samuel Clay
d24511d3e1 Forcing global to be in newest order. 2013-07-05 19:30:41 -07:00
Samuel Clay
6eff208def Forcing global to be in newest order. 2013-07-05 19:24:29 -07:00
Samuel Clay
0c484b1d2c Adding partial refunds to admin. 2013-07-04 11:29:50 -07:00
Samuel Clay
63bbfc8f63 Removing Reader import, adding categories. 2013-07-03 22:16:01 -07:00
Samuel Clay
0a6499934e Upgrading to jQuery 2, removing all old migrations. Need to fix autocomplete. 2013-07-03 22:16:01 -07:00
Samuel Clay
ccb5a7afee Handling friend finding errors more gracefully. 2013-06-12 14:26:09 -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
b0eec18c5e New admin dialog for easy refunds and premium activations. 2013-05-10 12:05:33 -07:00
Samuel Clay
66125d306f Merge branch 'master' into circular
* master:
  Fixing double click on unread count to actually mark the feed as read.

Conflicts:
	media/js/newsblur/views/feed_title_view.js
2013-05-06 13:23:14 -07:00
Samuel Clay
34046ad2da Fixing double click on unread count to actually mark the feed as read. 2013-05-06 13:22:44 -07:00
Samuel Clay
5456e6eb26 Merge branch 'master' into circular
* master:
  Falling back to a POST request on river queries that have too many feeds.
  Fix tabbing in previous commit.
  Fix folder select clauses to always include root folder. Refactor selection clauses in general.
2013-04-19 10:36:46 -07:00
Samuel Clay
baa40cdc47 Falling back to a POST request on river queries that have too many feeds. 2013-04-19 10:34:48 -07:00