summary refs log tree commit diff
path: root/src/util/schemas (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add missing license headersPuyodead12023-12-1735-3/+630
|
* add components to message create schemaPuyodead12023-12-061-0/+2
|
* Add `mobile_network_type` to message create schemaCyberL12023-09-301-0/+1
|
* update invites endpoints to support latest apiMadeline2023-08-121-0/+1
|
* Fix some linting warningsPuyodead12023-08-062-2/+2
|
* some abaddon compatMadeline2023-07-311-1/+1
|
* refactor checkTokenMadeline2023-07-281-0/+4
|
* Fix docs for /users/:id/profileMadeline2023-06-112-27/+30
|
* Send user and roles id array in GET /guilds/:id/members/:idMadeline2023-06-111-0/+2
|
* add initial_guild_id client state propertyPuyodead12023-05-071-0/+4
|
* add flags property to voice state updatePuyodead12023-05-061-0/+2
|
* Fix UserRelationsResponse schemaMadeline2023-04-192-36/+7
|
* Enforce theme_colors to be intsMadeline2023-04-182-6/+4
|
* fix typosMadeline2023-04-141-1/+3
|
* clusterfuckPuyodead12023-04-1325-93/+87
|
* oapi: add missing 2fa types to loginPuyodead12023-04-131-0/+14
|
* oapi: bug fixesPuyodead12023-04-135-17/+24
|
* oapi: root level routesPuyodead12023-04-136-0/+41
|
* oapi: finish usersPuyodead12023-04-134-10/+17
|
* oapi: users progressPuyodead12023-04-138-4/+46
|
* oapi: sticker packsPuyodead12023-04-132-0/+4
|
* oapi: policiesPuyodead12023-04-135-0/+24
|
* oapi: oauth2Puyodead12023-04-132-0/+4
|
* oapi: fix guild discovery requirementsPuyodead12023-04-131-1/+1
|
* guildsPuyodead12023-04-1319-0/+178
|
* gifs and query paramsPuyodead12023-04-132-0/+73
|
* fixing lots of openapi crapPuyodead12023-04-134-11/+9
|
* AAAPuyodead12023-04-135-0/+34
|
* channelsPuyodead12023-04-136-0/+22
|
* applicationsPuyodead12023-04-135-0/+10
|
* auth routesPuyodead12023-04-139-0/+49
|
* License informationMadeline2023-04-023-0/+54
|
* Update connection metadata visibilityMadeline2023-04-021-0/+1
|
* Merge branch 'master' into refactor/dev/connectionsMadeline2023-04-0269-139/+245
|\
| * Remove ALL fosscord mentionsMadeline2023-03-319-9/+9
| |
| * Revert "Merge pull request #1008 from spacebarchat/dev/samuel"Madeline2023-03-311-1/+1
| | | | | | | | | | This reverts commit 69ea71aa9e0bd2e5a98904a66fba0ad3745707cb, reversing changes made to 8b2faf0b18336e5dff1eeff4e849bcfd96b09e88.
| * Merge pull request #1008 from spacebarchat/dev/samuelSamuel (Flam3rboy)2023-03-301-1/+1
| |\
| | * fix: types when using yarnSamuel2023-03-171-1/+1
| | |
| * | SPACEBARMadeline2023-03-3169-69/+69
| | |
| * | SPACEBARMadeline2023-03-3169-65/+137
| | |
| * | Work towards fixing openapi specMadeline2023-03-245-0/+34
| |/
* | Add Twitch, error handling, revokation changes, etcPuyodead12023-03-182-1/+2
| |
* | Refreshable connections, refactoring, access-token endpointPuyodead12023-03-181-1/+3
| | | | | | | | | | | | | | | | - Aded /users/@me/connections/:connection_name/:connection_id/access-token - Replaced `access_token` property on ConnectedAccount with `token_data` object for refreshing tokens - Made a common interface for connection things like ComonOAuthTokenResponse - Added `RefreshableConnection` class - Added token refresh to Spotify connection (disabled)
* | entities/ConnectionUpdateSchema -> schemas/ConnectionUpdateSchemaMadeline2023-03-182-0/+4
| |
* | adding connection now worksPuyodead12023-03-182-0/+17
| |
* | add connectionsPuyodead12023-03-182-0/+8
|/
* 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