summary refs log tree commit diff
path: root/src/util/schemas (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix ignored request schemasRory&2025-10-041-3/+0
|
* Log schema in validator?Rory&2025-10-011-2/+5
|
* Disable validation for JSON settings protos updateRory&2025-10-011-0/+3
|
* Safety hub workRory&2025-10-011-12/+134
|
* Fix some importsRory&2025-09-301-1/+1
|
* Clean up unused importsRory&2025-09-303-4/+1
|
* Add fetching guild profilesRory&2025-09-292-0/+97
|
* Use default ID on file upload requestsRory&2025-09-291-1/+1
|
* Fix schemasRory&2025-09-291-1/+8
|
* Update message schema to handle cloud attachmentsRory&2025-09-292-7/+4
|
* Add first half of cloud attachment uploadsRory&2025-09-294-0/+60
|
* Implement greetingRory&2025-09-292-0/+32
|
* Implement fetching DM messages by user IDRory&2025-09-292-0/+22
|
* Implement message preloadingRory&2025-09-294-2/+46
|
* Add schemas for collectiblesRory&2025-09-294-1/+251
|
* Colorful rolesRory&2025-09-291-0/+5
|
* Add new field to guild update schemaRory&2025-09-291-0/+1
|
* Setting protos supportRory&2025-09-294-0/+102
|
* Implement CRUD for automodEmma [it/its]@Rory&2025-07-272-1/+58
|
* update guild bans apidank0742025-07-211-1/+3
|
* Add emoji source endpointRory&2025-07-072-0/+45
|
* Add endpoint to get account standingRory&2025-07-072-0/+39
|
* Add staff_only flag in guild create schemaRory&2025-07-071-0/+1
|
* Make ban reason nullableZane Helton2025-06-291-1/+1
| | | | Resolves: #1276
* add webrtc support (#1284)dank0742025-06-227-3/+34
| | | | Co-authored-by: MaddyUnderStars <46743919+MaddyUnderStars@users.noreply.github.com>
* delete the null eaterMathMan052025-05-281-38/+1
|
* channel is nullable fixesMathMan052025-05-281-1/+1
|
* Implement signed cdn urlsPuyodead12025-05-034-0/+49
|
* add ophandler for GuildSubscriptionsBulk messagedank0742025-04-123-0/+14
|
* Merge branch 'master' of https://github.com/spacebarchat/server into ↵root2025-03-231-0/+3
|\ | | | | | | update_webhooks
| * Merge pull request #1217 from SupremeMortal/fix/message-ackPuyodead12025-03-231-0/+3
| |\ | | | | | | Add missing fields to `MessageAcknowledgeSchema`
| | * Add missing fields to `MessageAcknowledgeSchema`SupremeMortal2024-09-151-0/+3
| | | | | | | | | | | | I'm not entirely sure what these fields do, but I've added them to make the client happy.
| * | added updates to sync with djs webhook packetroot2025-03-202-2/+15
| | |
* | | Fixed errors in authorization for webhooks with tokensroot2025-03-232-0/+24
| | |
* | | modified webhooks to match djs webhook send formatroot2025-03-202-2/+15
|/ /
* | implement hubs routesPuyodead12025-01-079-2/+184
| |
* | turn off eslint rules causing issuesdank0742024-11-132-1/+1
|/
* Add `guild_template_code` to `GuildCreateSchema`SupremeMortal2024-09-141-0/+1
| | | | Fixes guild creation due to additional property error.
* Add more application propertiesTomatoCake2024-08-311-3/+10
|
* Fixes for password, mfa code & email validationTomatoCake2024-08-298-21/+68
|
* Listing & creation of Developer Portal teamsTomatoCake2024-08-245-7/+51
|
* Merge branch 'master' of https://github.com/DEVTomatoCake/spacebar-server ↵TomatoCake2024-08-223-7/+5
|\ | | | | | | into fix/guild-create-response-schema
| * Merge branch 'master' into fix/not_found-request-guild-members-errorTomatoCake2024-08-182-6/+4
| |\
| | * Consistent username length requirementTomatoCake2024-08-172-6/+4
| | |
| * | Fix bug & handle 75k/large_threshold in opcode 8TomatoCake2024-08-181-1/+1
| |/ | | | | | | | | | | Also fixes a bug that only allowed "guild_id" and "user_ids" to be an Array instead of also a String Co-Authored-By: Puyodead1 <puyodead@proton.me>
* / Trying to fix guild response schemasTomatoCake2024-08-175-20/+40
|/
* regenerate openapi.jsonCyber2024-08-171-1/+1
|
* fix: allow array in op 8Cyber2024-08-171-2/+2
|
* Merge pull request #1161 from DEVTomatoCake/feat/bio-max-length-configMadeline2024-08-141-6/+3
|\
| * Make profile bio max length configurableTomatoCake2024-08-101-6/+3
| |
* | opcode 8TomatoCake2024-08-092-3/+39
|/
* Merge branch 'master' into feat/webhooks-3TomatoCake2024-08-082-4/+9
|\
| * prettier .-.TomatoCake2024-07-281-1/+6
| |
| * Fix msg component typingsTomatoCake2024-07-282-4/+4
| |
* | Merge branch 'master' of https://github.com/DEVTomatoCake/spacebar-server ↵TomatoCake2024-07-1837-11/+687
|\| | | | | | | into feat/webhooks-3
| * Make channel ID optional when replyingTomatoCake2024-07-171-1/+1
| |
| * feat: badgesCyber2024-07-171-0/+2
| |
| * Run prettier .-.TomatoCake2024-07-171-3/+6
| |
| * Update schema & add response typeTomatoCake2024-07-171-3/+7
| |
| * fix poll in msg create schemaMadeline2024-07-091-1/+1
| |
| * Add new message flags once againTomatoCake2024-07-052-10/+28
| |
| * Ban API compat & Bulk Ban endpoint (#1120)TomatoCake2024-06-051-0/+22
| | | | | | | | Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>
| * add missing license headersPuyodead12023-12-1735-3/+630
| |
* | Start implementing webhooksPuyodead12023-12-104-3/+49
|/
* 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