Skip to content

Releases: abs0lut3pwn4g3/RTB-CTF-Framework

Fix "deploy to heroku" button not working

02 Aug 18:15
e2db354
Compare
Choose a tag to compare
  • Fix SQLAlchemy + greenlet dependency issue

Update Python runtime and dependencies

29 Jul 10:39
Compare
Choose a tag to compare
v1.4.2

update python version in runtime.txt and Dockerfile, fix sqlalchemy 1…

Update Python Runtime

24 Jan 21:40
bb36bb5
Compare
Choose a tag to compare
v1.4.1

Update runtime.txt

performance boost

12 Jul 18:32
Compare
Choose a tag to compare

PR #76 for details.

bug fixes, upgrade deps, security fixes.

10 Jul 13:53
1f5634e
Compare
Choose a tag to compare

June'20 / Rating system / Perfomance boost

25 Jun 18:07
a426638
Compare
Choose a tag to compare

Maintenance release

03 May 15:06
feb53ca
Compare
Choose a tag to compare
  • 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

01 May 18:22
Compare
Choose a tag to compare

** NOTE: Please use > v1.2 **

Release July 2019 #3

22 Jul 16:43
Compare
Choose a tag to compare
  • 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

22 Jul 12:36
Compare
Choose a tag to compare
  • Flask-admin, admin views added
  • Notifications page and admin view made
  • Flask-blueprint