Commit graph

55 commits

Author SHA1 Message Date
Samuel Clay
8b8de48b40 Been wanting to add this for a long time. Now showing a nice error when feeds fail to load, complete with retry button. 2021-02-03 18:52:39 -05:00
Samuel Clay
06f70f6685 Upgrading socketio from 3.0.1 to 3.1.1. 2021-02-03 18:14:26 -05:00
Samuel Clay
c60c00e504 Fixing #824. Muted sites now show a muted icon in All Sites view. 2020-06-09 11:59:13 -04:00
Samuel Clay
50e88b2baf Changing update_counts on /reader/feeds so that all clients are forced to count unreads on initial feed load unless they explicitly say they can update their own counts by later calling /reader/refresh_feeds, which can take a while (Counting is difficult). 2020-03-17 12:20:59 -04:00
Samuel Clay
930abb9adb Merge branch 'master' into saved_searches
* master: (22 commits)
  Turn original text caching back on.
  Extracting images from original text's noscript.
  Fetcing the original text now extracts the image url for others.
  Monkey patching SSL for new python, since hostnames don't match with S3.
  Converting videos in email notifications to images.
  Upping quota to 100 shared stories a day.
  Bumping premium shares to 50 per day.
  Android v5.1.0
  Only 20 stories may be shared per day for premiums, 3 for free users. Also hits IFTTT sharing.
  Improving messaging on emails that have OPML backups. Thanks to @frenetic for bringing this up. Closes #1003
  Fixing up postgresql backup.
  Hiding cookie lost message.
  Parallel pgbouncer kill.
  Fixing attribution in twitter RTs.
  Downgrading to elasticsearch 2.4.4, since pyes isn't ready for ES 5.
  Adding support for native RTs in Twitter.
  Automatically disbaling transparent huge pages (THP) on mongo and redis. Also upgrading to elasticsearch 5.2.2, although its untested.
  Add two buttons to get the app
  Fixing broken getsatisfaction community feedback.
  Goodbye Turn Touch campaign.
  ...
2017-03-23 16:54:37 -07:00
Samuel Clay
253b111776 Hiding cookie lost message. 2017-03-16 21:45:12 -07:00
Samuel Clay
2c0bf76e20 Saved search for feeds now works. Need to fix scroll to selected feed (and keyboard shortcuts). Also need to hook up other search types. 2017-03-06 19:55:18 -08:00
Samuel Clay
b6c29b4bcc Clearing logs and moving to longer refresh interval for dashboard stories. 2017-01-11 12:33:52 -08:00
Samuel Clay
fd4db68f7b Notifications now save their filter and type. Also updates the UI. 2016-11-15 18:18:31 -08:00
Samuel Clay
77d7a236ea Cleaning up sorting on recency. About ready to launch. 2015-01-05 21:14:07 -08:00
Samuel Clay
253eda2e02 Flat hierarchy in organizer means anything that happens to a feed happens to the feed in all of its folders. 2014-12-10 12:34:31 -08:00
Samuel Clay
954c5b5d28 Fixing feed chooser to work with new organizer-ized feed list chooser. Need to go back and fix organizer now. 2014-10-09 20:58:03 -07:00
Samuel Clay
e7ef640412 Fixing remaining counting issue in organizer. 2014-08-11 18:36:41 -07:00
Samuel Clay
633bdf99b5 Adding counters for selection in organizer. Also hooking up select all and select none actions. 2014-08-11 15:40:33 -07:00
Samuel Clay
c1eb3b7534 Highlighting feeds on selection in the organizer. 2014-08-07 16:35:55 -07:00
Samuel Clay
f705f9616f Adding sorting options to organizer. 2014-08-04 20:03:50 -07:00
Samuel Clay
0013a1e5e1 Styling sortable attributes. 2014-07-24 17:16:03 -07:00
Samuel Clay
3956564a2e Add folder to folder in move feed menu. 2014-06-28 08:22:32 -07:00
Samuel Clay
d18be422be Multi-select for folders. 2014-06-27 16:53:01 -07:00
Samuel Clay
f8b0716515 Showing starred stories when in starred view mode. 2014-05-28 17:35:51 -07:00
Samuel Clay
b7160ffa00 Showing starred counts on every feed. Just needs reading and bug fixes. 2014-05-28 16:54:51 -07:00
Samuel Clay
0d5eb96ade Parallelizing search indexing. Adding task to handle parallelization. 2014-04-22 18:33:08 -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
cab28a845e Reloading feed list when adding, moving, and deleting feeds and folders. 2013-09-13 16:35:48 -07:00
Samuel Clay
3bf76c947e Adding tag feeds. 2013-08-16 16:02:45 -07:00
Samuel Clay
d3bf6d0ad4 Stubbing out starred story tags. 2013-08-07 10:56:51 -07:00
Samuel Clay
d6a3df29bf Fixing a few small isuess: NaN in window title on social sub opening, incrementing site counts on reload on dashboard, and incrementing site counts from global. 2013-08-05 13:26:51 -07:00
Samuel Clay
f6c0ffb8be Merge branch 'master' into circular
* master:
  Trying to fix the unread counts ghosting issue by forcing an instant unread count refetch of active/selected feeds. This may work!
  Fixing limits.conf to just use integers.
  Making it a bit easier to setup a new db.
  Updating Android app to v1.1 (revision 31).
2013-03-26 18:54:36 -07:00
Samuel Clay
c389b9bf0e Trying to fix the unread counts ghosting issue by forcing an instant unread count refetch of active/selected feeds. This may work! 2013-03-26 18:54:32 -07:00
Samuel Clay
b5a2ee9219 Fixing hidden feeds for free users. 2013-03-26 10:26:11 -07:00
Samuel Clay
ef772ff0d3 Hiding folders with no unread stories in Unread/Focus mode. 2013-01-02 17:44:14 -08:00
Samuel Clay
6ac7878bb5 Flipping the switch: More than 64 sites, even added individually, now trigger the premium upgrade dialog. 2012-12-10 16:25:21 -08:00
Samuel Clay
11a2f735a2 Using parent folder to update all parent folders on read story. 2012-08-27 14:50:36 -07:00
Samuel Clay
a4414eebde Adding oldest/newer order to feeds and river. Also adding unread/all read filter to both as well. Including stubbed segmented control for switching between modes on a per-feed basis. Still needs global preference and glue to hook them up. 2012-07-18 18:34:19 -07:00
Samuel Clay
8def3a8ebf Fixing delete feed to include folder title. 2012-06-27 12:16:18 -07:00
Samuel Clay
e40b93882a Fixing issue around feeds thinking they are unfetched. 2012-06-18 15:59:31 -07:00
Samuel Clay
2d009d3d80 Fixing Previous button, also fixing river of news feed styling and collapsed folder styling. 2012-06-14 15:30:34 -07:00
Samuel Clay
d8beb2edd1 Fixing tryfeeds. 2012-06-13 11:51:49 -07:00
Samuel Clay
92b8e57ea4 Backbonifying folder unread counts and collapsing. 2012-06-07 13:56:54 -07:00
Samuel Clay
977109f9aa Loading social feeds is now backbonified. 2012-05-29 11:48:40 -07:00
Samuel Clay
27608f9d6b Fixing classifier training issue. 2012-05-26 22:14:34 -07:00
Samuel Clay
06db627217 Sweep through moving all story.attribute to story.get('attribute'). Also adding current_model to story and feed collections. 2012-05-25 18:54:04 -07:00
Samuel Clay
0019410c8e Backboneifying story titles and stories in the Feed view. Feed view needs completion, then both need to get fully hooked up. 2012-05-24 17:32:01 -07:00
Samuel Clay
d10b1d48c8 Trimming logging. 2012-05-24 13:31:23 -07:00
Samuel Clay
b4a6791d77 Deselecting sites properly. Also adding context option to folders to add a site directly to that folder. 2012-05-24 11:54:10 -07:00
Samuel Clay
19eaa0e7c7 Move folder now backboneified. 2012-05-23 20:10:28 -07:00
Samuel Clay
8f3454b26b Removing references to folder_titles asnd using new view-based option. 2012-05-23 17:26:43 -07:00
Samuel Clay
532f258927 Rename feed. 2012-05-23 12:27:59 -07:00
Samuel Clay
3f817f2937 Deleting feeds. 2012-05-23 12:10:35 -07:00
Samuel Clay
220a00c682 Fixing scroll to feed action. 2012-05-23 10:02:30 -07:00