moloch-- / RootTheBox

A Game of Hackers (CTF Scoreboard & Game Manager)
http://root-the-box.com/
Apache License 2.0
908 stars 292 forks source link

Import export updates #610

Closed bmartin5692 closed 1 month ago

bmartin5692 commented 1 month ago

Import / Export Fixes

Export New

Import New

Box - avatar setter change

View

Other

bmartin5692 commented 1 month ago

@eljeffeg - This one has a bit more to review than the last, but addresses some things we've run into as we explore the import/export options more. It also has a few fixes for ui/functions outside of the export/import directly as noted.

eljeffeg commented 1 month ago

I can't recall why we excluded level 0. No issues on import?

bmartin5692 commented 1 month ago

No issues, and skipping it meant our export didn't have our first level details. The code actually ignores existing levels and boxes during import anyway. It is part of the reason I added the import_options so we could have it start fresh and load it fully.