CTFd/tests/users
Kevin Chung 324f8859a1
Fix subdirectory deployments in a generic manner (#802)
* Fix subdirectory deployments in a generic manner by modifying`request.path` to combine both `request.script_root` and `request.path` and also creating a request preprocessor to redirect users into the true CTFd app. Without this sessions will be invalid because sessions will be set to a subdirectory. 
* Add a test for testing subdirectory deployments and the customized CTFdRequest object.
* Fix `TestingConfig.SAFE_MODE` getting stuck in between tests. 
* Order AWS keys properly in travis.yml
* Redirect to `request.full_path` instead of just `request.path`
2018-12-16 13:18:08 -05:00
..
__init__.py 2.0.0 (#741) 2018-11-19 23:16:14 -05:00
test_auth.py Fix subdirectory deployments in a generic manner (#802) 2018-12-16 13:18:08 -05:00
test_challenges.py Allow unauthed users to attempt challenges if visibility is public but get redirected (Closes #797) (#798) 2018-12-10 22:58:23 -05:00
test_hints.py Auth Improvments (#746) 2018-11-22 18:33:08 -05:00
test_profile.py 2.0.0 (#741) 2018-11-19 23:16:14 -05:00
test_scoreboard.py Update admin notification UI and allow for deleting notifications (#803) 2018-12-14 23:23:02 -05:00
test_setup.py 2.0.0 (#741) 2018-11-19 23:16:14 -05:00
test_submissions.py 2.0.0 (#741) 2018-11-19 23:16:14 -05:00
test_teams.py 2.0.0 (#741) 2018-11-19 23:16:14 -05:00
test_users.py 2.0.0 (#741) 2018-11-19 23:16:14 -05:00
test_views.py Fix subdirectory deployments in a generic manner (#802) 2018-12-16 13:18:08 -05:00