Commit graph

12 commits

Author SHA1 Message Date
Samuel Clay
fca0f68761 Fixing search indexer background task for new celery. 2020-12-07 16:36:17 -05:00
Samuel Clay
aff7d09962 Attempting to add gunicorn errors to console/log. 2020-12-07 13:55:28 -05:00
Samuel Clay
e75da8771c Removing dependency, fixing encoding issue for pages. 2020-11-30 18:17:26 -05:00
Samuel Clay
c30a092a28 Handling missing user during auth. 2020-11-13 20:58:14 -05:00
Samuel Clay
5e585a976d Going back on AllowAllUsers backend, as it doesn't work with django 1.5 authentication sessions. 2020-11-13 20:41:23 -05:00
Samuel Clay
f6d1242173 Going back and forth on this but without AllowAllUsersModelBackend, then is_active=False won't allow authentication. 2020-11-13 20:28:29 -05:00
Samuel Clay
9a3234d26a DATA_UPLOAD_MAX_NUMBER_FIELDS is a new django setting that we don't need (and is causing issues for users with lots of feeds). 2020-11-13 12:23:17 -05:00
Samuel Clay
6990e0844d Adding redis integration to sentry. 2020-11-13 11:24:09 -05:00
Samuel Clay
63b653339a Adding redis integration to sentry. 2020-11-13 11:22:18 -05:00
Samuel Clay
8427be6862 Upgrading Sentry API 2020-11-13 11:18:18 -05:00
Samuel Clay
ea57237d48 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-11-09 12:51:02 -05:00
Samuel Clay
3fa55aff17 Upgrading to latest celery 4 (holy moly), which required some big changes to project layout. Still needs supervisor scripts updated. 2020-06-29 17:39:55 -04:00