Releases: abs0lut3pwn4g3/RTB-CTF-Framework
Releases · abs0lut3pwn4g3/RTB-CTF-Framework
Fix "deploy to heroku" button not working
Update Python runtime and dependencies
v1.4.2 update python version in runtime.txt and Dockerfile, fix sqlalchemy 1…
Update Python Runtime
v1.4.1 Update runtime.txt
performance boost
PR #76 for details.
bug fixes, upgrade deps, security fixes.
Please use > v1.4.0
June'20 / Rating system / Perfomance boost
- Added rating system
- under-the-hood performance optimizations and bug fixes
- See live on https://rtblivedemo.herokuapp.com/
Maintenance release
-
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)
Release 2020 May
** NOTE: Please use > v1.2 **
Release July 2019 #3
- Flask-admin, admin views added
- Notifications page and admin view made
- Organization dictionary in config.py for dynamic aside bar
i.e. features Worked on July 22nd 2019 by @eshaan7
Release July 2019 #2
- Flask-admin, admin views added
- Notifications page and admin view made
- Flask-blueprint