Commit graph

2720 commits

Author SHA1 Message Date
Samuel Clay
79fb23076b Showing text fetching indicator. 2017-11-02 12:27:20 -07:00
Samuel Clay
3b47bf16ed Reload feed. 2017-10-18 16:15:51 -07:00
Samuel Clay
c2ae311f21 Infrequent titles. 2017-10-16 14:32:24 -07:00
Samuel Clay
f543e408e9 Attempting new Infrequent Site Stories river. 2017-10-16 14:22:37 -07:00
Samuel Clay
3fa2a7562d Removing links to Readability. Fixes #1045. 2017-10-16 11:43:06 -07:00
Samuel Clay
8cec7c4866 Launching notifications. Will blog on Wednesday. 2017-06-12 17:32:18 -07:00
Samuel Clay
e04751abce Fixing notifications url. 2017-06-07 18:49:11 -07:00
Samuel Clay
d45f8d5dc7 Fixed dates. 2017-06-07 18:04:34 -07:00
Samuel Clay
f24e61a608 Fixing long dates. 2017-06-07 17:56:28 -07:00
Samuel Clay
b992cd7abe Full date string for future dates. 2017-06-07 17:55:24 -07:00
Samuel Clay
c7e203dc1a Showing 'tomorrow' and future dated stories correctly on the web. 2017-06-07 17:54:35 -07:00
Samuel Clay
991a9a7d72 Showing 'tomorrow' and future dated stories correctly on the web. 2017-06-07 17:51:27 -07:00
Samuel Clay
8a91f0270d Adding confirmation when marking stories read in a direction and there are > 100 stories in the folder. 2017-06-06 12:41:05 -07:00
Samuel Clay
c8179ee33b Unread counts should only show focus count if positive > 1. Was also showing if negatives were present, which made (12/0) a common sight. 2017-06-06 10:30:43 -07:00
Samuel Clay
a1176588d8 Safeguard for missing feed in saved searches. 2017-05-23 22:58:12 -07:00
Samuel Clay
6c24e09a78 Custom CSS and Custom JavaScript, saved on the server. 2017-05-18 16:59:35 -07:00
Samuel Clay
c914d55abf Forcing re-rendering of feed/text view when switching or loading stories. 2017-05-18 15:41:54 -07:00
Samuel Clay
d62f63935a Accidentally marking stories in active feed as read when marking other feeds as read. 2017-04-13 11:21:50 -07:00
Samuel Clay
9079af45d3 Adding paypal payer email for convenience. 2017-03-30 11:12:21 -07:00
Samuel Clay
5df91ec240 Handling tryfeeds. 2017-03-24 16:17:23 -07:00
Samuel Clay
0e9b94b056 Fixing broken river on reading folders. 2017-03-24 00:54:57 -07: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
2c195cde2a Fetcing the original text now extracts the image url for others. 2017-03-23 16:06:06 -07:00
Samuel Clay
253b111776 Hiding cookie lost message. 2017-03-16 21:45:12 -07:00
Samuel Clay
050dae60c2 Merge branch 'master' into saved_searches
* master:
  Bingo, found a bug when marking odler stories as read in a folder.
2017-03-07 13:36:22 -08:00
Samuel Clay
cfc575d48a Bingo, found a bug when marking odler stories as read in a folder. 2017-03-07 13:31:13 -08:00
Samuel Clay
ab3f46937d Saved search menu now deletes saved searches. Is this all ready to ship? 2017-03-07 12:20:20 -08:00
Samuel Clay
8fc551399d Updating search header when saving searches. 2017-03-06 21:03:34 -08:00
Samuel Clay
417111e50b Fixing starred stories when saving search. 2017-03-06 21:01:10 -08:00
Samuel Clay
3bdd1c65be All saved searches handled. Now to fix small issues: keyboard nav, reload on save/unsave, right-click menu. 2017-03-06 20:34:20 -08: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
83dcf3c7a6 Favicons and titles for saved searches. Now needs to work. 2017-03-06 16:23:03 -08:00
Samuel Clay
3435bac504 Showing saved searches. Titles need work. And they don't show the feed yet. 2017-03-03 18:12:27 -05:00
Samuel Clay
e1fe5f10a0 Adding feed search header that accurately shows search title. Needs to get hooked up to saving. 2017-03-03 15:43:41 -05:00
Samuel Clay
00695b04af Merge branch 'master' into saved_searches
* master: (771 commits)
  Fixing horrible session loss bug. Turns out the django-redis-sessions library changed timeout behavior, from silently retrying to silently failing. Adding necessary SESSION_* vars.
  Better handling of booleans on /reader/feeds.
  Fixing redis bootstrap
  Add Firefox to story browser list
  Dashboard should not show old stories.
  Faking user agent when rss bans NewsBlur.
  Better recording of non-200/300 status codes on feed fetch.
  Adding new debug to feed fetcher.
  Embedding kickstarter module for TT on dashboard.
  notifications alpha 2
  Updating TT launch email.
  Linking image on TT email.
  No sudo on virtualenv.
  Adding missing feeds for users as part of cleanup.
  Fixing spacing issues in Turn Touch email.
  Updating Turn Touch email.
  Upgrading Readability and forcing images to remain. THis should add a bunch of images back to the Text view.
  Andorid v5.0.
  Fixing bug that would clear river cache while reading the river, caused by the dashboard river reloading when it wasn't visible.
  Revert "Moving from Whitney to Whitney ScreenSmart."
  ...
2017-02-24 17:05:51 -08:00
Samuel Clay
2a09508dd4 Lifetime premium accounts should see status when on Renewal dialog. 2017-02-24 16:46:43 -08:00
Samuel Clay
c7cf295f62 Splitting intelligence trainer counts into + and - 2017-02-24 16:46:43 -08:00
Samuel Clay
23c7038490 Fixing bug that would clear river cache while reading the river, caused by the dashboard river reloading when it wasn't visible. 2017-01-22 15:56:01 -08:00
Samuel Clay
5947b284b1 Free users also need to complete the river. 2017-01-12 14:35:43 -08:00
Samuel Clay
20e100f3cb Adding a river complete endpoint to ease burden on redis db that doesn't need story cache. 2017-01-12 13:16:34 -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
fe14245c88 Reducing workfload on counting unreads if only marking visible stories as read. 2017-01-10 16:45:07 -08:00
Samuel Clay
183176a494 Refactoring marking feeds as read to better handle direction. 2017-01-09 14:19:19 -08:00
Samuel Clay
c9ba9d9b22 Marking stories as read inline when using mark newer/older stories read and order matches so stories are visible. 2017-01-09 13:02:27 -08:00
Samuel Clay
f2733295f6 Dashboard river reload interval to 15m. 2017-01-05 10:14:44 -08:00
Samuel Clay
9c17c74e8b Double-checking when cookie lost to ensure it is actually lost. Re-sending request. 2017-01-04 17:26:42 -08:00
Samuel Clay
bf0231a299 Refreshing dashboard river every 10 minutes. 2017-01-03 18:14:54 -08:00
Samuel Clay
fded3577a1 Adding modal dialog for users who somehow lose their cookie mid-session. Forces user to re-login. 2016-12-29 18:40:44 -08:00
Samuel Clay
3338850c66 Ignoring new dashbaord river stories that come more than an hour into the future. 2016-12-29 18:40:14 -08:00
Samuel Clay
8beaa291fa Fixing links opening in new windows in text tab view. 2016-12-22 13:02:35 -08:00