-
Notifications
You must be signed in to change notification settings - Fork 2
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
Disable hint button if they don't have enough points #23
Closed
matt-moses
wants to merge
416
commits into
ShyftXero:master
from
matt-moses:disableHintWithoutEnoughPoints
Closed
Disable hint button if they don't have enough points #23
matt-moses
wants to merge
416
commits into
ShyftXero:master
from
matt-moses:disableHintWithoutEnoughPoints
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [flask](https://github.com/pallets/flask) from 2.1.2 to 2.3.2. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@2.1.2...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Bump flask from 2.1.2 to 2.3.2
Add flag submission to more of the pages for ease of use
Fix: Once registered disallow re-register. Only set team to unaffiliated if not on a team
…for issue where purchased hints still exist but the challenge itself has been deleted.
Add support for specifying "visibility" in the toml files. Quick fix …
Fix for hint table on challenge view page
Buy hints lowest to highest
Min Python version, update SETUP.md, add support for dynamically defined default users
Re-enable startweb.sh functionality
Update scoreboard to reflect if the CTF is running or not
Make naming more generic to just BYOCTF
it seems right enough. an individual is buying hints rather than the team so the individual will need to have sufficient points to make the purchase. |
That makes sense. I'm good with having it merged then if you're good with it. |
matt-moses
changed the title
DRAFT: Disable hint button if they don't have enough points
Disable hint button if they don't have enough points
Apr 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Not sure the logic is 100% right on this one. Should I be checking team points instead?