mirror of https://github.com/JohnHammond/CTFd.git
324f8859a1
* 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` |
||
---|---|---|
.. | ||
__init__.py | ||
test_auth.py | ||
test_challenges.py | ||
test_hints.py | ||
test_profile.py | ||
test_scoreboard.py | ||
test_setup.py | ||
test_submissions.py | ||
test_teams.py | ||
test_users.py | ||
test_views.py |