NewsBlur/apps
Samuel Clay aca79771a9 New unread stories collector, now relies on already existing unread story per-feed per-user lists instead of creating them on the fly every time a river is assembled.
Massive performance improvement at the risk of stale unreads. Luckily this won't cause read stories to show as unread, but it may cause an issue of stale unread story lists not showing the latest unread.

The next commit will focus on additional existance checks for those unread story lists, so that at a small performance hit, no data migration is needed to enforce a recount for all feeds.
2022-07-07 10:22:05 -04:00
..
analyzer Data validation for classifiers. 2022-06-01 09:43:31 -04:00
api /api/add_url for #1575. 2022-03-14 10:28:11 -04:00
categories Merge branch 'master' into dashboard3 2021-06-30 11:28:47 -04:00
feed_import Adding count to activity for exported OPML, for #1646. 2022-03-14 15:52:22 -04:00
mobile Mobile workspace 2021-05-08 19:16:41 -04:00
monitor Attempting to reduce redis db size by deleting unread stories list when no longer needed. 2022-06-27 12:24:49 -04:00
newsletters Updating premium archive email. 2022-03-17 16:54:40 -04:00
notifications Changing email for notifications. 2022-03-04 12:10:10 -05:00
oauth Refactoring out get_stories and its duplicate implementation and using story_hashes. 2022-06-23 15:50:56 -04:00
profile Validating paypal ipns. 2022-07-03 10:42:01 -04:00
push Merge branch 'master' into pro 2022-05-11 11:30:11 -04:00
reader New unread stories collector, now relies on already existing unread story per-feed per-user lists instead of creating them on the fly every time a river is assembled. 2022-07-07 10:22:05 -04:00
recommendations
rss_feeds Preserve feed even if no subs. 2022-07-01 13:48:10 -04:00
search Another Elasticsearch More Like This implementation, but it still doesn't surface anything close to correct. 2022-05-05 14:26:00 -04:00
social Adding paging (?page=2) to blurblog RSS feeds. 2022-06-06 16:02:51 -04:00
static Adding Apple MerchantID for Apple Pay. 2022-01-21 16:44:03 -05:00
statistics Need content to read json from 2022-06-27 21:23:26 -04:00
__init__.py