-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Challenge Import #68
Conversation
* Add Challenge Import * Fix duplicate import if challenge exists * Factorize form.error into snippet
Extended the challenge import, in case CTFd is not used you can import using a list in formt: Name | Category as well. |
This is cool AF 😎 I didn't know about the CTFd API, definitely something worth integrating. Do you know of other CTF server platforms with available APIs? Anyway I'll be reviewing and testing this PR very soon! Thanks! |
rCTF offers an API as well, I think I can integrate that too. Have too look into it! |
Added rCTF as well |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some tiny changes, otherwise it looks pretty solid
@@ -0,0 +1,28 @@ | |||
window.addEventListener('DOMContentLoaded', (event) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome, way cleaner
As mentioned in #64