| Commit message (Expand) | Author | Age | Files | Lines |
| * | Clean up array extensions | Rory& | 2025-10-04 | 1 | -3/+3 |
| * | Add dotnet-ish Random class | Rory& | 2025-10-04 | 1 | -2/+2 |
| * | Remove mariadb support as it isnt maintained and hasnt worked in over a year | Rory& | 2025-09-30 | 43 | -86/+0 |
| * | Clean up unused imports | Rory& | 2025-09-30 | 6 | -17/+9 |
| * | Fix column type on Message.pinned_at | Rory& | 2025-09-29 | 1 | -3/+2 |
| * | fix: make `pinned_at` column nullable (for real this time) | CyberL1 | 2025-09-29 | 1 | -2/+2 |
| * | fix: make `pinned_at` column nullable | CyberL1 | 2025-09-29 | 1 | -1/+1 |
| * | No error when message not found | Rory& | 2025-09-29 | 1 | -1/+1 |
| * | Delete expired invites | Rory& | 2025-09-29 | 1 | -2/+11 |
| * | Add fetching guild profiles | Rory& | 2025-09-29 | 1 | -0/+3 |
| * | Set nick/pronouns to undefined if attempting to set to empty string. Fixes #1246 | Rory& | 2025-09-29 | 1 | -0/+2 |
| * | Fix ID references | Rory& | 2025-09-29 | 1 | -2/+2 |
| * | Add first half of cloud attachment uploads | Rory& | 2025-09-29 | 1 | -0/+85 |
| * | Implement greeting | Rory& | 2025-09-29 | 1 | -0/+1 |
| * | Implement fetching DM messages by user ID | Rory& | 2025-09-29 | 3 | -64/+73 |
| * | Move to some etension methods | Rory& | 2025-09-29 | 1 | -1/+1 |
| * | Channel: add helpers to calculate user permissions and determine channel visi... | Rory& | 2025-09-29 | 1 | -8/+79 |
| * | Fix creating guilds | Rory& | 2025-09-29 | 1 | -72/+22 |
| * | Colorful roles | Rory& | 2025-09-29 | 1 | -0/+17 |
| * | A little bit of formatting cleanup | Rory& | 2025-09-29 | 1 | -0/+2 |
| * | Initialise settings versions | Rory& | 2025-09-29 | 1 | -16/+11 |
| * | Make guild channels nullable | Rory& | 2025-09-29 | 1 | -8/+8 |
| * | Release -> ClientRelease | Rory& | 2025-09-29 | 1 | -1/+1 |
| * | Setting protos support | Rory& | 2025-09-29 | 2 | -0/+171 |
| * | Fix typo | Rory& | 2025-09-29 | 1 | -1/+1 |
| * | fix: use `createDateColumn()` | CyberL1 | 2025-09-29 | 1 | -1/+2 |
| * | refactor: add `pinned` getter to `Message` entity | CyberL1 | 2025-09-29 | 1 | -0/+5 |
| * | refactor: use `pinned_at` to check if message is pinnned | CyberL1 | 2025-09-29 | 1 | -5/+2 |
| * | fix: getting message pinss | CyberL1 | 2025-09-29 | 1 | -0/+3 |
| * | Add automod migration | Rory& | 2025-07-27 | 1 | -1/+2 |
| * | Implement CRUD for automod | Emma [it/its]@Rory& | 2025-07-27 | 2 | -1/+90 |
| * | Prettier | Rory& | 2025-07-06 | 2 | -4/+8 |
| * | Make IP/user-agent validation in CDN work | Rory& | 2025-07-06 | 2 | -9/+16 |
| * | use prototype when signing message | Emma [it/its]@Rory& | 2025-07-06 | 1 | -1/+1 |
| * | dont duplicate urls | Emma [it/its]@Rory& | 2025-07-06 | 1 | -2/+2 |
| * | include rest of attachment when signing | Emma [it/its]@Rory& | 2025-07-06 | 1 | -0/+1 |
| * | Sign media per user | Emma [it/its]@Rory& | 2025-07-06 | 2 | -0/+19 |
| * | Fix the creation of guilds from templates | Zane Helton | 2025-06-29 | 1 | -1/+28 |
| * | add webrtc support (#1284) | dank074 | 2025-06-22 | 4 | -0/+124 |
| * | run prettier | dank074 | 2024-11-19 | 1 | -1/+1 |
| * | Merge pull request #1232 from dank074/patch/eslintConfig | Madeline | 2024-11-14 | 1 | -1/+1 |
| |\ |
|
| | * | turn off eslint rules causing issues | dank074 | 2024-11-13 | 1 | -1/+1 |
| * | | fix op 8 | dank074 | 2024-11-13 | 1 | -2/+2 |
| |/ |
|
| * | Add more application properties | TomatoCake | 2024-08-31 | 1 | -5/+20 |
| * | Listing & creation of Developer Portal teams | TomatoCake | 2024-08-24 | 1 | -0/+8 |
| * | Merge pull request #1178 from DEVTomatoCake/fix/1154-mysql-charset | Madeline | 2024-08-22 | 38 | -128/+280 |
| |\ |
|
| | * | "engine" const value shared | TomatoCake | 2024-08-18 | 38 | -38/+76 |
| | * | Run prettier for @Entity() | TomatoCake | 2024-08-17 | 38 | -38/+152 |
| | * | Add utf8mb4 "engine" property to all entitys | TomatoCake | 2024-08-17 | 38 | -131/+131 |
| * | | Merge branch 'master' into fix/widget.json-channel-ordering-deleted-channels | Madeline | 2024-08-22 | 2 | -5/+7 |
| |\ \ |
|
| | * \ | Merge pull request #1126 from DEVTomatoCake/feat/local-image-proxy | Madeline | 2024-08-19 | 1 | -3/+3 |
| | |\ \ |
|
| | | * | | Merge branch 'master' of https://github.com/DEVTomatoCake/spacebar-server int... | TomatoCake | 2024-08-15 | 5 | -27/+135 |
| | | |\| |
|
| | | * | | Merge branch 'master' into feat/local-image-proxy | TomatoCake | 2024-07-18 | 5 | -7/+88 |
| | | |\ \ |
|
| | | * | | | running prettier for others | TomatoCake | 2024-06-28 | 1 | -4/+3 |
| | * | | | | fix: nickmane reset by command | Cyber | 2024-08-19 | 1 | -2/+4 |
| | | |_|/
| |/| | |
|
| * | | | | re-add CDN TODO comment | TomatoCake | 2024-08-18 | 1 | -0/+1 |
| * | | | | Prettier, remove manual deletion of msgs | TomatoCake | 2024-08-18 | 1 | -9/+12 |
| * | | | | widget.json channel_ordering, fix channel deletion | TomatoCake | 2024-08-18 | 1 | -2/+14 |
| |/ / / |
|
| * | | | fix: add webhook_id to webhook's messages | Cyber | 2024-08-14 | 1 | -1/+1 |
| * | | | Merge pull request #1161 from DEVTomatoCake/feat/bio-max-length-config | Madeline | 2024-08-14 | 1 | -4/+4 |
| |\ \ \ |
|
| | * | | | Make profile bio max length configurable | TomatoCake | 2024-08-10 | 1 | -4/+4 |
| * | | | | Merge pull request #1159 from DEVTomatoCake/feat/request-guild-members | Madeline | 2024-08-14 | 1 | -5/+7 |
| |\ \ \ \ |
|
| | * | | | | Fix issues with requesting presences | TomatoCake | 2024-08-11 | 1 | -5/+7 |
| | |/ / / |
|
| * / / / | Icon for discovery categories & fix "primary_only" | TomatoCake | 2024-08-13 | 1 | -3/+7 |
| |/ / / |
|
| * | | | Merge branch 'master' into feat/webhooks-3 | TomatoCake | 2024-08-08 | 1 | -4/+83 |
| |\ \ \ |
|
| | * | | | prettier .-. | TomatoCake | 2024-07-28 | 1 | -2/+12 |
| | * | | | Fix msg component typings | TomatoCake | 2024-07-28 | 1 | -4/+73 |
| | | |/
| |/| |
|
| * | | | Consistent relations, url property, src channel | TomatoCake | 2024-07-18 | 1 | -3/+13 |
| * | | | Perms for GET webhook, url property | TomatoCake | 2024-07-18 | 1 | -3/+5 |
| * | | | Merge branch 'master' of https://github.com/DEVTomatoCake/spacebar-server int... | TomatoCake | 2024-07-18 | 7 | -10/+94 |
| |\| | |
|
| | * | | feat: badges | Cyber | 2024-07-17 | 3 | -0/+40 |
| | * | | Make poll a single object instead of an array | TomatoCake | 2024-07-09 | 1 | -1/+1 |
| | * | | Add new message flags once again | TomatoCake | 2024-07-05 | 1 | -3/+37 |
| | * | | Send position property on guild join | TomatoCake | 2024-07-04 | 1 | -4/+11 |
| | * | | Prettier -.- | TomatoCake | 2024-07-04 | 1 | -1/+0 |
| | |/ |
|
| | * | Add missing entries to UserSettings | Diana Nilsson | 2024-06-27 | 1 | -0/+7 |
| | * | Remove parent for childs on category deletion | TomatoCake | 2024-06-05 | 1 | -4/+4 |
| | * | Fix message flags being null | Puyodead1 | 2024-04-14 | 1 | -2/+2 |
| * | | try manual conflict resolving | TomatoCake | 2024-07-18 | 1 | -0/+3 |
| * | | Fix ESLint & prettier | TomatoCake | 2024-07-18 | 1 | -1/+1 |
| * | | webhook fixes & username/avatar property for msg | TomatoCake | 2024-07-18 | 2 | -8/+19 |
| |/ |
|
| * | member projection: select avatar | Puyodead1 | 2023-12-09 | 1 | -2/+4 |
| * | fix some issues with discord bot libs | Puyodead1 | 2023-11-29 | 2 | -0/+8 |
| * | fucking postgres | Madeline | 2023-10-04 | 2 | -14/+14 |
| * | refactor channel positions in guild | Madeline | 2023-10-04 | 2 | -12/+112 |
| * | typeorm inverse relations of guild relations | Madeline | 2023-09-02 | 7 | -10/+12 |
| * | make guild voice a text based channel | Puyodead1 | 2023-08-27 | 1 | -1/+1 |
| * | Fix OOM on large guild join | Madeline | 2023-08-12 | 1 | -10/+10 |
| * | Refactor email sending + remove email verification if mail sending is not set up | Madeline | 2023-08-12 | 1 | -20/+1 |
| * | remove default welcome screen text | Madeline | 2023-08-12 | 1 | -2/+2 |
| * | update invites endpoints to support latest api | Madeline | 2023-08-12 | 1 | -3/+6 |
| * | Implement community "create one for me" | Madeline | 2023-08-10 | 1 | -12/+14 |
| * | set default role flags to 0 | Madeline | 2023-08-07 | 1 | -1/+1 |
| * | goof | Madeline | 2023-08-07 | 1 | -1/+1 |
| * | Fix some linting warnings | Puyodead1 | 2023-08-06 | 1 | -0/+1 |
| * | add back guild id to message tojson | Madeline | 2023-08-07 | 1 | -1/+0 |
| * | some abaddon compat | Madeline | 2023-07-31 | 1 | -1/+25 |
| * | * call toJSON of keys in gateway when using erlpack | Madeline | 2023-07-29 | 3 | -1/+20 |
| * | Merge branch 'master' into feat/refactorIdentify | Madeline | 2023-07-28 | 4 | -37/+66 |
| |\ |
|
| | * | Fix docs for /users/:id/profile | Madeline | 2023-06-11 | 1 | -5/+5 |
| | * | Rewrite getRouteDescriptions, fix message route not appearing in openapi spec | Madeline | 2023-04-16 | 1 | -0/+24 |
| | * | move guild/user prop initialisations into create/register methods | Madeline | 2023-04-14 | 2 | -16/+30 |
| | * | fix some types not being generated correctly | Puyodead1 | 2023-04-13 | 1 | -2/+4 |
| | * | oapi: users progress | Puyodead1 | 2023-04-13 | 1 | -2/+1 |
| | * | guilds | Puyodead1 | 2023-04-13 | 1 | -11/+2 |
| * | | Merge branch 'master' into feat/refactorIdentify | Madeline | 2023-04-13 | 4 | -19/+88 |
| |\| |
|
| | * | Fix DC client throwing on GUILD_CREATE | Madeline | 2023-04-12 | 1 | -9/+17 |
| | * | Merge pull request #1023 from Rainb0wCodes/master | Madeline | 2023-04-11 | 1 | -0/+9 |
| | |\ |
|
| | | * | send public member in message_reaction_add eventt | Madeline | 2023-04-11 | 1 | -0/+9 |
| | * | | Fix obvious bugs in Member removeRole function | ochen1 | 2023-04-09 | 1 | -2/+2 |
| | |/ |
|
| | * | License information | Madeline | 2023-04-02 | 1 | -0/+18 |
| | * | Merge branch 'master' into refactor/dev/connections | Madeline | 2023-04-02 | 38 | -82/+82 |
| | |\ |
|
| | * | | Add Twitch, error handling, revokation changes, etc | Puyodead1 | 2023-03-18 | 1 | -2/+8 |
| | * | | Refreshable connections, refactoring, access-token endpoint | Puyodead1 | 2023-03-18 | 1 | -3/+4 |
| | * | | Follow Discord docs for `visibility` and `metadata_visibility` fields in Conn... | Madeline | 2023-03-18 | 1 | -2/+2 |
| | * | | entities/ConnectionUpdateSchema -> schemas/ConnectionUpdateSchema | Madeline | 2023-03-18 | 2 | -4/+0 |
| | * | | implement PATCH connection | Puyodead1 | 2023-03-18 | 3 | -2/+6 |
| | * | | adding connection now works | Puyodead1 | 2023-03-18 | 1 | -12/+12 |
| | * | | add connections | Puyodead1 | 2023-03-18 | 3 | -4/+31 |
| * | | | Role flags | Madeline | 2023-04-04 | 2 | -0/+4 |
| * | | | Merge branch 'master' into feat/refactorIdentify | Madeline | 2023-04-01 | 38 | -82/+82 |
| |\ \ \
| | |/
| |/| |
|
| | * | | Remove ALL fosscord mentions | Madeline | 2023-03-31 | 4 | -5/+5 |
| | * | | Revert "Merge pull request #1008 from spacebarchat/dev/samuel" | Madeline | 2023-03-31 | 30 | -78/+82 |
| | * | | Merge pull request #1008 from spacebarchat/dev/samuel | Samuel (Flam3rboy) | 2023-03-30 | 30 | -82/+78 |
| | |\ \ |
|
| | | * | | feat: Database Query Cache | Samuel | 2023-03-18 | 30 | -82/+78 |
| | | |/ |
|
| | * | | SPACEBAR | Madeline | 2023-03-31 | 38 | -38/+38 |
| | * | | SPACEBAR | Madeline | 2023-03-31 | 38 | -38/+38 |
| | * | | Work towards fixing openapi spec | Madeline | 2023-03-24 | 1 | -1/+1 |
| | |/ |
|
| * / | Initial identify rewrite | Madeline | 2023-03-13 | 2 | -0/+16 |
| |/ |
|
| * | implement password reset | Puyodead1 | 2023-02-24 | 1 | -1/+1 |
| * | don't print anything if email send is successful | Puyodead1 | 2023-02-24 | 1 | -19/+15 |
| * | fix linting errors | Puyodead1 | 2023-02-23 | 1 | -1/+8 |
| * | Fix template rendering and use verify email template | Puyodead1 | 2023-02-23 | 1 | -1/+1 |
| * | Email verification works | Puyodead1 | 2023-02-23 | 1 | -17/+6 |
| * | send email verification | Puyodead1 | 2023-02-23 | 1 | -1/+25 |
| * | On db sync/first run, add all the current migrations to migrations table to p... | Madeline | 2023-02-03 | 1 | -2/+2 |
| * | Merge pull request from GHSA-hqqp-gpqw-9w5c | Madeline | 2023-02-02 | 1 | -15/+8 |
| * | Fix missing props in welcome message creation, which causes every client who ... | Madeline | 2023-02-01 | 1 | -1/+5 |
| * | Implement WebAuthn (#967) | Puyodead1 | 2023-01-30 | 3 | -1/+55 |
| * | Add ESLint (#941) | Madeline | 2023-01-20 | 14 | -77/+56 |
| * | Script to add license preamble to each file. Also, does that. (#935) | Madeline | 2023-01-18 | 37 | -0/+666 |
| * | Fix deleting an application if it has a bot | Madeline | 2023-01-17 | 1 | -2/+2 |
| * | Fix guild delete failing when template exists | Madeline | 2023-01-13 | 1 | -1/+1 |
| * | Fix setting user premium_type/etc (non-nullable) to null in db when null in c... | Madeline | 2023-01-13 | 1 | -3/+3 |
| * | fix rights lol | Madeline | 2023-01-11 | 1 | -1/+2 |
| * | If defaults_user_premium is false, don't give a user `premium_since: new Date` | Madeline | 2023-01-11 | 1 | -9/+8 |
| * | Prettier | Madeline | 2023-01-05 | 10 | -175/+174 |
| * | Add migrations (#923) | Madeline | 2023-01-05 | 3 | -11/+10 |
| * | Profile themes and pronouns | Madeline | 2022-12-31 | 2 | -1/+16 |
| * | Fix creating bot accounts | Madeline | 2022-12-24 | 1 | -4/+12 |
| * | Use config for some default guild properties | Madeline | 2022-12-24 | 1 | -30/+18 |
| * | Client: update to canary 165341 | Puyodead1 | 2022-12-20 | 1 | -1/+3 |
| * | Fix guild features being undefined if not using defaultFeatures | Madeline | 2022-12-21 | 1 | -1/+1 |
| * | Registration tokens | Madeline | 2022-12-19 | 2 | -0/+14 |
| * | implement guild profiles and fix user profiles | Puyodead1 | 2022-12-19 | 1 | -1/+14 |
| * | Create webhooks | Madeline | 2022-12-19 | 2 | -0/+7 |
| * | Move UserSettings to own entity | TheArcaneBrony | 2022-12-19 | 4 | -136/+165 |
| * | Add additional config | Madeline | 2022-12-19 | 1 | -1/+1 |
| * | Make ConfigValue a directory, move defaults to those classes instead of a sep... | TheArcaneBrony | 2022-12-19 | 1 | -414/+0 |
| * | make it configurable by guild feature flag | Erkin Alp Güney | 2022-12-19 | 1 | -5/+5 |
| * | Do the funny thing (make user->invite cascade delet) | TheArcaneBrony | 2022-12-18 | 1 | -1/+3 |
| * | Made nitro stuff make some sense | ChrisChrome | 2022-12-18 | 1 | -1/+0 |
| * | Make teams nullable | TheArcaneBrony | 2022-12-18 | 1 | -0/+1 |
| * | Refactor applications | Madeline | 2022-12-18 | 1 | -0/+1 |
| * | Add basic developer panel functionality - doesn't work yet | ChrisChrome | 2022-12-18 | 2 | -37/+81 |
| * | Move to migrations. Use `npm run generate:db` for first database generation. | Madeline | 2022-12-18 | 2 | -3/+0 |
| * | Remove discord login config | Madeline | 2022-12-17 | 1 | -10/+0 |
| * | user validation stuff | Madeline | 2022-12-17 | 2 | -12/+5 |
| * | Remove bad banned words implementation | Madeline | 2022-12-17 | 2 | -12/+1 |
| * | Remove use of `PRODUCTION` env var | Madeline | 2022-12-17 | 1 | -4/+1 |
| * | various typos | Madeline | 2022-10-28 | 1 | -1/+1 |
| * | Fix user settings not saving properly and guild folders | Madeline | 2022-10-28 | 1 | -3/+3 |
| * | Move src-slowcord to own repo https://github.com/MaddyUnderStars/slowcord-ser... | Madeline | 2022-10-28 | 1 | -1/+11 |
| * | fix bad user validation | Madeline | 2022-10-27 | 1 | -8/+9 |
| * | Fix typo in user validation | Madeline | 2022-10-26 | 1 | -3/+3 |
| * | Move message auto mod to the api route instead of a @beforeinsert/update method | Madeline | 2022-10-25 | 1 | -16/+0 |
| * | Change android and ios client downloads to use /download endpoint, update Rel... | Madeline | 2022-10-24 | 1 | -6/+3 |
| * | remove self_edit_guilds, was dumb | Madeline | 2022-10-07 | 1 | -1/+1 |
| * | Embed cache | Madeline | 2022-10-03 | 2 | -1/+14 |
| * | Twitter embeds | Madeline | 2022-10-03 | 1 | -0/+6 |
| * | Make imagor optional | Madeline | 2022-10-02 | 1 | -0/+2 |
| * | Fix client crash on GUILD_CREATE | Madeline | 2022-09-28 | 1 | -0/+1 |
| * | Use PrimaryIdColumn instead of PrimaryColumn in Invite and Category | Madeline | 2022-09-28 | 2 | -6/+5 |
| * | Generate IDs for entities by default | Madeline | 2022-09-28 | 1 | -1/+2 |
| * | Fix user validator preventing update | Madeline | 2022-09-27 | 1 | -40/+51 |
| * | Don't fetch all members in guild in Member.addToGuild | Madeline | 2022-09-27 | 2 | -4/+18 |
| * | Prettier | Madeline | 2022-09-26 | 24 | -522/+819 |
| * | Remove import to class-validator, fix listening on port message in bundle | Madeline | 2022-09-26 | 1 | -1/+0 |
| * | 'Fix' distinct alias typeorm issue | Madeline | 2022-09-26 | 2 | -5/+2 |
| * | Refactor to mono-repo + upgrade packages | Madeline | 2022-09-25 | 34 | -0/+3740 |