summary refs log tree commit diff
path: root/src/api/routes/auth/verify (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor checkTokenMadeline2023-07-281-2/+1
|
* oapi: fix a few response types in authPuyodead12023-04-131-2/+6
|
* fixing lots of openapi crapPuyodead12023-04-132-2/+2
|
* auth routesPuyodead12023-04-133-5/+29
|
* Remove ALL fosscord mentionsMadeline2023-03-313-6/+6
|
* SPACEBARMadeline2023-03-313-3/+3
|
* SPACEBARMadeline2023-03-313-3/+3
|
* fix a few issues with emailsPuyodead12023-02-241-1/+1
|
* first batch of requested changesPuyodead12023-02-241-15/+39
|
* implement password resetPuyodead12023-02-241-1/+1
|
* don't print anything if email send is successfulPuyodead12023-02-241-2/+1
|
* add right to resend verification emailsPuyodead12023-02-231-21/+25
|
* fix: email verificationPuyodead12023-02-232-15/+15
|
* config: require account verificationPuyodead12023-02-231-6/+2
|
* fix linting errorsPuyodead12023-02-231-11/+4
|
* Fix template rendering and use verify email templatePuyodead12023-02-231-1/+1
| | | | email html is weird, some stuff isn't supported.
* Email verification worksPuyodead12023-02-232-3/+69
| | | | | | | | - Added /auth/verify to authenticated route whitelist - Updated /auth/verify to properly mark a user as verified, return a response, and fix expiration time check - Implemented /auth/verify/resend - Moved verification email sending to a helper method - Fixed VerifyEmailSchema requiring captcha_key
* add missing copyright headersPuyodead12023-02-231-0/+18
|
* send email verificationPuyodead12023-02-231-0/+45
|
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-181-0/+18
| | | | | | | | | * Add script to automatically add license to each file * Add license preamble to each file. * Fix existing preamble detection breaking due to line endings. Git :( * Prevent license from being added to code with other licenses
* PrettierMadeline2022-09-261-11/+23
|
* Move schemas to /src/util/schemasMadeline2022-09-261-5/+1
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-251-0/+26