| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move schemas to separate module | Rory& | 2025-10-14 | 141 | -4754/+0 |
| * | Schema fixes, api bug fix | Rory& | 2025-10-14 | 1 | -2/+1 |
| * | Fix bad import, remove baseUrl from tsconfig to enable ts7 compat | Rory& | 2025-10-07 | 1 | -1/+0 |
| * | Try to fix sending messages with discord-go | Rory& | 2025-10-06 | 1 | -2/+2 |
| * | Fix ignored request schemas | Rory& | 2025-10-04 | 1 | -3/+0 |
| * | Log schema in validator? | Rory& | 2025-10-01 | 1 | -2/+5 |
| * | Disable validation for JSON settings protos update | Rory& | 2025-10-01 | 1 | -0/+3 |
| * | Safety hub work | Rory& | 2025-10-01 | 1 | -12/+134 |
| * | Fix some imports | Rory& | 2025-09-30 | 1 | -1/+1 |
| * | Clean up unused imports | Rory& | 2025-09-30 | 3 | -4/+1 |
| * | Add fetching guild profiles | Rory& | 2025-09-29 | 2 | -0/+97 |
| * | Use default ID on file upload requests | Rory& | 2025-09-29 | 1 | -1/+1 |
| * | Fix schemas | Rory& | 2025-09-29 | 1 | -1/+8 |
| * | Update message schema to handle cloud attachments | Rory& | 2025-09-29 | 2 | -7/+4 |
| * | Add first half of cloud attachment uploads | Rory& | 2025-09-29 | 4 | -0/+60 |
| * | Implement greeting | Rory& | 2025-09-29 | 2 | -0/+32 |
| * | Implement fetching DM messages by user ID | Rory& | 2025-09-29 | 2 | -0/+22 |
| * | Implement message preloading | Rory& | 2025-09-29 | 4 | -2/+46 |
| * | Add schemas for collectibles | Rory& | 2025-09-29 | 4 | -1/+251 |
| * | Colorful roles | Rory& | 2025-09-29 | 1 | -0/+5 |
| * | Add new field to guild update schema | Rory& | 2025-09-29 | 1 | -0/+1 |
| * | Setting protos support | Rory& | 2025-09-29 | 4 | -0/+102 |
| * | Implement CRUD for automod | Emma [it/its]@Rory& | 2025-07-27 | 2 | -1/+58 |
| * | update guild bans api | dank074 | 2025-07-21 | 1 | -1/+3 |
| * | Add emoji source endpoint | Rory& | 2025-07-07 | 2 | -0/+45 |
| * | Add endpoint to get account standing | Rory& | 2025-07-07 | 2 | -0/+39 |
| * | Add staff_only flag in guild create schema | Rory& | 2025-07-07 | 1 | -0/+1 |
| * | Make ban reason nullable | Zane Helton | 2025-06-29 | 1 | -1/+1 |
| * | add webrtc support (#1284) | dank074 | 2025-06-22 | 7 | -3/+34 |
| * | delete the null eater | MathMan05 | 2025-05-28 | 1 | -38/+1 |
| * | channel is nullable fixes | MathMan05 | 2025-05-28 | 1 | -1/+1 |
| * | Implement signed cdn urls | Puyodead1 | 2025-05-03 | 4 | -0/+49 |
| * | add ophandler for GuildSubscriptionsBulk message | dank074 | 2025-04-12 | 3 | -0/+14 |
| * | Merge branch 'master' of https://github.com/spacebarchat/server into update_w... | root | 2025-03-23 | 1 | -0/+3 |
| |\ |
|
| | * | Merge pull request #1217 from SupremeMortal/fix/message-ack | Puyodead1 | 2025-03-23 | 1 | -0/+3 |
| | |\ |
|
| | | * | Add missing fields to `MessageAcknowledgeSchema` | SupremeMortal | 2024-09-15 | 1 | -0/+3 |
| | * | | added updates to sync with djs webhook packet | root | 2025-03-20 | 2 | -2/+15 |
| * | | | Fixed errors in authorization for webhooks with tokens | root | 2025-03-23 | 2 | -0/+24 |
| * | | | modified webhooks to match djs webhook send format | root | 2025-03-20 | 2 | -2/+15 |
| |/ / |
|
| * | | implement hubs routes | Puyodead1 | 2025-01-07 | 9 | -2/+184 |
| * | | turn off eslint rules causing issues | dank074 | 2024-11-13 | 2 | -1/+1 |
| |/ |
|
| * | Add `guild_template_code` to `GuildCreateSchema` | SupremeMortal | 2024-09-14 | 1 | -0/+1 |
| * | Add more application properties | TomatoCake | 2024-08-31 | 1 | -3/+10 |
| * | Fixes for password, mfa code & email validation | TomatoCake | 2024-08-29 | 8 | -21/+68 |
| * | Listing & creation of Developer Portal teams | TomatoCake | 2024-08-24 | 5 | -7/+51 |
| * | Merge branch 'master' of https://github.com/DEVTomatoCake/spacebar-server int... | TomatoCake | 2024-08-22 | 3 | -7/+5 |
| |\ |
|
| | * | Merge branch 'master' into fix/not_found-request-guild-members-error | TomatoCake | 2024-08-18 | 2 | -6/+4 |
| | |\ |
|
| | | * | Consistent username length requirement | TomatoCake | 2024-08-17 | 2 | -6/+4 |
| | * | | Fix bug & handle 75k/large_threshold in opcode 8 | TomatoCake | 2024-08-18 | 1 | -1/+1 |
| | |/ |
|
| * / | Trying to fix guild response schemas | TomatoCake | 2024-08-17 | 5 | -20/+40 |
| |/ |
|
| * | regenerate openapi.json | Cyber | 2024-08-17 | 1 | -1/+1 |
| * | fix: allow array in op 8 | Cyber | 2024-08-17 | 1 | -2/+2 |
| * | Merge pull request #1161 from DEVTomatoCake/feat/bio-max-length-config | Madeline | 2024-08-14 | 1 | -6/+3 |
| |\ |
|
| | * | Make profile bio max length configurable | TomatoCake | 2024-08-10 | 1 | -6/+3 |
| * | | opcode 8 | TomatoCake | 2024-08-09 | 2 | -3/+39 |
| |/ |
|
| * | Merge branch 'master' into feat/webhooks-3 | TomatoCake | 2024-08-08 | 2 | -4/+9 |
| |\ |
|
| | * | prettier .-. | TomatoCake | 2024-07-28 | 1 | -1/+6 |
| | * | Fix msg component typings | TomatoCake | 2024-07-28 | 2 | -4/+4 |
| * | | Merge branch 'master' of https://github.com/DEVTomatoCake/spacebar-server int... | TomatoCake | 2024-07-18 | 37 | -11/+687 |
| |\| |
|
| | * | Make channel ID optional when replying | TomatoCake | 2024-07-17 | 1 | -1/+1 |
| | * | feat: badges | Cyber | 2024-07-17 | 1 | -0/+2 |
| | * | Run prettier .-. | TomatoCake | 2024-07-17 | 1 | -3/+6 |
| | * | Update schema & add response type | TomatoCake | 2024-07-17 | 1 | -3/+7 |
| | * | fix poll in msg create schema | Madeline | 2024-07-09 | 1 | -1/+1 |
| | * | Add new message flags once again | TomatoCake | 2024-07-05 | 2 | -10/+28 |
| | * | Ban API compat & Bulk Ban endpoint (#1120) | TomatoCake | 2024-06-05 | 1 | -0/+22 |
| | * | add missing license headers | Puyodead1 | 2023-12-17 | 35 | -3/+630 |
| * | | Start implementing webhooks | Puyodead1 | 2023-12-10 | 4 | -3/+49 |
| |/ |
|
| * | add components to message create schema | Puyodead1 | 2023-12-06 | 1 | -0/+2 |
| * | Add `mobile_network_type` to message create schema | CyberL1 | 2023-09-30 | 1 | -0/+1 |
| * | update invites endpoints to support latest api | Madeline | 2023-08-12 | 1 | -0/+1 |
| * | Fix some linting warnings | Puyodead1 | 2023-08-06 | 2 | -2/+2 |
| * | some abaddon compat | Madeline | 2023-07-31 | 1 | -1/+1 |
| * | refactor checkToken | Madeline | 2023-07-28 | 1 | -0/+4 |
| * | Fix docs for /users/:id/profile | Madeline | 2023-06-11 | 2 | -27/+30 |
| * | Send user and roles id array in GET /guilds/:id/members/:id | Madeline | 2023-06-11 | 1 | -0/+2 |
| * | add initial_guild_id client state property | Puyodead1 | 2023-05-07 | 1 | -0/+4 |
| * | add flags property to voice state update | Puyodead1 | 2023-05-06 | 1 | -0/+2 |
| * | Fix UserRelationsResponse schema | Madeline | 2023-04-19 | 2 | -36/+7 |
| * | Enforce theme_colors to be ints | Madeline | 2023-04-18 | 2 | -6/+4 |
| * | fix typos | Madeline | 2023-04-14 | 1 | -1/+3 |
| * | clusterfuck | Puyodead1 | 2023-04-13 | 25 | -93/+87 |
| * | oapi: add missing 2fa types to login | Puyodead1 | 2023-04-13 | 1 | -0/+14 |
| * | oapi: bug fixes | Puyodead1 | 2023-04-13 | 5 | -17/+24 |
| * | oapi: root level routes | Puyodead1 | 2023-04-13 | 6 | -0/+41 |
| * | oapi: finish users | Puyodead1 | 2023-04-13 | 4 | -10/+17 |
| * | oapi: users progress | Puyodead1 | 2023-04-13 | 8 | -4/+46 |
| * | oapi: sticker packs | Puyodead1 | 2023-04-13 | 2 | -0/+4 |
| * | oapi: policies | Puyodead1 | 2023-04-13 | 5 | -0/+24 |
| * | oapi: oauth2 | Puyodead1 | 2023-04-13 | 2 | -0/+4 |
| * | oapi: fix guild discovery requirements | Puyodead1 | 2023-04-13 | 1 | -1/+1 |
| * | guilds | Puyodead1 | 2023-04-13 | 19 | -0/+178 |
| * | gifs and query params | Puyodead1 | 2023-04-13 | 2 | -0/+73 |
| * | fixing lots of openapi crap | Puyodead1 | 2023-04-13 | 4 | -11/+9 |
| * | AAA | Puyodead1 | 2023-04-13 | 5 | -0/+34 |
| * | channels | Puyodead1 | 2023-04-13 | 6 | -0/+22 |
| * | applications | Puyodead1 | 2023-04-13 | 5 | -0/+10 |
| * | auth routes | Puyodead1 | 2023-04-13 | 9 | -0/+49 |
| * | License information | Madeline | 2023-04-02 | 3 | -0/+54 |
| * | Update connection metadata visibility | Madeline | 2023-04-02 | 1 | -0/+1 |
| * | Merge branch 'master' into refactor/dev/connections | Madeline | 2023-04-02 | 69 | -139/+245 |
| |\ |
|
| | * | Remove ALL fosscord mentions | Madeline | 2023-03-31 | 9 | -9/+9 |
| | * | Revert "Merge pull request #1008 from spacebarchat/dev/samuel" | Madeline | 2023-03-31 | 1 | -1/+1 |
| | * | Merge pull request #1008 from spacebarchat/dev/samuel | Samuel (Flam3rboy) | 2023-03-30 | 1 | -1/+1 |
| | |\ |
|
| | | * | fix: types when using yarn | Samuel | 2023-03-17 | 1 | -1/+1 |
| | * | | SPACEBAR | Madeline | 2023-03-31 | 69 | -69/+69 |
| | * | | SPACEBAR | Madeline | 2023-03-31 | 69 | -65/+137 |
| | * | | Work towards fixing openapi spec | Madeline | 2023-03-24 | 5 | -0/+34 |
| | |/ |
|
| * | | Add Twitch, error handling, revokation changes, etc | Puyodead1 | 2023-03-18 | 2 | -1/+2 |
| * | | Refreshable connections, refactoring, access-token endpoint | Puyodead1 | 2023-03-18 | 1 | -1/+3 |
| * | | entities/ConnectionUpdateSchema -> schemas/ConnectionUpdateSchema | Madeline | 2023-03-18 | 2 | -0/+4 |
| * | | adding connection now works | Puyodead1 | 2023-03-18 | 2 | -0/+17 |
| * | | add connections | Puyodead1 | 2023-03-18 | 2 | -0/+8 |
| |/ |
|
| * | implement password reset | Puyodead1 | 2023-02-24 | 3 | -16/+48 |
| * | Email verification works | Puyodead1 | 2023-02-23 | 1 | -1/+1 |
| * | add missing copyright headers | Puyodead1 | 2023-02-23 | 1 | -0/+18 |
| * | send email verification | Puyodead1 | 2023-02-23 | 1 | -0/+4 |
| * | run add:license | Madeline | 2023-02-03 | 1 | -0/+18 |
| * | Don't allow message types to be edited | Madeline | 2023-02-03 | 2 | -0/+22 |
| * | Merge pull request from GHSA-hqqp-gpqw-9w5c | Madeline | 2023-02-02 | 2 | -1/+5 |
| * | Impl member lazy request (#970) | Madeline | 2023-01-30 | 1 | -2/+2 |
| * | read-states/ack-bulk (#969) | Madeline | 2023-01-30 | 2 | -0/+24 |
| * | Implement WebAuthn (#967) | Puyodead1 | 2023-01-30 | 2 | -38/+69 |
| * | Add ESLint (#941) | Madeline | 2023-01-20 | 6 | -18/+26 |
| * | Apparently its still accepted, just depricated | ChrisChrome | 2023-01-18 | 1 | -0/+1 |
| * | It's seconds, not days | ChrisChrome | 2023-01-18 | 1 | -1/+1 |
| * | Script to add license preamble to each file. Also, does that. (#935) | Madeline | 2023-01-18 | 59 | -0/+1062 |
| * | Add /users/:id/delete (#926) | Erkin Alp Güney | 2023-01-14 | 2 | -0/+4 |
| * | Prettier | Madeline | 2023-01-05 | 14 | -18/+19 |
| * | Profile themes and pronouns | Madeline | 2022-12-31 | 2 | -0/+12 |
| * | OAuth2 authorize bot flow | Madeline | 2022-12-24 | 2 | -1/+9 |
| * | Client: update to canary 165341 | Puyodead1 | 2022-12-20 | 1 | -0/+8 |
| * | comments | Madeline | 2022-12-19 | 1 | -0/+1 |
| * | implement guild profiles and fix user profiles | Puyodead1 | 2022-12-19 | 4 | -0/+22 |
| * | Create webhooks | Madeline | 2022-12-19 | 1 | -1/+1 |
| * | Refactor applications | Madeline | 2022-12-18 | 5 | -1/+27 |
| * | fix: not being able to enable community | Puyodead1 | 2022-12-18 | 1 | -1/+2 |
| * | Add `private_channels_version` to `client_state` in identity. also set sentry... | Madeline | 2022-10-31 | 1 | -0/+2 |
| * | Fix user settings not saving properly and guild folders | Madeline | 2022-10-28 | 2 | -2/+3 |
| * | Forgot some schemas + only generate schemas in util/schemas + add setup script | Madeline | 2022-10-24 | 3 | -1/+13 |
| * | Make `afk` optional in ActivitySchema | Madeline | 2022-10-01 | 1 | -2/+2 |
| * | Discovery splashes + fix guild icons disappearing on settings change | Madeline | 2022-09-28 | 1 | -0/+1 |
| * | Missed some schemas | Madeline | 2022-09-28 | 6 | -0/+45 |
| * | Prettier | Madeline | 2022-09-26 | 43 | -59/+74 |
| * | Move schemas to /src/util/schemas | Madeline | 2022-09-26 | 45 | -70/+595 |
| * | Refactor to mono-repo + upgrade packages | Madeline | 2022-09-25 | 3 | -0/+125 |