forked from CenterForOpenScience/osf.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ENG-4316] Refactor Sessions: Project PR (CenterForOpenScience#10335)
* Update Everything to Use Django SessionStore CenterForOpenScience#10337 * Use django-redis as Cache Backend for Session CenterForOpenScience#10342 * Periodically clear expired UserSessionMap objects CenterForOpenScience#10349 * Handle old but valid cookie CenterForOpenScience#10350 * Bug Fixes - realCAS related CenterForOpenScience#10356 * Fix status message CenterForOpenScience#10358 * Change session usage CenterForOpenScience#10359 * inal bug fixes (local) CenterForOpenScience#10365 * Override SessionMiddleware to use Django Session correctly CenterForOpenScience#10371 * Fix a bug where no cookie breaks API requests CenterForOpenScience#10372 * Only save session in update_counter when the session is not anonymous CenterForOpenScience#10373 * Fix a edge case where user session is not save in analytics CenterForOpenScience#10375 * Fix view only links CenterForOpenScience#10377 * Use request.session in has_admin_scope CenterForOpenScience#10378 * Increase maximum number of connections in connection pool CenterForOpenScience#10379 * Unit Tests - Part 1: Fix add-on tests CenterForOpenScience#10381 * Unit Tests - Part 2: Fix Everything CenterForOpenScience#10383 * Fix getting cookie from session for waterbutler and archiving CenterForOpenScience#10384 * Unit Tests - Part 3: New tests and more CenterForOpenScience#10393 * Unit Tests - Part 4: Fix tests after removing old Session Model CenterForOpenScience#10396 * Modify UnsignCookieSessionMiddleware to set empty SessionStore() on request.session CenterForOpenScience#10397 h/t @adlius for many of these
- Loading branch information
Showing
62 changed files
with
1,301 additions
and
624 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.