Commit graph

2909 commits

Author SHA1 Message Date
Samuel Clay
9400b13c83 Fixing switching layouts b/w starred stories and read stories on web. Also fixing premium explainer on both when in Full view. 2016-01-05 13:23:48 -08:00
Samuel Clay
02a209a983 Fixing starred stories display in List view when coming from feed/folder in Full layout. 2016-01-05 12:40:34 -08:00
Samuel Clay
1fe52d82bc Updating to latest chart.js to fix prod issue. 2016-01-05 11:30:58 -08:00
Samuel Clay
ed295e8a4e Merge branch 'master' into charts2
* master: (111 commits)
  Icon importer needs to actually be different, not just forced.
  Android v4.7.0b1.
  Offering shared story back in api when sharing story.
  Turning on feed trimming by read stories.
  Refining read story check on trim.
  Seeing how many stories would be eliminated using new read story checker.
  Bump android version for Beta.
  Add debug about stuck actions to the feedback info dump.
  Add purge_tag and purge_author to Feed.
  Adding purge stories to fix db corruption bug.
  Fix problems with folders containing special characters.
  Fetching title and content from stories shared without content+title. For #755.
  Adding original text fetcher to /api/share-story requests that have no content.
  Fixing tlnb logging viewer.
  Upgrading api/share_story to newer required_params api.
  Fix crash on pre 4.4 platforms when choosing folders.
  Use standard mode in the story detail web view.
  Fix tapping on target=_blank links not working in the original story view.
  Fix Mail action in "Send to" from the original story view not including the URL.
  For #755: adding authenticated /api/share_story/ endpoint that doens't use profile token.
  ...
2016-01-05 10:58:12 -08:00
Samuel Clay
35961363ce Fixing bug where stories that were hidden but made temporarily visible and then hidden again would retain their visibility setting and still be accessible via keyboard (but not visible on the page). 2015-12-11 15:01:57 -08:00
Samuel Clay
ab147c08b5 Merge branch 'master' into hidden_stories
* master: (25 commits)
  Fixing #801. Now checking for try-feed earlier, as well as correcting for when it's not ready to be checked. Handles race condition on iPad.
  V5.0.2.
  Correcting the display of error messages on feed detail view. Also hiding the error globe on empty folders. Lastly, when loading empty feeds/folders, scroll to show search bar.
  Fixing rotation issues on iphone and ipad when rotating in original view and returning back to story.
  No longer clearing story when opening original view. Also fixing rotation issues when returning to story detail from rotated original view.
  Handling more requests errors in text importer.
  Fixing organizer: when adding a folder, losing selection bindings.
  Bump Android app version.
  No need for www in youtube urls.
  Fix rendering of saved stories in story lists.
  Fix crashes when launching stale or impossibly timed Reading activities.
  Don't allow an untimely feedfolder sync to write stale unread data.
  Reduce some UI lag from racing API requests.
  skip encoding checking. requests.get already did it for us. requests.get always returns unicode in 'text'
  PEP8 fixes: removed whitespaces from the blank lines
  Fix infinite recursion for duplicate folders.
  iOS: Fix crash marking story as unread if no story has been displayed yet.
  iOS: Don’t scroll the story titles table when returning to the feed detail view (#832).
  convert story_content to string before compression. zlib.compress fails with unicode text that contains non-ASCII symbols.
  PEP8 fixes
  ...
2015-12-04 12:10:20 -08:00
Samuel Clay
20125cba9f Fixing organizer: when adding a folder, losing selection bindings. 2015-11-30 12:46:31 -08:00
Samuel Clay
0fe3dc78e4 Patching charts to fix broken charts branch. 2015-11-30 09:31:10 -08:00
Samuel Clay
dce3000932 Merge branch 'master' into thumbnails
* master: (123 commits)
  Handling broken getsatisfaction feedback url.
  Handling feeds that go missing.
  Fixing yet another requests error on icon fetching.
  Handling more errors when fetching feeds.
  Raising time limit on analytics cleaning.
  Handling another requests error when fetching icons.
  Cleaner spam logging.
  No IP is grounds for spam.
  Fixing IP logging.
  Deleting users should log IP.
  Fixing #827 - double tapping was disabling scrolling but not turning it back on. This is in response to the fix #786.
  Stubbing in new MFeedFolder model to count folders that feeds are in.
  iOS: fixed #821 (improve sharing for Notes)
  Android v4.6.0.
  iOS app v5.0.1.
  I think this is a better fix for the iOS 8 crash
  Crash on iOS 8.4.
  iOS: fixed #771 (mark all as read)
  No longer stripping debug symbols from ios release. No need, considering NewsBlur is open source. And this helps debug end user issues.
  Fixing part of #771 - pruning queued read stories that have already been marked as read (in case they are in purgatory and can't get marked read). Also fixing a crash when a folder claims to have unreads but doesn't (NSNull+JSON for handling empty results from the server.)
  ...
2015-11-29 18:43:52 -08:00
Samuel Clay
8cd136042b Hiding indicator when there are no hidden stories. 2015-11-28 13:19:49 -08:00
Samuel Clay
e7e727a52c Fixing show/hide hidden stories button to cycle through postiive, neutral, negative. 2015-11-26 13:37:06 -08:00
Samuel Clay
5908608978 Stubbing in hide hidden stories toggle. Still needs to work. 2015-11-23 10:42:20 -08:00
Samuel Clay
f43e54cbb6 Attempting to re-attach change binding when replacing feeds in organizer. 2015-11-12 17:17:22 -08:00
Samuel Clay
b820f0c83b Adding Mute this site menu item. Closing #809. 2015-11-10 21:06:30 -08:00
Samuel Clay
d9ac6ddd05 Adding mark as read option to story title dropdown. 2015-10-21 21:31:44 -07:00
Samuel Clay
562aa6a10c Fixing automatic reloading of new features and community feedback on web. 2015-10-07 17:37:17 -07:00
Samuel Clay
01bf0f0b5f Attempting to space out story date when story image preview is turned off vs turned on. When on, the story date should all be consistent, and when off it can be relaxed. 2015-09-30 11:23:04 -07:00
Samuel Clay
5d8842d4a2 Adding show image preview preference. Fixing padding for all views and layouts. 2015-09-29 15:35:27 -07:00
Samuel Clay
6d9b9b7093 Adding image thumbnails to story titles. Needs preference. 2015-09-29 15:15:02 -07:00
Samuel Clay
16674eb8d0 Fixing favicon and feed title gradients in ios app. 2015-09-16 20:24:11 -07:00
Samuel Clay
8ed49c165f Adding Youtube video previews in Grid view. 2015-09-07 01:23:46 -07:00
Samuel Clay
8a3feb4a49 Merge pull request #746 from zerodogg/linux-webkit-background-workaround
Removed an unused variable that broke other browsers
2015-09-07 00:31:35 -07:00
Eskild Hustvedt
7f2315891c Removed an unused variable that broke other browsers 2015-09-07 08:23:53 +02:00
Samuel Clay
87d2afbe67 Style for JS. 2015-09-06 15:35:10 -07:00
Eskild Hustvedt
69357d8d10 Added a workaround for Linux webkit browsers
These browsers can't handle the way that background links are opened.
They all get identified by jQuery.browser as safari, and as Safari
on Linux/X11 is impossible, when a browser is safari on Linux/X11
backgrounding is disabled.
2015-09-06 21:34:18 +02:00
Samuel Clay
f2830ebc66 Hiding site chooser in folder settings title. 2015-08-24 14:59:14 -07:00
Samuel Clay
6afa9071b9 Adding Folder RSS to all premium lists. Also adding new features to NewsBlur homepage. Thanks to @viticci for the inspiration! 2015-08-24 14:59:13 -07:00
Samuel Clay
95a962fb53 Adding premium callout in folder rss dialog and fixing in actual rss feed. 2015-08-24 14:59:13 -07:00
Samuel Clay
a44bce4860 Complete backend for folder rss. Just needs a premium message. 2015-08-24 14:59:12 -07:00
Samuel Clay
cbf7282599 Front-end is complete. Rss feeds for folders now being generated. Just needs backend. 2015-08-24 14:59:12 -07:00
Samuel Clay
5dda0617f6 Correctly saving story layout and view settings for both feeds and folders. Now to get RSS feeds. 2015-08-24 14:59:12 -07:00
Samuel Clay
09c950ef89 Adding story layout to feed settings. 2015-08-24 14:59:12 -07:00
Samuel Clay
b7d79f1474 Shift+L now toggles between unread stories and all stories. 2015-08-24 11:39:02 -07:00
Samuel Clay
2eb3218094 Adding Add URL button to site search on dashboard. Thanks to Brian Johns for the suggestion. 2015-08-17 18:06:29 -07:00
Samuel Clay
cab2349f0b Adding a bunch of apps and extensions to Goodies. 2015-08-17 14:14:16 -07:00
Samuel Clay
7ad7f7300f Fixing organizer issue where just created folders don't appear in folder dropdown. Closes #727. 2015-08-15 16:46:55 -07:00
Samuel Clay
4f035155aa Fixing mark feed/folder as read and moving to next feed/folder much more quickly. 2015-08-06 19:04:01 -07:00
Samuel Clay
22ae0e65e4 Removing gamespot.com feed from page and text fetchers. 2015-08-03 20:09:36 -07:00
Samuel Clay
1bd81bdb2a Adding clear overrides to story order and read filter (all/unread) in preferences, to match clear override buttons for story layout and story view. 2015-07-29 17:27:43 -07:00
Samuel Clay
db78a19a0c Adding blogger as third party share. 2015-07-23 12:48:00 -07:00
Samuel Clay
e5fb27eda2 Scrolling to comments in List view when clicking on Comments in story title. 2015-07-22 18:02:43 -07:00
Samuel Clay
b4977ae04c Fixing loading line when switching feeds that have different story layouts (specifically to/from grid). 2015-07-22 12:43:55 -07:00
Samuel Clay
0024813a53 No longer trimming classifiers unless part of story title. 2015-07-22 12:09:18 -07:00
Samuel Clay
e41106dce3 Adding IP to admin. 2015-07-21 10:55:17 -07:00
Samuel Clay
a849e20209 Missing semicolon. 2015-07-07 09:36:40 -07:00
Samuel Clay
98c5ee9c57 Adding retry to all web calls. Hopefully I don't regret this. 2015-07-07 09:21:57 -07:00
Samuel Clay
20e4660336 Fixing striptags to handle broken html that regex can't parse. Thanks to @zacwest for letting me know: https://twitter.com/zacwest/status/616381017130074112 2015-07-01 16:17:22 -07:00
Samuel Clay
577935dcc6 Switching 'd' to 'shift+d' for dashboard. Should be using ESC anyway. 2015-06-25 18:20:22 -07:00
Samuel Clay
27a76f5f47 Adding sailfish OS client - Sailblur. Thanks @jrutila! 2015-06-14 23:32:03 -07:00
Samuel Clay
8de7b7ff79 will renew -> paid until 2015-06-14 23:13:08 -07:00