Daan Breur
Daan Breur
This PR changes the UI for creating a new savegame, this will allow for adding a name, seed, and more. The community has voted for this change on the trello-board...
Creating a configuration file. This will have a few settings which we can add more to later ``` [ ] wordlistspaths [ ] defaultwordlist ```
It may be a good idea to add subcommands to the command/commandhandler. and stuff like AdminOnly / GuildOnly. the BaseCommand.ts class could be something like this: ```typescript export default abstract...
This year I had the problem that some people have forgotten the password they set last year. So sadly I had to instruct them to make a new account and...
Before:  ## Updates: - [x] Add `Admin` behind username if admin_user. - [x] Show `rclone` filesystems. - [x] Move the drive-percentage to better place. - [ ] Remove redundant...
Closes #45
# Bug If there is a CTF entry with a invalid date in the database the frontend bug out. You can keep using CTFNote by directly opening the ctf pages...