NewsBlur/apps/reader
Samuel Clay 61450de5f8 Merge branch 'master' into pipeline
* master:
  Celery also has a set user.
  Setting the user for celery and newsblur_web in both prod and docker-compose so that logs are always under the right user. Fixes #1593.
  Making add_site callback optional to support iOS. #1584
  Adding check for renaming a feed that a user isn't subscribed to.
  Finishing up PostgreSQL migration. Needs to test backups.
  Handling unreadable POST for push feeds and their fat pings.
  Android v11.2
  Schedule and cancel subscription sync services based on user auth state.
  Check for authenticated user before a subscription sync.
  Subscription sync service running every 24 hours to sync if necessary the user's premium subscription state between NewsBlur and Play Store.
  Upgrade subscriptions to billing 4.0
  Subscription manager to handle billing and subscription syncs between Play Store and NewsBlur.
  #1573 Feed search favicon loading.
  Replace cursor loaders (#9)
  Fixing grafana sentry integration.
  Adding sentry grafana pluging.
  Boosting timeout for docker prune
  Don't prune docker unless needed.
  Update docker-compose.yml
2022-01-11 11:00:06 -05:00
..
fixtures fix up tests/fixtures for reader and make compatible with pytest 2020-11-06 14:51:36 +07:00
migrations Removing migrations that set a default date of 2020-05-08. Not sure why this was committed. I thought we resolved the issue with default datetimes? 2020-06-26 14:48:41 -04:00
__init__.py Initial 2009-06-16 03:08:55 +00:00
admin.py Further Mongo work. Stories are now saved correctly, with tags + authors. Still need to do UserStories. 2010-08-21 20:42:38 -04:00
factories.py build factories for testing for profile, reader, rss_feeds models 2021-06-30 21:09:24 -06:00
forms.py Handling dns.resolver.NoResolverConfiguration error 2021-03-25 18:27:05 -04:00
http.py Remove use of RequestContext and change render_to_response to render 2020-06-12 01:27:07 -04:00
managers.py Fixing a substantial number of encoding errors. Also fixing OPML uploads. 2021-01-24 21:05:22 -05:00
models.py JSON Feeds 1.1. 2021-04-02 13:27:33 -04:00
tasks.py correct newsblur to newsblur_web in tasks 2021-01-04 13:33:56 -05:00
test_reader.py Smarter merging of repeat feeds/folders when compacting folders. 2021-03-03 17:56:23 -05:00
urls.py Fixing saved story RSS feeds to allow for non-tags. 2021-07-24 10:20:19 -04:00
views.py Merge branch 'master' into pipeline 2022-01-11 11:00:06 -05:00