Skip to content

Releases: moloch--/RootTheBox

v3.14.0

25 Mar 12:52
d642563
Compare
Choose a tag to compare

A year's worth of minor fixes and some feature additions.

  • New level unlock option
  • Option to disable hijack protection
  • Lock for Levels and Corps
  • Hiding Levels
  • Additional Webhooks
  • reCAPTCHA option for login & registration

v3.13.0

12 Mar 22:47
052889a
Compare
Choose a tag to compare

This release creates a new system to handle the chart / graph to be based on timed events. It removes the snapshot system and drops all snapshot tables. Prior to dropping those tables, it will try to import relevant history to the new system. This should save disk space and improve performance related to resetting the game and viewing history.
Additional changes

  • Bug fixes
  • Added features

v3.12.4

27 Jan 21:35
697dc54
Compare
Choose a tag to compare

Due to some version changes in dependencies, a release of the current source seemed appropriate. The 3.12 dev went through a few changes, which is why it's at 3.12.4. Includes many feature requests, some bug fixes, and performance improvements.

v3.11.0

12 Jul 20:44
Compare
Choose a tag to compare

Added ability to lock "hide" an in-work box or individual flag
Added ability to change the level from within the box edit
Added the team code display to registration completion
Added simple status page for game and registration
Fixed #488 Unable to edit access to specific levels
Fixed #493 Countdown timer was limited to 24 hours

v3.10.5

03 May 02:47
Compare
Choose a tag to compare

Fix XSS in Statistics

v3.10.4

26 Apr 22:23
Compare
Choose a tag to compare

Fix Docker Bug
Email Helpers
Reorder registration validation
Catalan translation
CyberChef Update

v3.10.3

25 Jan 22:24
Compare
Choose a tag to compare
  • Fixed XSS flaw in Admin view of Flag Details
  • Corrected various spelling errors
  • Hide the captures column if the scoreboard is set in training mode ("Admins") #474
  • Fixed deleting issue when deleting a box or level #473
  • Login / Registration links are now on the right
  • Added level lock option "locked" for admins to manually unlock (example, level could be day 1 and day 2 is locked).
  • Expand registration regex for multi-language #463

v3.10.2

21 Dec 23:08
Compare
Choose a tag to compare

Docker Fixes #464, #471
Fixed docker issue where the config and database were reset when the image was rebuilt.

v3.10.1

12 Oct 01:50
Compare
Choose a tag to compare

Fix for #458 (b' byte indicator in multiple choice)
Fix for #459 (404 on successful capture)
Fix for #460 (issue expanding challenge when flag captured with story)
Added warning when using @ in db password #446 #448
Update to Korean language #457

v3.10.0

23 Sep 13:47
9fa5e18
Compare
Choose a tag to compare

Pagination on scoreboard / teams #449
Category Description #382
CyberChef 9.28.0
Moved notifications to menu icon
Public user profile when scoreboard public
Record User Flag Captures for Public User page stats
User account expire option
Addressed unit test error #347
Timer option to allow scoreboard visibility #452 , #174