CTFd/CTFd
Kevin Chung 36c83b59bc
1.2.0 (#627)
* Changing to a new plugin oriented challenge type plugin and fixing extra width on admin chal description

* Add window.challenge.submit, renderSubmissionResponse, and csrf_nonce

* Update admin side renderer calls

* Updating to Flask 1.0 and adding files for flask run

* Adding a preliminary case-insensitive key

* Adding case insensitive keys

* Adding CTF Logo

* Reducing the amount of team information shown on the main page

* Add better base64 helpers

* Switch from button to badge

* Rudimentary solve checking from admin panel

* Refine admin chals solves view & fix PEP8

* Compare base64 encoded data with bytestring

* Removing need to urlencode/urldecode in base64 wrappers

* Adding decorator documentation

* Randomly order tests & add test for case_insensitive flags

* Add regex flag case_insensitive test

* Add tests for /admin/chal/1/solves and ctf_logo
2018-05-03 18:04:39 -04:00
..
admin 1.2.0 (#627) 2018-05-03 18:04:39 -04:00
logs Adding empty folders 2017-04-28 18:48:46 -04:00
plugins 1.2.0 (#627) 2018-05-03 18:04:39 -04:00
themes 1.2.0 (#627) 2018-05-03 18:04:39 -04:00
uploads Adding empty folders 2017-04-28 18:48:46 -04:00
utils 1.2.0 (#627) 2018-05-03 18:04:39 -04:00
__init__.py Marking 1.1.4 (#605) 2018-04-05 14:24:27 -04:00
auth.py 1.2.0 (#627) 2018-05-03 18:04:39 -04:00
challenges.py Merge Dev into Master (#591) 2018-04-16 00:24:04 -04:00
config.py Improve the flexibility and ease-of-use for docker-compose deployment (#560) 2018-02-11 03:52:21 -05:00
models.py Fix scoreboard tie resolving with 0-point chals (#577) (#578) 2018-02-19 20:26:06 -05:00
scoreboard.py Fix scoreboard tie resolving with 0-point chals (#577) (#578) 2018-02-19 20:26:06 -05:00
views.py Remove static_html template code (#596) 2018-03-21 18:50:59 -04:00