Commit graph

35 commits

Author SHA1 Message Date
Samuel Clay
d90a9aa718 Goodbye AppDotNet 2020-06-11 14:06:08 -04:00
Samuel Clay
cef29f0165 Adding royalroad.com to excluded original page sites. 2020-02-27 10:23:23 -05:00
Samuel Clay
634553c1a5 Adding a new failed read story catcher (thanks to @pbones for the persistence). NewsBlur now retries marking stories as read at a later date when they fail for whatever reason. 2019-01-05 16:00:55 -05:00
Samuel Clay
16674eb8d0 Fixing favicon and feed title gradients in ios app. 2015-09-16 20:24:11 -07:00
Samuel Clay
22ae0e65e4 Removing gamespot.com feed from page and text fetchers. 2015-08-03 20:09:36 -07:00
Samuel Clay
b91b65772a Adding proxy for Story view to handle https loading http sites. Needs testing, but done. 2014-10-29 16:16:50 -07:00
Samuel Clay
428fba705b Updating search indexing progress in real-time. 2014-04-16 15:31:44 -07:00
Samuel Clay
904e908b61 Mark older/newer stories as read. 2013-12-05 14:25:15 -08: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
966c5b2d70 Using All Site Stories instead of Top Level on folder chooser. 2013-08-23 13:51:08 -07:00
Samuel Clay
37607a78ec Adding new preference for auto-opening a default folder on load. 2013-08-23 13:43:15 -07:00
Samuel Clay
df1d630e03 New charts (at half the size) for statistics dialog. 2013-03-19 11:11:17 -07:00
Samuel Clay
8f3416753b Adding renew link to account modal. 2013-03-04 11:12:10 -08:00
Samuel Clay
4a06be40e1 Adding App.net (ADN) support and oauth. Needs posting. 2013-03-02 12:48:38 -08:00
Samuel Clay
a3383e1bd6 New icons. 2013-03-02 11:18:12 -08:00
Samuel Clay
99b1efbb47 Adding stats to filter popover. 2013-02-11 16:07:08 -08:00
Samuel Clay
17899d0e2a Adding a lock for the intelligence slider for focus stories. If the user selects focus and there are actually focus stories, lock it for the future when there are no unread focus stories. 2013-01-02 18:40:12 -08:00
Samuel Clay
6e9c604241 Fixing bug where publisher-disabled original pages were not properly disabled. 2012-09-05 12:18:06 -07:00
Samuel Clay
8513f83d6d Removing RankExploits from the Original site view. 2012-08-14 11:41:10 -07:00
Samuel Clay
af9d9bf11f Removing RankExploits from the Original site view. 2012-08-14 11:10:47 -07:00
Samuel Clay
1fcaba164f Fixing both saved stories and text shadows on feeds with no favicons. 2012-06-25 11:55:38 -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
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
220a00c682 Fixing scroll to feed action. 2012-05-23 10:02:30 -07:00
Samuel Clay
d80b21e6ef Showing changes to feeds correctly. 2012-05-22 13:25:21 -07:00
Samuel Clay
162f979a0a Running through the code searching for every instance of a feed grabbing its attributes in the old-style. 2012-05-21 20:08:27 -07:00
Samuel Clay
db7bfcaa08 Rendering text shadows on dark text much betterby using the lighter gradient color. 2012-05-21 14:58:25 -07:00
Samuel Clay
ac0ade9112 Converting every feed.attribute to feed.get('attribute') and feed.set('attribute', value). 2012-05-21 14:43:12 -07:00
Samuel Clay
abe6ff2bf6 Feed header shadows now match the favicon color, but 10% darker. This makes the feed title floater look much better. 2012-05-17 14:42:34 -07:00
Samuel Clay
dcab6656ae Merge branch 'master' into social
* master:
  Adding tooltip on disabled original page. Thanks to @roycyang for the idea.
  Adding stackexchange to Original blacklist.
2012-05-14 15:27:03 -07:00
Samuel Clay
1d91cb1a6c Merge branch 'master' into social
* master:
  Handling story-level original/story view bans, preventing iframe busts on nytimes/twitter. Thanks to @j4ded for the persistance.

Conflicts:
	media/js/newsblur/reader/reader_utils.js
2012-05-09 12:11:58 -07:00
Samuel Clay
35730d49e4 _.includes to _.string.contains. 2012-05-09 12:11:04 -07:00
Samuel Clay
48d6ce665f Merge branch 'master' into social
* master:
  Handling story-level original/story view bans, preventing iframe busts on nytimes/twitter. Thanks to @j4ded for the persistance.
2012-05-09 12:09:27 -07:00
Samuel Clay
31cf374964 Social feed statistics (story counting and classifier counting), as well as social feed urls in Feed Settings. 2012-02-16 18:36:52 -08:00
Samuel Clay
9ea6ee9086 Rearranging javascript. Also backbonizing user models for follower and following collections. 2012-01-04 09:42:35 -08:00
Renamed from media/js/newsblur/reader_utils.js (Browse further)