Commit graph

959 commits

Author SHA1 Message Date
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
921f17ed98 Fixing broken mark unread after marking feed read. 2014-03-28 13:49:03 -07:00
Samuel Clay
768bfdf5fc Adding a bit of logging to mark feed as read. 2014-03-28 13:25:40 -07:00
Samuel Clay
7a4eb8c1b1 Fixing bone-headed mistake on old mark unread endpoint. 2014-03-26 16:13:01 -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
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
cd58ca4efb Fixing ReadKit flat folders by leaving out removed feeds. 2014-01-29 14:59:50 -08:00
Samuel Clay
18060713b9 Adding dynamic options for IFTTT trigger field feed_or_folder. 2014-01-27 15:29:55 -08:00
Samuel Clay
b4963945f8 Merge branch 'master' into oauth
* master:
  Updating tweepy to v2.2.
  Switching starring story unique index parameter.
  Android v3.6.1 has new font sizes.
  Fixing race condition on starring stories.
  Typo on exception.
  Typo on exception.
  Fixing the unstarring bugs.
  Discrete text sizes rather than linear, new XXL size. (#474, #392)
  Fixing log.
  Cutting trim log in half.
  Turning off chance for cleanup. Everybody gets a cleanup.
  No need for progress on trim.
  Handling users who only read feeds to which they are subscribed.
  Fixing inaccurate counts.
  Sending a max of 1,000 read stories at a time.
  Adding logging and correcting logic error in auto trim.
  Cleaning up user read stories.

Conflicts:
	apps/reader/views.py
2014-01-21 16:38:57 -08:00
Samuel Clay
bd441ed7c2 Switching starring story unique index parameter. 2014-01-21 16:23:34 -08:00
Samuel Clay
b5488e7509 Fixing race condition on starring stories. 2014-01-21 16:03:34 -08:00
Samuel Clay
91a61fd1ca Typo on exception. 2014-01-21 15:41:21 -08:00
Samuel Clay
f00d88625f Typo on exception. 2014-01-21 15:40:37 -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
f5e8826ba8 Styling login and authorize oauth templates. 2014-01-15 17:12:24 -08:00
Samuel Clay
c7d158a654 Adding login view and integrating oauth middleware and authentication backend. Wow that was easy. 2014-01-15 15:41:18 -08:00
Samuel Clay
dfdbc6e398 Preventing multiple saved stories from being deleted. Also removing activities when removing saved stories. 2014-01-15 11:53:38 -08:00
Samuel Clay
65d172ebf3 RSS feed for saved stories. 2013-12-19 11:57:58 -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
6040e1d97e Fixing cutoff date when retrieving stories. 2013-12-05 15:10:09 -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
582364c64d Adding tag feeds. 2013-11-22 11:12:47 -08:00
Samuel Clay
eea0e29dda Updating counts for tagged stories. 2013-11-22 11:10:23 -08:00
Samuel Clay
698358c761 Storing user tags and retrieving in all views. 2013-11-22 11:08:38 -08:00
Samuel Clay
f6bd217eb3 Using timezone-aware relative dates (Today, Yesterdays). 2013-11-22 11:07:14 -08:00
Samuel Clay
0d41890bc5 Fixing reader tests and fixing broken delete where multiple feeds would be deleted. 2013-11-22 11:07:14 -08:00
Samuel Clay
1e4f4fb19b Turning off upgrade message in iOS. 2013-11-22 11:07:13 -08:00
Samuel Clay
a88ba4508e Fixing sharing message when posting to ADN (now truncates at 256). 2013-11-22 11:07:07 -08:00
Samuel Clay
a56f44cdef Rewriting short and long date formatting, both for server and ios. Also loading offline stories when server fails half-way through. 2013-11-22 11:06:24 -08:00
Samuel Clay
a40931fd06 Fixing unread hashes on single feeds. 2013-11-22 11:06:20 -08:00
Samuel Clay
06cec48c68 Showing unread icon in ios when marking as unread. 2013-11-22 11:06:19 -08:00
Samuel Clay
2e4b851d0c Fixing spacing and position of toolbars on all ios views. 2013-11-22 11:06:18 -08:00
Samuel Clay
5c4cab2888 Fixing massive river bug where stories would abruptly end while paging. 2013-11-22 11:06:17 -08:00
Samuel Clay
ac9aecc84a Beginning ios7 transition. Still lots of views to go. 2013-11-22 11:06:11 -08:00
Samuel Clay
db74119842 Using timezone-aware relative dates (Today, Yesterdays). 2013-11-06 23:39:28 -08:00
Samuel Clay
ab3eadbb3f Fixing reader tests and fixing broken delete where multiple feeds would be deleted. 2013-11-06 11:12:41 -08:00
Samuel Clay
b5d1d74bac Turning off upgrade message in iOS. 2013-10-31 09:59:05 -07:00
Samuel Clay
6f676081e7 Fixing sharing message when posting to ADN (now truncates at 256). 2013-10-11 17:46:24 -07:00
Samuel Clay
496b6145bb Rewriting short and long date formatting, both for server and ios. Also loading offline stories when server fails half-way through. 2013-10-10 12:58:40 -07:00
Samuel Clay
c3f251782f Merge branch 'master' into ios7
* master:
  Fixing a couple small bugs.
  Fixing subs for socialsubs.
  Fixing unread hashes on single feeds.
  Fixing redis issue with existing keys beyond a RESTORE.
  Fixing socialsub issue.
  Adding options popover (and read_filter) to all shared stories and global shared stories.
  Only trimming active users.
  Fixing issue with wrong subs.
  Fixing trim user stories on malformed story hash.
  Fixing missig unread ranked stories cache.
  Major refactoring of social blurblog. Also adding a new trimmer, but keeping it turned off.
  Fixing rstats.
2013-10-07 16:39:31 -07:00
Samuel Clay
dbe7fb3d86 Fixing unread hashes on single feeds. 2013-10-07 15:57:42 -07:00
Samuel Clay
a4af3eb10b Showing unread icon in ios when marking as unread. 2013-10-07 10:02:44 -07:00
Samuel Clay
8cb123ebf2 Merge branch 'master' into ios7
* master:
  Fixing massive river bug where stories would abruptly end while paging.
  Adding black logo.
  Implement part of #207 - add Send To option to context menu in story list view
  removed unnecessary and redundant imports.
  Putting Google Alerts/News back into rotation.
  Port pull request #219 to new repository layout. Adds https on Android to fix #165.
2013-10-03 18:08:02 -07:00
Samuel Clay
1dbe90a498 Fixing spacing and position of toolbars on all ios views. 2013-10-03 13:54:15 -07:00
Samuel Clay
e2f47182c8 Fixing massive river bug where stories would abruptly end while paging. 2013-10-02 13:08:19 -07:00