jimender2
jimender2
There should be information about what version of CTFd you are currently running and direct links to the documentation for that link. I had some admins not know what version...
### New Issue Checklist (自检清单) - [ X ] Updated H1ve to the latest version (是否更新到最新版本) - [ X ] I have read the [README](https://github.com/D0g3-Lab/H1ve/blob/master/README.md) - [ X ] I...
Add a command to allow you to create the git folder in a different place than the default /home/user/.git The reasoning is that some of the .git folders have other...
Right now there are two users. Admin and User. Is there a way to make it so that we can have more users since I want my staff to be...
There were several places in the code base where an object was opened and it had the possibility of not being closed if an error was thrown. Since the objects...
If I have a challenge that I want to have with a value of 0, I get an error saying 'Challenge does not provide a value' I think this is...
Inside of most of the keys, it is optional to have values. https://github.com/CTFd/ctfcli/blob/d8e08daedd6d22159f5978e1619b9d7073aa07f8/ctfcli/core/challenge.py#L583 For files, it is not optional and fails if you have no files under your key. Removing...