maybe-sybr
maybe-sybr
https://github.com/CTFd/CTFd/blob/843546bfa88b4143fa0594cb08453ff51e16366e/CTFd/themes/core/assets/js/pages/challenges.js#L250-L257 This probably needs an `onRejected` to resolve the promise like we do when the user ID is 0 above.
I'm using this to implement a class of "stealth" challenges which would be visible only after having been successfully solved by players. The plugin is also going to implement a...
Just rebased this back onto master after the 3.3.0 tag, should be mergeable again without the old stuff from 3.3.0-dev
> seeing this I think CTFd needs a documented abstraction of a "challenge", such as challenge methods that can be overridden, necessary properties. The `BaseChallenge` kind of is that, I...
I came across a couple of thing to consider when writing a plugin for our upcoming event which are probably relevant to this idea: * being able to evade fail...
I noticed yesterday that submissions get stripped by the default challenge class. Perhaps this would be a good MVP to move into a flag pre-processor for the default flag implementation,...
I've been working on a plugin for our event which adds some UI elements to the challenge page in the content div. Because the challenges template only allows you to...
I've actually hit a perfect use case for being able to refer to the template from a specific theme for inheritance purposes, per your previous comment @ColdHeat. This came up...
The theme prefixing got merged in #1817 so this PR remains a small change to add these blocks. I'm still using it to add stuff to the top of the...
The check which causes this is: https://github.com/containers/ansible-podman-collections/blob/7bacd62fadb2bbc7f2bde842d15aa7f89c390a97/plugins/modules/podman_image.py#L669-L671