| Commit message (Expand) | Author | Age | Files | Lines |
| * | Switch from commonjs to nodenext | Rory& | 2025-10-15 | 1 | -0/+2 |
| * | More schema work, moved most stuff from entities to schemas, though messy | Rory& | 2025-10-15 | 20 | -562/+24 |
| * | Reorganise schemas a little bit | Rory& | 2025-10-15 | 9 | -297/+19 |
| * | Move schemas to separate module | Rory& | 2025-10-14 | 143 | -4756/+2 |
| * | Schema fixes, api bug fix | Rory& | 2025-10-14 | 1 | -2/+1 |
| * | Properly traverse result object | Rory& | 2025-10-11 | 1 | -1/+3 |
| * | Try other way of querying? | Rory& | 2025-10-11 | 1 | -5/+1 |
| * | Return defaults for missing {proto-,}settings | Rory& | 2025-10-11 | 3 | -4/+23 |
| * | Try to fix duplicate user settings | Rory& | 2025-10-11 | 1 | -1/+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 nix, update admin api db models | Rory& | 2025-10-05 | 1 | -2/+2 |
| * | Local changes | Emma [it/its]@Rory& | 2025-10-05 | 1 | -6/+33 |
| * | Rewrite access tokens, initial admin api | Emma [it/its]@Rory& | 2025-10-05 | 2 | -45/+102 |
| * | Add sticker limit | Rory& | 2025-10-04 | 1 | -0/+1 |
| * | Fix missed merge | Rory& | 2025-10-04 | 1 | -1/+2 |
| * | I guess it builds now? | Rory& | 2025-10-04 | 4 | -16/+25 |
| * | Tests for extension methods | Rory& | 2025-10-04 | 7 | -8/+201 |
| * | Fill in missing stuff from missing-native-js-functions | Rory& | 2025-10-04 | 5 | -2/+50 |
| * | Unkown -> unkown (typo fix) | Rory& | 2025-10-04 | 1 | -1/+1 |
| * | Clean up other extensions | Rory& | 2025-10-04 | 2 | -5/+8 |
| * | Clean up array extensions | Rory& | 2025-10-04 | 4 | -16/+61 |
| * | Add Array.remove extension | Rory& | 2025-10-04 | 1 | -0/+12 |
| * | Add dotnet-ish Random class | Rory& | 2025-10-04 | 3 | -2/+77 |
| * | Drop dependency on missing-native-js-functions | Rory& | 2025-10-04 | 8 | -8/+0 |
| * | Implement sleep function | Rory& | 2025-10-04 | 1 | -0/+11 |
| * | Config as class | Rory& | 2025-10-04 | 1 | -9/+9 |
| * | Attempt to vendor lambert-server | Rory& | 2025-10-04 | 5 | -0/+350 |
| * | 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 |
| * | Send user settings proto in gateway ready, if one exists | Rory& | 2025-09-30 | 1 | -0/+3 |
| * | Fix some imports | Rory& | 2025-09-30 | 5 | -5/+5 |
| * | Remove mariadb support as it isnt maintained and hasnt worked in over a year | Rory& | 2025-09-30 | 70 | -748/+5 |
| * | Clean up unused imports | Rory& | 2025-09-30 | 10 | -22/+11 |
| * | Copyright notices on email handling | Rory& | 2025-09-30 | 6 | -3/+90 |
| * | Port MailJet transport | Rory& | 2025-09-30 | 3 | -55/+53 |
| * | Port MailGun transport | Rory& | 2025-09-30 | 5 | -59/+54 |
| * | Port SMTP transport, make nodemailer optional | Rory& | 2025-09-30 | 5 | -89/+75 |
| * | Port SendGrid to new interface | Rory& | 2025-09-30 | 4 | -82/+128 |
| * | Silence, dotenv, we dont want your ads | Rory& | 2025-09-29 | 1 | -1/+1 |
| * | Drop @sentry/node (Sentry support) - untested and unused | Rory& | 2025-09-29 | 5 | -161/+0 |
| * | 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 | 3 | -0/+100 |
| * | Set nick/pronouns to undefined if attempting to set to empty string. Fixes #1246 | Rory& | 2025-09-29 | 1 | -0/+2 |
| * | Oops, forgot to register extension | Rory& | 2025-09-29 | 1 | -0/+4 |
| * | Add author and mentions relation to fetching messages | Rory& | 2025-09-29 | 1 | -0/+5 |
| * | 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 |
| * | Fix uploads? | Rory& | 2025-09-29 | 1 | -0/+1 |
| * | Fix ID references | Rory& | 2025-09-29 | 2 | -2/+26 |
| * | Add first half of cloud attachment uploads | Rory& | 2025-09-29 | 7 | -6/+169 |
| * | Implement greeting | Rory& | 2025-09-29 | 3 | -0/+33 |
| * | Implement fetching DM messages by user ID | Rory& | 2025-09-29 | 8 | -65/+129 |
| * | Implement message preloading | Rory& | 2025-09-29 | 5 | -2/+47 |
| * | Move to some etension methods | Rory& | 2025-09-29 | 8 | -66/+123 |
| * | Channel: add helpers to calculate user permissions and determine channel visi... | Rory& | 2025-09-29 | 1 | -8/+79 |
| * | Permissions: Add some constants for all or no permissions | Rory& | 2025-09-29 | 1 | -0/+6 |
| * | Permissions: less magic numbers | Rory& | 2025-09-29 | 1 | -19/+7 |
| * | Fix creating guilds | Rory& | 2025-09-29 | 1 | -72/+22 |
| * | Add schemas for collectibles | Rory& | 2025-09-29 | 6 | -1/+273 |
| * | Colorful roles | Rory& | 2025-09-29 | 4 | -0/+51 |
| * | A little bit of formatting cleanup | Rory& | 2025-09-29 | 1 | -0/+2 |
| * | Initialise settings versions | Rory& | 2025-09-29 | 1 | -16/+11 |
| * | Emit USER_SETTINGS_PROTO_UPDATE | Rory& | 2025-09-29 | 1 | -0/+1 |
| * | Make guild channels nullable | Rory& | 2025-09-29 | 1 | -8/+8 |
| * | Add new field to guild update schema | Rory& | 2025-09-29 | 1 | -0/+1 |
| * | Release -> ClientRelease | Rory& | 2025-09-29 | 1 | -1/+1 |
| * | Setting protos support | Rory& | 2025-09-29 | 7 | -0/+290 |
| * | Fix typo | Rory& | 2025-09-29 | 1 | -1/+1 |
| * | Add tracing to IDENTIFY | Rory& | 2025-09-29 | 3 | -2/+15 |
| * | Add stopwatch/elapsedtime classes | Rory& | 2025-09-29 | 1 | -0/+115 |
| * | fix: use `createDateColumn()` | CyberL1 | 2025-09-29 | 1 | -1/+2 |
| * | fix: update `pinned` column value in down migration | CyberL1 | 2025-09-29 | 1 | -0/+3 |
| * | fix: migrate older pinned messages to the new system | CyberL1 | 2025-09-29 | 1 | -0/+3 |
| * | 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 | 2 | -5/+4 |
| * | fix: getting message pinss | CyberL1 | 2025-09-29 | 2 | -0/+20 |
| * | add CONFIG_READONLY functionality | boogiewoogie | 2025-09-29 | 1 | -1/+3 |
| * | fixes and minor changes for email stuff | Puyodead1 | 2025-09-05 | 1 | -13/+15 |
| * | Add automod migration | Rory& | 2025-07-27 | 2 | -1/+18 |
| * | More cleanup | Rory& | 2025-07-27 | 2 | -2/+3 |
| * | Some cleanup | Rory& | 2025-07-27 | 7 | -1389/+23 |
| * | Kitty stuff works now | Emma [it/its]@Rory& | 2025-07-27 | 2 | -39/+65 |
| * | WIP logo/terminal stuff | Emma [it/its]@Rory& | 2025-07-27 | 9 | -0/+1501 |
| * | Implement CRUD for automod | Emma [it/its]@Rory& | 2025-07-27 | 5 | -3/+163 |
| * | update guild bans api | dank074 | 2025-07-21 | 1 | -1/+3 |
| * | Merge pull request #1305 from ZaneH/feat/handle-github-webhook | Puyodead1 | 2025-07-12 | 1 | -0/+10 |
| |\ |
|
| | * | Capitalize `ref_type` when using in embed | Zane Helton | 2025-06-29 | 1 | -0/+10 |
| * | | 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 |
| * | | Add intent to event map as per discord docs | Rory& | 2025-07-06 | 1 | -0/+122 |
| * | | Add map of privileged intents | Rory& | 2025-07-06 | 1 | -1/+5 |
| * | | Move erkinalp intents out | Rory& | 2025-07-06 | 1 | -0/+3 |
| * | | Use discord names for intents | Rory& | 2025-07-06 | 1 | -5/+5 |
| * | | Add bitfield for discords privileged intents | Rory& | 2025-07-06 | 1 | -0/+2 |
| * | | Silence duplicate url/path errors when signature objects are passed in | Rory& | 2025-07-06 | 1 | -4/+6 |
| * | | Make CDN signature logging opt-in, log stack when both path and url are provided | Rory& | 2025-07-06 | 1 | -35/+51 |
| * | | Prettier | Rory& | 2025-07-06 | 4 | -33/+67 |
| * | | Resolve eslint errors | Rory& | 2025-07-06 | 1 | -5/+2 |
| * | | Make IP/user-agent validation in CDN work | Rory& | 2025-07-06 | 3 | -98/+203 |
| * | | 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 | 3 | -0/+20 |
| * | | Add ip? | Emma [it/its]@Rory& | 2025-07-06 | 1 | -1/+0 |
| * | | More logging | Emma [it/its]@Rory& | 2025-07-06 | 1 | -4/+16 |
| * | | log signed ip addr | Emma [it/its]@Rory& | 2025-07-06 | 1 | -0/+1 |
| * | | Log signing errors | Emma [it/its]@Rory& | 2025-07-06 | 1 | -1/+9 |
| * | | Add options to erquire IP or User Agent to access CDN | Emma [it/its]@Rory& | 2025-07-06 | 3 | -21/+33 |
| * | | Update some dependencies, fix nix | Emma [it/its]@Rory& | 2025-07-02 | 3 | -7/+11 |
| * | | Fix the creation of guilds from templates | Zane Helton | 2025-06-29 | 1 | -1/+28 |
| * | | Make ban reason nullable | Zane Helton | 2025-06-29 | 1 | -1/+1 |
| |/ |
|
| * | Fix various issues with embeds on message updates | Zane Helton | 2025-06-28 | 2 | -0/+33 |
| * | add webrtc support (#1284) | dank074 | 2025-06-22 | 16 | -43/+240 |
| * | 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 | 7 | -0/+192 |
| * | add ophandler for GuildSubscriptionsBulk message | dank074 | 2025-04-12 | 3 | -0/+14 |
| * | Added better user configuration and removed extra logging | root | 2025-03-25 | 4 | -3/+34 |
| * | Added Name Validation utility function | root | 2025-03-24 | 2 | -0/+52 |
| * | 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 |
| * | | run prettier | dank074 | 2024-11-19 | 2 | -13/+17 |
| * | | Merge pull request #1232 from dank074/patch/eslintConfig | Madeline | 2024-11-14 | 6 | -4/+4 |
| |\ \ |
|
| | * | | turn off eslint rules causing issues | dank074 | 2024-11-13 | 6 | -4/+4 |
| * | | | fix op 8 | dank074 | 2024-11-13 | 1 | -2/+2 |
| |/ / |
|
| * | | Add express trustedProxy support | Emma [it/its]@Rory& | 2024-10-30 | 1 | -0/+3 |
| * | | Update sentry to latest | Emma [it/its]@Rory& | 2024-10-30 | 1 | -25/+18 |
| * | | Update some patches, switch to node-fetch-commonjs, more updates | Emma [it/its]@Rory& | 2024-10-28 | 2 | -3/+3 |
| |/ |
|
| * | Add `guild_template_code` to `GuildCreateSchema` | SupremeMortal | 2024-09-14 | 1 | -0/+1 |
| * | Fix new app property migration disallowing NULL | TomatoCake | 2024-08-31 | 3 | -6/+6 |
| * | Add more application properties | TomatoCake | 2024-08-31 | 5 | -8/+99 |
| * | Fixes for password, mfa code & email validation | TomatoCake | 2024-08-29 | 8 | -21/+68 |
| * | Listing & creation of Developer Portal teams | TomatoCake | 2024-08-24 | 9 | -7/+108 |
| * | Merge branch 'master' of https://github.com/DEVTomatoCake/spacebar-server int... | TomatoCake | 2024-08-22 | 46 | -155/+352 |
| |\ |
|
| | * | Merge pull request #1178 from DEVTomatoCake/fix/1154-mysql-charset | Madeline | 2024-08-22 | 39 | -131/+286 |
| | |\ |
|
| | | * | "engine" const value shared | TomatoCake | 2024-08-18 | 39 | -41/+82 |
| | | * | 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 | 6 | -9/+37 |
| | |\ \ |
|
| | | * \ | Merge pull request #1126 from DEVTomatoCake/feat/local-image-proxy | Madeline | 2024-08-19 | 4 | -6/+32 |
| | | |\ \ |
|
| | | | * \ | Merge branch 'master' of https://github.com/DEVTomatoCake/spacebar-server int... | TomatoCake | 2024-08-18 | 4 | -9/+7 |
| | | | |\ \ |
|
| | | | * \ \ | Merge branch 'master' of https://github.com/DEVTomatoCake/spacebar-server int... | TomatoCake | 2024-08-15 | 29 | -56/+477 |
| | | | |\ \ \
| | | | | |/
| | | | |/| |
|
| | | | * | | | Merge branch 'master' into feat/local-image-proxy | TomatoCake | 2024-07-18 | 23 | -29/+312 |
| | | | |\ \ \ |
|
| | | | * | | | | "Fix" jimp import typings | TomatoCake | 2024-06-28 | 2 | -0/+24 |
| | | | * | | | | running prettier for others | TomatoCake | 2024-06-28 | 1 | -4/+3 |
| | | | * | | | | Merge branch 'master' into feat/local-image-proxy | TomatoCake | 2024-06-28 | 2 | -4/+11 |
| | | | |\ \ \ \ |
|
| | | | * | | | | | Add config value for cache duration | TomatoCake | 2024-06-28 | 1 | -3/+5 |
| | | | * | | | | | Ban API compat & Bulk Ban endpoint (#1120) | TomatoCake | 2024-06-05 | 2 | -3/+28 |
| | | * | | | | | | fix: nickmane reset by command | Cyber | 2024-08-19 | 1 | -2/+4 |
| | | | |_|_|_|/
| | |/| | | | |
|
| | | * | | | | | Consistent widget disabled error | TomatoCake | 2024-08-18 | 1 | -1/+1 |
| | * | | | | | | 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 |
| | |/ / / / / |
|
| | * | | | | | 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 | 6 | -22/+42 |
| |/ / / / / |
|
| * | | | | | regenerate openapi.json | Cyber | 2024-08-17 | 1 | -1/+1 |
| * | | | | | fix: allow array in op 8 | Cyber | 2024-08-17 | 1 | -2/+2 |
| | |_|_|/
|/| | | |
|
| * | | | | Update 1723644478176-webhookSourceChannel.ts | Puyodead1 | 2024-08-14 | 1 | -1/+1 |
| * | | | | Merge pull request #1163 from CyberL1/fix/webhooks | Puyodead1 | 2024-08-14 | 1 | -1/+1 |
| |\ \ \ \ |
|
| | * | | | | fix: add webhook_id to webhook's messages | Cyber | 2024-08-14 | 1 | -1/+1 |
| * | | | | | Add migrations for webhook source_channel_id | TomatoCake | 2024-08-14 | 3 | -0/+69 |
| |/ / / / |
|
| * | | | | Merge pull request #1161 from DEVTomatoCake/feat/bio-max-length-config | Madeline | 2024-08-14 | 3 | -13/+11 |
| |\ \ \ \ |
|
| | * | | | | Make profile bio max length configurable | TomatoCake | 2024-08-10 | 3 | -13/+11 |
| * | | | | | Merge pull request #1159 from DEVTomatoCake/feat/request-guild-members | Madeline | 2024-08-14 | 8 | -17/+107 |
| |\ \ \ \ \ |
|
| | * | | | | | Fix issues with requesting presences | TomatoCake | 2024-08-11 | 5 | -9/+63 |
| | * | | | | | opcode 8 | TomatoCake | 2024-08-09 | 3 | -8/+44 |
| | |/ / / / |
|
| * / / / / | Icon for discovery categories & fix "primary_only" | TomatoCake | 2024-08-13 | 4 | -3/+50 |
| |/ / / / |
|
| * | | | | Merge branch 'master' into feat/webhooks-3 | TomatoCake | 2024-08-08 | 4 | -8/+93 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch 'master' into master | Madeline | 2024-07-28 | 3 | -8/+92 |
| | |\ \ \ \ |
|
| | | * | | | | prettier .-. | TomatoCake | 2024-07-28 | 2 | -3/+18 |
| | | * | | | | Fix msg component typings | TomatoCake | 2024-07-28 | 3 | -8/+77 |
| | | | |_|/
| | |/| | |
|
| | * | | | | Refactored max limit for bulk-bans from AbsoluteRateLimits to GuildLimits as ... | aintDatCap | 2024-07-24 | 2 | -5/+1 |
| | * | | | | Implemented proposal described in the issue #1122 | aintDatCap | 2024-07-24 | 1 | -0/+5 |
| | |/ / / |
|
| * | | | | 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 | 65 | -33/+1048 |
| |\| | | |
|
| | * | | | Make channel ID optional when replying | TomatoCake | 2024-07-17 | 1 | -1/+1 |
| | * | | | feat: badges | Cyber | 2024-07-17 | 8 | -0/+102 |
| | * | | | Run prettier .-. | TomatoCake | 2024-07-17 | 1 | -3/+6 |
| | * | | | Update schema & add response type | TomatoCake | 2024-07-17 | 1 | -3/+7 |
| | * | | | Make poll a single object instead of an array | TomatoCake | 2024-07-09 | 1 | -1/+1 |
| | * | | | Merge pull request #1138 from DEVTomatoCake/fix/connection-redirect-uri | Madeline | 2024-07-09 | 1 | -4/+4 |
| | |\ \ \ |
|
| | | * | | | Use front end URI instead of API | TomatoCake | 2024-07-06 | 1 | -4/+4 |
| | * | | | | Merge branch 'master' into feat/new-msg-props | Madeline | 2024-07-09 | 1 | -1/+2 |
| | |\ \ \ \ |
|
| | | * | | | | add email verification page | Puyodead1 | 2024-07-08 | 1 | -1/+2 |
| | | |/ / / |
|
| | * | | | | fix poll in msg create schema | Madeline | 2024-07-09 | 1 | -1/+1 |
| | * | | | | Add new message flags once again | TomatoCake | 2024-07-05 | 6 | -13/+104 |
| | |/ / / |
|
| | * | | | Send position property on guild join | TomatoCake | 2024-07-04 | 1 | -4/+11 |
| | * | | | Add "email.senderAddress" config | TomatoCake | 2024-07-04 | 3 | -3/+9 |
| | * | | | Fix Postgres column type (hopefully) | TomatoCake | 2024-07-04 | 1 | -1/+1 |
| | * | | | Prettier -.- | TomatoCake | 2024-07-04 | 1 | -1/+0 |
| | * | | | Add migration for new user setting props | TomatoCake | 2024-07-04 | 3 | -0/+69 |
| | | |/
| |/| |
|
| | * | | 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 |
| | * | | prettier | Madeline | 2024-06-05 | 1 | -4/+1 |
| | * | | Add Bulk Ban endpoint | TomatoCake | 2024-06-05 | 2 | -3/+31 |
| | |/ |
|
| | * | add `notification_settings` object to ready | Puyodead1 | 2024-05-26 | 1 | -0/+3 |
| | * | Fix message flags being null | Puyodead1 | 2024-04-14 | 4 | -2/+75 |
| | * | Add nix flake to repo (#1111) | Rory& | 2024-02-19 | 1 | -1/+1 |
| | * | add missing license headers | Puyodead1 | 2023-12-17 | 35 | -3/+630 |
| | * | add new right for creating registration tokens | Puyodead1 | 2023-12-14 | 1 | -0/+1 |
| * | | try manual conflict resolving | TomatoCake | 2024-07-18 | 1 | -0/+3 |
| * | | Fix ESLint & prettier | TomatoCake | 2024-07-18 | 4 | -10/+28 |
| * | | webhook fixes & username/avatar property for msg | TomatoCake | 2024-07-18 | 5 | -8/+64 |
| * | | Start implementing webhooks | Puyodead1 | 2023-12-10 | 5 | -4/+50 |
| |/ |
|
| * | member projection: select avatar | Puyodead1 | 2023-12-09 | 1 | -2/+4 |
| * | add components to message create schema | Puyodead1 | 2023-12-06 | 1 | -0/+2 |
| * | fix some issues with discord bot libs | Puyodead1 | 2023-11-29 | 3 | -1/+9 |
| * | Proper error messages for invalid config | Madeline | 2023-11-29 | 1 | -4/+35 |
| * | fucking postgres | Madeline | 2023-10-04 | 5 | -20/+20 |
| * | refactor channel positions in guild | Madeline | 2023-10-04 | 5 | -12/+232 |
| * | Add `mobile_network_type` to message create schema | CyberL1 | 2023-09-30 | 1 | -0/+1 |
| * | update sentry | Madeline | 2023-09-02 | 1 | -12/+23 |
| * | typeorm inverse relations of guild relations | Madeline | 2023-09-02 | 7 | -10/+12 |
| * | Merge branch 'master' of github.com:spacebarchat/server | Madeline | 2023-09-02 | 1 | -1/+1 |
| |\ |
|
| | * | make guild voice a text based channel | Puyodead1 | 2023-08-27 | 1 | -1/+1 |
| * | | DB_LOGGING env var | Madeline | 2023-09-02 | 1 | -6/+6 |
| |/ |
|
| * | 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 | 2 | -125/+47 |
| * | remove default welcome screen text | Madeline | 2023-08-12 | 1 | -2/+2 |
| * | update invites endpoints to support latest api | Madeline | 2023-08-12 | 2 | -3/+7 |
| * | 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 |
| * | allow bot/bearer tokens through Authorization header | Madeline | 2023-08-07 | 1 | -0/+3 |
| * | goof | Madeline | 2023-08-07 | 1 | -1/+1 |
| * | Fix linter warnings in connections | Puyodead1 | 2023-08-06 | 2 | -5/+4 |
| * | Fix connection class imports | Puyodead1 | 2023-08-06 | 4 | -6/+6 |
| * | Fix some linting warnings | Puyodead1 | 2023-08-06 | 4 | -3/+4 |
| * | add back guild id to message tojson | Madeline | 2023-08-07 | 1 | -1/+0 |
| * | update proxy-agent | Madeline | 2023-08-07 | 1 | -1/+1 |
| * | some abaddon compat | Madeline | 2023-07-31 | 2 | -2/+26 |
| * | send empty READY_SUPPLEMENTAL for client compatibility | Madeline | 2023-07-31 | 1 | -0/+1 |
| * | * call toJSON of keys in gateway when using erlpack | Madeline | 2023-07-29 | 5 | -3/+32 |
| * | refactor checkToken | Madeline | 2023-07-28 | 2 | -74/+50 |