-
Notifications
You must be signed in to change notification settings - Fork 61
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 linked account creation from the Discord bot #301
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 96f5217 - Browse repository at this point
Copy the full SHA 96f5217View commit details -
Removes the unique constraint from discord_id in `ctfnote_private.inv…
…itation_link`. It is preferred we unique this column however whenever you accidentally dismiss the discord bot and want to make a new token you cant. This is why we removed the unique constraint for now.
Configuration menu - View commit details
-
Copy full SHA for 3011f16 - Browse repository at this point
Copy the full SHA 3011f16View commit details -
Graphql schema updated, hopefully this is right because windows/wsl version of `yarn run codegen` likes to break the schema sometimes.
Configuration menu - View commit details
-
Copy full SHA for 00f3b47 - Browse repository at this point
Copy the full SHA 00f3b47View commit details -
Add base implementation of register command.
This commit implements the base of some utils that are required and the base of the command itself.
Configuration menu - View commit details
-
Copy full SHA for 8b22bd2 - Browse repository at this point
Copy the full SHA 8b22bd2View commit details -
Add checks to make sure user only has one token.
This commit implements fixes for the issues talked about in comment: TFNS#301 (comment) Also changed the migration back to unique
Configuration menu - View commit details
-
Copy full SHA for 6d44414 - Browse repository at this point
Copy the full SHA 6d44414View commit details -
Add ENV vars for configuring register command.
Adds the Environment variables that are needed to configure the register command and some explanation for them.
Configuration menu - View commit details
-
Copy full SHA for 59f64ff - Browse repository at this point
Copy the full SHA 59f64ffView commit details -
Adds checks to register command and some cleanup
Some general cleanup and fixes of todo's. Also implemented the required checks and used data from the environment variables. This command implements what showcased in issue message: TFNS#301 (comment)
Configuration menu - View commit details
-
Copy full SHA for 841941d - Browse repository at this point
Copy the full SHA 841941dView commit details
Commits on Aug 4, 2024
-
Add role sync after
/register
commandWith a setTimeout we can run code after the request lifecycle. This is ugly, but it works. See also the comment in the code about this. Solves the problem for TFNS#301 (comment)
Configuration menu - View commit details
-
Copy full SHA for 7a27254 - Browse repository at this point
Copy the full SHA 7a27254View commit details -
Configuration menu - View commit details
-
Copy full SHA for 192cc38 - Browse repository at this point
Copy the full SHA 192cc38View commit details -
Rename variables and change signature of functions
Variable renaming for consistency. The `getInvitationUrl` should return null in case of error instead of an empty string in order clarify error state.
Configuration menu - View commit details
-
Copy full SHA for 950afdd - Browse repository at this point
Copy the full SHA 950afddView commit details -
Move the registerWithToken role sync to the after mutation hook
It makes more sense to have it there. It was by accident placed in the before hook previously.
Configuration menu - View commit details
-
Copy full SHA for 854dfcd - Browse repository at this point
Copy the full SHA 854dfcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 640ee90 - Browse repository at this point
Copy the full SHA 640ee90View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7e6842 - Browse repository at this point
Copy the full SHA e7e6842View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaeaea3 - Browse repository at this point
Copy the full SHA eaeaea3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee44665 - Browse repository at this point
Copy the full SHA ee44665View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0644256 - Browse repository at this point
Copy the full SHA 0644256View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5053c2 - Browse repository at this point
Copy the full SHA d5053c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22cdd89 - Browse repository at this point
Copy the full SHA 22cdd89View commit details