| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update to use flags | MathMan05 | 2025-11-22 | 1 | -1/+2 |
| | | |||||
| * | is it a hack if it works? | MathMan05 | 2025-11-22 | 1 | -1/+30 |
| | | |||||
| * | Message#createWithDefaults: Set mesasge type if message_reference is set and ↵ temp | Rory& | 2025-11-22 | 1 | -0/+3 |
| | | | | | no other type is set | ||||
| * | add extraFields optional param on toPrivateUser, expose rights on READY | Rory& | 2025-11-22 | 1 | -2/+2 |
| | | |||||
| * | only for gorups | MathMan05 | 2025-11-20 | 1 | -1/+1 |
| | | |||||
| * | fix groups more | MathMan05 | 2025-11-20 | 1 | -115/+41 |
| | | |||||
| * | fix: default `activities` to empty array | CyberL1 | 2025-11-20 | 2 | -8/+17 |
| | | |||||
| * | implement mention_count | MathMan05 | 2025-11-18 | 1 | -8/+1 |
| | | |||||
| * | member count fixes | MathMan05 | 2025-11-18 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into notiFix | Cyber | 2025-11-18 | 4 | -1/+19 |
| |\ | |||||
| | * | Merge branch 'master' into welcomeUpdate | Cyber | 2025-11-18 | 3 | -1/+12 |
| | |\ | |||||
| | | * | prevent bots from joining guild with config | MathMan05 | 2025-11-17 | 3 | -1/+12 |
| | | | | |||||
| | * | | update last message id in more places | MathMan05 | 2025-11-17 | 1 | -0/+7 |
| | |/ | | | | | | | This update should update the last message id in the greet message endpoint and the Member creation message. | ||||
| * / | set default notification value | MathMan05 | 2025-11-17 | 1 | -1/+1 |
| |/ | | | | This should make it so that people who just joined have the default notification value as set by the guild instead of always defaulting to all messages. | ||||
| * | Merge branch 'master' into users-fix2 | Cyber | 2025-11-09 | 2 | -1/+12 |
| |\ | |||||
| | * | fix: gif stickers should have `format_type` 4 instead of 0 | CyberL1 | 2025-11-08 | 1 | -0/+11 |
| | | | |||||
| | * | fix | MathMan05 | 2025-10-30 | 1 | -1/+1 |
| | | | |||||
| | * | fix SQLite | MathMan05 | 2025-10-30 | 1 | -1/+1 |
| | | | |||||
| * | | fix full user object being exposed | MathMan05 | 2025-10-30 | 1 | -44/+9 |
| |/ | |||||
| * | fix: defualt `options` to `[]` | CyberL1 | 2025-10-23 | 2 | -2/+18 |
| | | |||||
| * | Revert "Default to `[]` for `options`, `integration_types`, `contexts`" | Cyber | 2025-10-23 | 2 | -29/+3 |
| | | |||||
| * | fix: default `options`, `integration_types` and `contexts` to empty array | CyberL1 | 2025-10-23 | 2 | -3/+29 |
| | | |||||
| * | chore: do a migration to delete bot users with no application | CyberL1 | 2025-10-22 | 1 | -0/+9 |
| | | |||||
| * | fix: set `message_reference_id` to null if original message is deleted | CyberL1 | 2025-10-20 | 2 | -2/+20 |
| | | |||||
| * | fix: interaction callback | CyberL1 | 2025-10-19 | 2 | -1/+4 |
| | | |||||
| * | Make reconicle migration not suck | Rory& | 2025-10-19 | 1 | -3/+4 |
| | | |||||
| * | Synchronously save automod message | Rory& | 2025-10-19 | 3 | -1/+54 |
| | | |||||
| * | Use message.create | Rory& | 2025-10-19 | 1 | -1/+1 |
| | | |||||
| * | Force back propagate ids | Rory& | 2025-10-19 | 1 | -0/+8 |
| | | |||||
| * | Always mutate opts, not message | Rory& | 2025-10-19 | 1 | -14/+12 |
| | | |||||
| * | Maybe more robust enforcement | Rory& | 2025-10-19 | 1 | -7/+10 |
| | | |||||
| * | Helper to create valid messages | Rory& | 2025-10-19 | 1 | -0/+41 |
| | | |||||
| * | Automod mayhaps? | Rory& | 2025-10-18 | 2 | -11/+18 |
| | | |||||
| * | fix: pass the command type to pending interactions map | CyberL1 | 2025-10-18 | 1 | -2/+3 |
| | | |||||
| * | feat: add `interaction_metadata` to `toJSON` | CyberL1 | 2025-10-18 | 1 | -0/+1 |
| | | |||||
| * | fix: move types to schema | CyberL1 | 2025-10-18 | 1 | -2/+0 |
| | | |||||
| * | fix: add `user` object on `interaction` and `interaction_metadata` for messages | CyberL1 | 2025-10-18 | 1 | -0/+2 |
| | | |||||
| * | feat: interactions (incomplete) | CyberL1 | 2025-10-17 | 5 | -9/+89 |
| | | |||||
| * | Include full AJV error on api | Rory& | 2025-10-17 | 1 | -1/+5 |
| | | |||||
| * | Fix proto errors maybe | Rory& | 2025-10-17 | 1 | -2/+11 |
| | | |||||
| * | Local changes | Rory& | 2025-10-16 | 2 | -77/+56 |
| | | |||||
| * | Add application command schema | Rory& | 2025-10-16 | 4 | -0/+177 |
| | | |||||
| * | 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 ↵ | Rory& | 2025-09-29 | 1 | -8/+79 |
| | | | | | visibility | ||||
| * | 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 |
| |\ | | | | | Implement GitHub-compatible webhook | ||||
| | * | Capitalize `ref_type` when using in embed | Zane Helton | 2025-06-29 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | The GitHub API provides `ref_type` as lowercase. For consistency, this adds a utility function and makes use of it when formatting the `create` event from GitHub. tag => Tag branch => Branch | ||||
| * | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The biggest hold-up was missing fields (`premium_tier`, `welcome_screen`, etc.) but it looks like someone has provided a helpful function called `createGuild(...)` to provide sensible default values. This commit fixes the errors related to creating a guild from a template. I've also refactored the code to include roles and channels in the template. To make sure that the @everyone role is cloned correctly, when creating the guild from a template, we check if the role's ID matches the template's `source_guild_id`. If it does, we set the @everyone role to the new guild's ID. | ||||
| * | | Make ban reason nullable | Zane Helton | 2025-06-29 | 1 | -1/+1 |
| |/ | | | | Resolves: #1276 | ||||
| * | Fix various issues with embeds on message updates | Zane Helton | 2025-06-28 | 2 | -0/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `postHandleMessage` function is parsing links and adding them to the EmbedCache table if necessary. In the previous implementation, message updates would push to the embeds unconditionally. This commit parses links from the message and: 1. Normalizes the URLs - Useful for deduplicating similar URLs 2. Remove embeds with matching normalized URLs - Leaves all embeds except for ones with a `.url` property matching the updated message - This allows embeds to be re-ordered if the URL is moved 3. If no normalized URLs are found, remove all embeds 4. Take the deduplicated + normalized URLs and add an embed to the message and insert into the EmbedCache table (if necessary) This enables: 1. Embeds to be re-ordered by re-ordering links 2. Embeds to be removed by removing links and fixes: 1. Duplicate embeds being attached to a message when edited | ||||
| * | add webrtc support (#1284) | dank074 | 2025-06-22 | 16 | -43/+240 |
| | | | | | Co-authored-by: MaddyUnderStars <46743919+MaddyUnderStars@users.noreply.github.com> | ||||
| * | 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 ↵ | root | 2025-03-23 | 1 | -0/+3 |
| |\ | | | | | | | update_webhooks | ||||
| | * | Merge pull request #1217 from SupremeMortal/fix/message-ack | Puyodead1 | 2025-03-23 | 1 | -0/+3 |
| | |\ | | | | | | | Add missing fields to `MessageAcknowledgeSchema` | ||||
| | | * | Add missing fields to `MessageAcknowledgeSchema` | SupremeMortal | 2024-09-15 | 1 | -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 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 |
| | | | | | Fixes guild creation due to additional property error. | ||||
| * | 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 ↵ | TomatoCake | 2024-08-22 | 46 | -155/+352 |
| |\ | | | | | | | into fix/guild-create-response-schema | ||||
| | * | 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 ↵ | TomatoCake | 2024-08-18 | 4 | -9/+7 |
| | | | |\ \ | | | | | | | | | | | | | | | | | | | into feat/local-image-proxy | ||||
| | | | * \ \ | Merge branch 'master' of https://github.com/DEVTomatoCake/spacebar-server ↵ | TomatoCake | 2024-08-15 | 29 | -56/+477 |
| | | | |\ \ \ | | | | | |/ | | | | |/| | | | | | | | into feat/local-image-proxy | ||||
| | | | * | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | ||||
| | | * | | | | | | 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 |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 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 | ||||
| | * | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | suggested by @devtomatocake | ||||
| | * | | | | 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 ↵ | TomatoCake | 2024-07-18 | 65 | -33/+1048 |
| |\| | | | | | | | | | | | | | | | into feat/webhooks-3 | ||||
| | * | | | 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 |
| | | |/ | |/| | |||||
