NewsBlur-viq/apps
2020-07-03 03:00:41 -04:00
..
analyzer Fixing a bunch of feed fetch py3 errors. Fetching now works! 2020-06-30 20:50:30 -04:00
api add backend argument to login_user functions because there are two backends 2020-07-03 02:20:42 -04:00
categories Fixing a bunch of feed fetch py3 errors. Fetching now works! 2020-06-30 20:50:30 -04:00
feed_import StringIO -> BytesIO 2020-07-01 11:57:51 -04:00
mobile remove unnecessary import from apps/mobile/views.py 2020-06-17 03:20:13 -04:00
newsletters update all models.py files to python3 and django2.0 2020-06-17 00:17:32 -04:00
notifications Monkey patching get_user to remove the session authentication introduced in 1.7 and made required in 1.10. After a year we can remove this monkey patching as all users would have logged in by now, recycling their session. 2020-07-02 17:50:21 -04:00
oauth Merge branch 'django1.11' into django2.0 2020-06-30 12:34:59 -04:00
profile add backend argument to login_user functions because there are two backends 2020-07-03 02:20:42 -04:00
push Vendorizing new feedparser. 2020-07-01 18:38:37 -04:00
reader fix issue with static files in local development by making STATIC_URL = '/static/' and STATIC_ROOT = '/static/static_root/' if DEBUG == True in settings.py 2020-07-03 03:00:41 -04:00
recommendations Fixing a bunch of feed fetch py3 errors. Fetching now works! 2020-06-30 20:50:30 -04:00
rss_feeds Monkey patching get_user to remove the session authentication introduced in 1.7 and made required in 1.10. After a year we can remove this monkey patching as all users would have logged in by now, recycling their session. 2020-07-02 17:50:21 -04:00
search Merge remote-tracking branch 'origin/django1.6' into django2.0 2020-06-23 00:46:40 -04:00
social Adding console exception logging. 2020-07-02 18:31:13 -04:00
static Remove use of RequestContext and change render_to_response to render 2020-06-12 01:27:07 -04:00
statistics Fixing a bunch of feed fetch py3 errors. Fetching now works! 2020-06-30 20:50:30 -04:00
__init__.py Initial 2009-06-16 03:08:55 +00:00