Skip to content

Maintenance release

Compare
Choose a tag to compare
@eshaan7 eshaan7 released this 03 May 15:06
· 25 commits to master since this release
feb53ca
  • Fixed bug where application gives 500 (Internal Server Error) on setup page.

  • Multiple boxes support (closes issue #17)

  • Challenges page (closes issue #56). Along with tag and category models for organization.

  • CTF settings and websites are now stored in database and can easily be changed from the new /setup view. (Closes issue #55)

  • Implemented thorough and efficient caching with use of "Flask-Caching" and "Redis".

  • Define redis service in docker-compose.yml

  • ADMIN_EMAIL, and mail related env variables added in app.json.

  • Features such as searching and exporting and new dark theme for Admin Controls (closes issues #1, #16, #36)