summary refs log tree commit diff
path: root/src/util/schemas (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: types when using yarnSamuel2023-03-171-1/+1
|
* implement password resetPuyodead12023-02-243-16/+48
|
* Email verification worksPuyodead12023-02-231-1/+1
| | | | | | | | - 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/+4
|
* run add:licenseMadeline2023-02-031-0/+18
|
* Don't allow message types to be editedMadeline2023-02-032-0/+22
|
* Merge pull request from GHSA-hqqp-gpqw-9w5cMadeline2023-02-022-1/+5
|
* Impl member lazy request (#970)Madeline2023-01-301-2/+2
|
* read-states/ack-bulk (#969)Madeline2023-01-302-0/+24
|
* Implement WebAuthn (#967)Puyodead12023-01-302-38/+69
| | | | | | | | | * implement webauthn * code review --------- Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>
* Add ESLint (#941)Madeline2023-01-206-18/+26
| | | | | | | * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint
* Apparently its still accepted, just depricatedChrisChrome2023-01-181-0/+1
|
* It's seconds, not daysChrisChrome2023-01-181-1/+1
|
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-1859-0/+1062
| | | | | | | | | * 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
* Add /users/:id/delete (#926)Erkin Alp Güney2023-01-142-0/+4
|
* PrettierMadeline2023-01-0514-18/+19
|
* Profile themes and pronounsMadeline2022-12-312-0/+12
|
* OAuth2 authorize bot flowMadeline2022-12-242-1/+9
|
* Client: update to canary 165341Puyodead12022-12-201-0/+8
|
* commentsMadeline2022-12-191-0/+1
|
* implement guild profiles and fix user profilesPuyodead12022-12-194-0/+22
|
* Create webhooksMadeline2022-12-191-1/+1
|
* Refactor applicationsMadeline2022-12-185-1/+27
|
* fix: not being able to enable communityPuyodead12022-12-181-1/+2
|
* Add `private_channels_version` to `client_state` in identity. also set ↵Madeline2022-10-311-0/+2
| | | | sentry user in gateway
* Fix user settings not saving properly and guild foldersMadeline2022-10-282-2/+3
|
* Forgot some schemas + only generate schemas in util/schemas + add setup scriptMadeline2022-10-243-1/+13
|
* Make `afk` optional in ActivitySchemaMadeline2022-10-011-2/+2
|
* Discovery splashes + fix guild icons disappearing on settings changeMadeline2022-09-281-0/+1
|
* Missed some schemasMadeline2022-09-286-0/+45
|
* PrettierMadeline2022-09-2643-59/+74
|
* Move schemas to /src/util/schemasMadeline2022-09-2645-70/+595
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-253-0/+125