| Commit message (Expand) | Author | Age | Files | Lines |
| * | Local changes | Emma [it/its]@Rory& | 2025-10-05 | 3 | -7/+48 |
| * | Rewrite access tokens, initial admin api | Emma [it/its]@Rory& | 2025-10-05 | 2 | -45/+102 |
| * | Fix import | Rory& | 2025-10-04 | 1 | -2/+2 |
| * | Templates, maybe? | Rory& | 2025-10-04 | 1 | -99/+46 |
| * | Add sticker limit | Rory& | 2025-10-04 | 2 | -0/+13 |
| * | 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 | 4 | -4/+4 |
| * | Clean up other extensions | Rory& | 2025-10-04 | 2 | -5/+8 |
| * | Clean up array extensions | Rory& | 2025-10-04 | 9 | -33/+75 |
| * | Add Array.remove extension | Rory& | 2025-10-04 | 1 | -0/+12 |
| * | Add dotnet-ish Random class | Rory& | 2025-10-04 | 4 | -4/+79 |
| * | Drop dependency on missing-native-js-functions | Rory& | 2025-10-04 | 14 | -14/+0 |
| * | Implement sleep function | Rory& | 2025-10-04 | 1 | -0/+11 |
| * | Move reporting menu to todo | Rory& | 2025-10-04 | 1 | -1/+2 |
| * | 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 | 3 | -4/+47 |
| * | fix: getting invites for a channel | CyberL1 | 2025-10-02 | 1 | -16/+3 |
| * | Log schema in validator? | Rory& | 2025-10-01 | 1 | -2/+5 |
| * | Log schema name on error | Rory& | 2025-10-01 | 1 | -1/+1 |
| * | Disable validation for JSON settings protos update | Rory& | 2025-10-01 | 1 | -0/+3 |
| * | Safety hub work | Rory& | 2025-10-01 | 3 | -15/+195 |
| * | Send user settings proto in gateway ready, if one exists | Rory& | 2025-09-30 | 2 | -1/+13 |
| * | Implement fetching mutual friends | Rory& | 2025-09-30 | 1 | -117/+124 |
| * | Pass mergeParams: true to new router calls due to express behavior change | Rory& | 2025-09-30 | 178 | -178/+178 |
| * | 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 | 26 | -50/+19 |
| * | 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 | 9 | -9/+11 |
| * | Drop @sentry/node (Sentry support) - untested and unused | Rory& | 2025-09-29 | 12 | -209/+3 |
| * | Update file-type | Rory& | 2025-09-29 | 6 | -20/+20 |
| * | 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 |
| * | No error when message not found | Rory& | 2025-09-29 | 2 | -2/+2 |
| * | Also filter expired invites when returning invite list | Rory& | 2025-09-29 | 1 | -1/+1 |
| * | Delete expired invites | Rory& | 2025-09-29 | 2 | -2/+17 |
| * | Add fetching guild profiles | Rory& | 2025-09-29 | 4 | -0/+165 |
| * | Set nick/pronouns to undefined if attempting to set to empty string. Fixes #1246 | Rory& | 2025-09-29 | 1 | -0/+2 |
| * | Maybe this tie | Rory& | 2025-09-29 | 2 | -1/+5 |
| * | Include attachments | Rory& | 2025-09-29 | 1 | -2/+5 |
| * | Oops, forgot to register extension | Rory& | 2025-09-29 | 1 | -0/+4 |
| * | Polyfill referenced message | Rory& | 2025-09-29 | 1 | -0/+12 |
| * | More relations | Rory& | 2025-09-29 | 2 | -66/+20 |
| * | Add author and mentions relation to fetching messages | Rory& | 2025-09-29 | 2 | -0/+7 |
| * | Actually set the referenced_message relation on new messages | Rory& | 2025-09-29 | 1 | -1/+8 |
| * | Include referenced_message relation on GET /channel/.../messages | Rory& | 2025-09-29 | 1 | -0/+1 |
| * | Null coalescing for file id | Rory& | 2025-09-29 | 1 | -3/+2 |
| * | Use default ID on file upload requests | Rory& | 2025-09-29 | 2 | -1/+15 |
| * | Make cloud uploads work | Rory& | 2025-09-29 | 4 | -135/+116 |
| * | Logging of empty messages | Rory& | 2025-09-29 | 2 | -2/+3 |
| * | meow??? | Rory& | 2025-09-29 | 2 | -2/+2 |
| * | Fix schemas | Rory& | 2025-09-29 | 1 | -1/+8 |
| * | Log validation errors | Rory& | 2025-09-29 | 1 | -0/+5 |
| * | Try to handle new attachment style in message handler | Rory& | 2025-09-29 | 1 | -0/+31 |
| * | Update message schema to handle cloud attachments | Rory& | 2025-09-29 | 3 | -7/+5 |
| * | Implement cloning cloud attachments into messages | Rory& | 2025-09-29 | 4 | -3/+48 |
| * | Implment deleting cloud attachments | Rory& | 2025-09-29 | 2 | -3/+61 |
| * | Maybe end the request? | Rory& | 2025-09-29 | 1 | -2/+2 |
| * | Add logging to cloud uploads | Rory& | 2025-09-29 | 1 | -0/+5 |
| * | Fix uploads? | Rory& | 2025-09-29 | 2 | -14/+29 |
| * | Fix upload filename | Rory& | 2025-09-29 | 1 | -1/+1 |
| * | Fix ID references | Rory& | 2025-09-29 | 2 | -2/+26 |
| * | Add first half of cloud attachment uploads | Rory& | 2025-09-29 | 13 | -112/+377 |
| * | Fix schema for preload messages | Rory& | 2025-09-29 | 1 | -3/+1 |
| * | Implement greeting | Rory& | 2025-09-29 | 6 | -1/+139 |
| * | Implement fetching DM messages by user ID | Rory& | 2025-09-29 | 9 | -65/+183 |
| * | Implement message preloading | Rory& | 2025-09-29 | 6 | -2/+119 |
| * | Move to some etension methods | Rory& | 2025-09-29 | 9 | -67/+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 | 2 | -30/+10 |
| * | Fix trace | Rory& | 2025-09-29 | 1 | -1/+2 |
| * | Attempt to split up even more? | Rory& | 2025-09-29 | 1 | -2/+103 |
| * | Attempt to reduce OOM chance by factoring out member->guild queries | Rory& | 2025-09-29 | 1 | -108/+66 |
| * | Fix creating guilds | Rory& | 2025-09-29 | 1 | -72/+22 |
| * | Add endpoint implementations | Rory& | 2025-09-29 | 4 | -0/+178 |
| * | Add schemas for collectibles | Rory& | 2025-09-29 | 6 | -1/+273 |
| * | Screw off, telemetry | Rory& | 2025-09-29 | 1 | -0/+38 |
| * | Colorful roles | Rory& | 2025-09-29 | 5 | -1/+57 |
| * | A little bit of formatting cleanup | Rory& | 2025-09-29 | 1 | -0/+2 |
| * | Initialise settings versions | Rory& | 2025-09-29 | 1 | -16/+11 |
| * | Do settings versioning | Rory& | 2025-09-29 | 2 | -0/+10 |
| * | Oops, actually send the events to a user... | Rory& | 2025-09-29 | 2 | -0/+2 |
| * | Emit USER_SETTINGS_PROTO_UPDATE | Rory& | 2025-09-29 | 3 | -0/+37 |
| * | Merge in json representation of settings protos | Rory& | 2025-09-29 | 2 | -8/+38 |
| * | 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 | 4 | -5/+13 |
| * | Setting protos support | Rory& | 2025-09-29 | 9 | -0/+664 |
| * | Nest query times for clarity | Rory& | 2025-09-29 | 1 | -10/+21 |
| * | Fix typo | Rory& | 2025-09-29 | 1 | -1/+1 |
| * | Update copyright date in pin endpoints | Rory& | 2025-09-29 | 2 | -2/+2 |
| * | Add tracing to IDENTIFY | Rory& | 2025-09-29 | 5 | -46/+129 |
| * | Add stopwatch/elapsedtime classes | Rory& | 2025-09-29 | 1 | -0/+115 |
| * | fix: use `createDateColumn()` | CyberL1 | 2025-09-29 | 1 | -1/+2 |
| * | fix: don't set order for counting queries | CyberL1 | 2025-09-29 | 2 | -2/+0 |
| * | fix: set DESC order | CyberL1 | 2025-09-29 | 2 | -0/+4 |
| * | fix: update `pinned` column value in down migration | CyberL1 | 2025-09-29 | 1 | -0/+3 |
| * | refactor: don't use query builder | CyberL1 | 2025-09-29 | 1 | -7/+3 |
| * | refactor: don't use query builder | CyberL1 | 2025-09-29 | 2 | -21/+14 |
| * | 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 | 3 | -2/+7 |
| * | refactor: use `pinned_at` to check if message is pinnned | CyberL1 | 2025-09-29 | 6 | -29/+39 |
| * | fix: getting message pinss | CyberL1 | 2025-09-29 | 3 | -2/+31 |
| * | Remove @everyone role from `onIdentify` | Zane Helton | 2025-09-29 | 1 | -1/+4 |
| * | add CONFIG_READONLY functionality | boogiewoogie | 2025-09-29 | 1 | -1/+3 |
| * | fix stupid bug | MathMan05 | 2025-09-29 | 1 | -0/+2 |
| * | Update Identify.ts | Mathium05 | 2025-09-09 | 1 | -2/+15 |
| * | don't filter channels | Mathium05 | 2025-09-09 | 1 | -12/+0 |
| * | prevent re-verifying email | Puyodead1 | 2025-09-05 | 1 | -1/+5 |
| * | fixes and minor changes for email stuff | Puyodead1 | 2025-09-05 | 2 | -14/+16 |
| * | fix an issue with NO_AUTHENTICATE routes | Puyodead1 | 2025-09-05 | 1 | -6/+17 |
| * | Add automod migration | Rory& | 2025-07-27 | 2 | -1/+18 |
| * | More cleanup | Rory& | 2025-07-27 | 4 | -8/+14 |
| * | Some cleanup | Rory& | 2025-07-27 | 8 | -1439/+74 |
| * | Kitty stuff works now | Emma [it/its]@Rory& | 2025-07-27 | 3 | -59/+81 |
| * | WIP logo/terminal stuff | Emma [it/its]@Rory& | 2025-07-27 | 13 | -26/+1552 |
| * | Implement CRUD for automod | Emma [it/its]@Rory& | 2025-07-27 | 6 | -3/+310 |
| * | add types to the ban api response objects | dank074 | 2025-07-21 | 1 | -13/+24 |
| * | update guild bans api | dank074 | 2025-07-21 | 2 | -8/+77 |
| * | move dotenv.config() to top o file | dank074 | 2025-07-21 | 1 | -3/+2 |
| * | Merge pull request #1305 from ZaneH/feat/handle-github-webhook | Puyodead1 | 2025-07-12 | 4 | -147/+724 |
| |\ |
|
| | * | Proxy avatar URL + adjust event logic | Zane Helton | 2025-06-29 | 1 | -17/+132 |
| | * | Make tsc happy when using strings as Date in embed | Zane Helton | 2025-06-29 | 2 | -2/+22 |
| | * | Refactor `/github` endpoint into it's own file | Zane Helton | 2025-06-29 | 3 | -561/+577 |
| | * | Capitalize `ref_type` when using in embed | Zane Helton | 2025-06-29 | 2 | -1/+12 |
| | * | Implement webhook handler for GitHub | Zane Helton | 2025-06-29 | 1 | -136/+551 |
| * | | Modern pins endpoints | Rory& | 2025-07-08 | 2 | -0/+195 |
| * | | fix unbundled startup for webrtc, and enable eslint | dank074 | 2025-07-07 | 4 | -3/+8 |
| * | | Add emoji source endpoint | Rory& | 2025-07-07 | 3 | -0/+138 |
| * | | Add endpoint to get account standing | Rory& | 2025-07-07 | 3 | -0/+97 |
| * | | Add staff_only flag in guild create schema | Rory& | 2025-07-07 | 1 | -0/+1 |
| * | | Make time relative, oops | Rory& | 2025-07-06 | 1 | -8/+8 |
| * | | Log more identify timings | Rory& | 2025-07-06 | 1 | -0/+29 |
| * | | 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 |
| * | | Use binary flags for default intents in identify | Rory& | 2025-07-06 | 1 | -1/+1 |
| * | | 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 |
| * | | Log gateway handling time | Rory& | 2025-07-06 | 9 | -3/+47 |
| * | | 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 |
| * | | Fix CDN log prefix when fixing attachments | Rory& | 2025-07-06 | 1 | -3/+3 |
| * | | Prettier | Rory& | 2025-07-06 | 9 | -75/+148 |
| * | | Resolve eslint errors | Rory& | 2025-07-06 | 2 | -6/+3 |
| * | | Fix forgotten function signature changes | Rory& | 2025-07-06 | 3 | -5/+10 |
| * | | Make IP/user-agent validation in CDN work | Rory& | 2025-07-06 | 10 | -122/+264 |
| * | | use prototype when signing message | Emma [it/its]@Rory& | 2025-07-06 | 1 | -1/+1 |
| * | | sign urls in gateway | Emma [it/its]@Rory& | 2025-07-06 | 3 | -1/+21 |
| * | | 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 attachment on sending message | Emma [it/its]@Rory& | 2025-07-06 | 1 | -1/+1 |
| * | | Sign media per user | Emma [it/its]@Rory& | 2025-07-06 | 6 | -11/+57 |
| * | | Add ip? | Emma [it/its]@Rory& | 2025-07-06 | 2 | -2/+1 |
| * | | 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 | 6 | -26/+38 |
| * | | Set trusted proxies in CDN | Emma [it/its]@Rory& | 2025-07-06 | 1 | -0/+3 |
| * | | Consistent request logging | Emma [it/its]@Rory& | 2025-07-06 | 2 | -0/+39 |
| * | | Fix opcode 8 | Rory& | 2025-07-06 | 1 | -2/+7 |
| * | | Fix typeorm queries no longer allowing empty where clauses | Emma [it/its]@Rory& | 2025-07-06 | 2 | -12/+15 |
| * | | Update some dependencies, fix nix | Emma [it/its]@Rory& | 2025-07-02 | 6 | -11/+18 |
| * | | Fix the fix | MathMan05 | 2025-07-02 | 1 | -1/+1 |
| * | | Check for old password when setting new | MathMan05 | 2025-07-02 | 1 | -1/+1 |
| * | | Fix the creation of guilds from templates | Zane Helton | 2025-06-29 | 4 | -24/+43 |
| * | | Set `premium_tier` to 0 when creating guild from template | Zane Helton | 2025-06-29 | 1 | -0/+1 |
| * | | Await guild creation to fix a race condition | Zane Helton | 2025-06-29 | 1 | -19/+18 |
| * | | Fix PATCH Template route implementation | Zane Helton | 2025-06-29 | 1 | -6/+8 |
| * | | Make ban reason nullable | Zane Helton | 2025-06-29 | 1 | -1/+1 |
| * | | Add OP to message.mentions when replied to | Zane Helton | 2025-06-29 | 1 | -1/+25 |
| * | | Preserve reactions when a message is edited | Zane Helton | 2025-06-29 | 1 | -1/+3 |
| |/ |
|
| * | Properly filter existing embed links | Zane Helton | 2025-06-29 | 1 | -8/+2 |
| * | Change how GUILD_DELETE cleans up the listener | Zane Helton | 2025-06-29 | 1 | -1/+1 |
| * | Start fresh when updating embeds for links | Zane Helton | 2025-06-28 | 1 | -8/+3 |
| * | Fix various issues with embeds on message updates | Zane Helton | 2025-06-28 | 3 | -14/+125 |
| * | Add validation to date_of_birth registration field | Zane Helton | 2025-06-28 | 1 | -2/+16 |
| * | update webrtc types package | Puyodead1 | 2025-06-25 | 4 | -7/+7 |
| * | add webrtc support (#1284) | dank074 | 2025-06-22 | 47 | -770/+1213 |
| * | send the real index | MathMan05 | 2025-05-28 | 1 | -1/+1 |
| * | code relies on things done in a certain order | MathMan05 | 2025-05-28 | 1 | -54/+50 |
| * | remove missed log | MathMan05 | 2025-05-28 | 1 | -1/+0 |
| * | sort array to make algorithm happy | MathMan05 | 2025-05-28 | 1 | -1/+20 |
| * | fix another stupid bug | MathMan05 | 2025-05-28 | 1 | -1/+1 |
| * | don't set possition if sent | MathMan05 | 2025-05-28 | 1 | -1/+1 |
| * | remove logs | MathMan05 | 2025-05-28 | 1 | -2/+0 |
| * | delete the null eater | MathMan05 | 2025-05-28 | 2 | -40/+2 |
| * | channel is nullable fixes | MathMan05 | 2025-05-28 | 2 | -13/+22 |
| * | forgot to test on rebuild | MathMan05 | 2025-05-28 | 1 | -0/+2 |
| * | fix moving channels | MathMan05 | 2025-05-28 | 1 | -1/+1 |
| * | Update attachments.ts | Puyodead1 | 2025-05-03 | 1 | -2/+1 |
| * | Implement signed cdn urls | Puyodead1 | 2025-05-03 | 10 | -13/+278 |
| * | fix op 8 handler for some discord libraries | dank074 | 2025-04-12 | 1 | -1/+8 |
| * | Merge pull request #1269 from dank074/patch/fix-missing-guildcreate-properties | Madeline | 2025-04-12 | 1 | -5/+22 |
| |\ |
|
| | * | revert back to original schema, but add missing `members` | dank074 | 2025-04-11 | 1 | -6/+19 |
| | * | add type to make sure payload is consistent with other GUILD_CREATE event | dank074 | 2025-04-09 | 1 | -1/+2 |
| | * | fix missing properties in GUILD_CREATE for bots | dank074 | 2025-04-09 | 1 | -1/+4 |
| * | | Merge pull request #1273 from dank074/patch/fix-members-list | Madeline | 2025-04-12 | 5 | -0/+40 |
| |\ \ |
|
| | * | | add ophandler for GuildSubscriptionsBulk message | dank074 | 2025-04-12 | 5 | -0/+40 |
| | |/ |
|
| * / | add `author` to query in pins API | dank074 | 2025-04-09 | 1 | -0/+2 |
| |/ |
|
| * | Prettier | Emma [it/its]@Rory& | 2025-04-09 | 4 | -10/+12 |
| * | Fix dependencies | Emma [it/its]@Rory& | 2025-04-09 | 1 | -2/+4 |
| * | stupid fix | MathMan05 | 2025-04-03 | 1 | -1/+1 |
| * | fix password reset bug | MathMan05 | 2025-04-03 | 1 | -1/+1 |
| * | Validate Name for webhooks enforced more | root | 2025-03-25 | 2 | -62/+3 |
| * | Added can_recover_account value to /api/policies/instance/config | root | 2025-03-25 | 1 | -0/+3 |
| * | Added better user configuration and removed extra logging | root | 2025-03-25 | 5 | -13/+44 |
| * | Merge branch 'spacebarchat:master' into master | Munchy | 2025-03-24 | 1 | -0/+1 |
| |\ |
|
| | * | acatually fix the embed issue | MathMan05 | 2025-03-23 | 1 | -0/+1 |
| * | | Updated error message for empty webhook update body | root | 2025-03-24 | 2 | -2/+2 |
| * | | Added Name Validation utility function | root | 2025-03-24 | 5 | -32/+131 |
| * | | Merge branch 'master' of https://github.com/spacebarchat/server into update_w... | root | 2025-03-23 | 4 | -26/+20 |
| |\| |
|
| | * | 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 |
| | * | | Merge pull request #1205 from DEVTomatoCake/feat/dont-send-x-powered-by | Puyodead1 | 2025-03-23 | 2 | -25/+13 |
| | |\ \ |
|
| | | * | | Stop sending X-Powered-By & share CORS/BodyParser | TomatoCake | 2024-08-31 | 2 | -25/+13 |
| | * | | | Update index.ts | MathMan05 | 2025-03-23 | 1 | -1/+4 |
| | * | | | fix minor bug | MathMan05 | 2025-03-22 | 1 | -1/+1 |
| | * | | | Merge pull request #1258 from thedudedies21/registration_tokens | Madeline | 2025-03-21 | 1 | -2/+4 |
| | |\ \ \ |
|
| | * | | | | 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 | 6 | -8/+365 |
| * | | | | | modified webhooks to match djs webhook send format | root | 2025-03-20 | 2 | -2/+15 |
| | |/ / /
|/| | | |
|
| * | | | | Added in date wrap on generate-registration-tokens.ts | root | 2025-03-19 | 1 | -2/+4 |
| |/ / / |
|
| * | | | implement hubs routes | Puyodead1 | 2025-01-07 | 12 | -2/+382 |
| * | | | run prettier | dank074 | 2024-11-19 | 11 | -30/+52 |
| * | | | Merge branch 'master' into fix/user-profile-colors | Cyber | 2024-11-14 | 13 | -21/+18 |
| |\ \ \ |
|
| | * \ \ | Merge pull request #1232 from dank074/patch/eslintConfig | Madeline | 2024-11-14 | 11 | -9/+4 |
| | |\ \ \ |
|
| | | * | | | turn off eslint rules causing issues | dank074 | 2024-11-13 | 11 | -9/+4 |
| | * | | | | fix op 8 | dank074 | 2024-11-13 | 2 | -12/+14 |
| | |/ / / |
|
| * / / / | fix: return user profile theme colors as numbers | CyberL1 | 2024-11-12 | 1 | -2/+2 |
| |/ / / |
|
| * | | | Merge pull request #1214 from MathMan05/patch-2 | Madeline | 2024-11-05 | 1 | -1/+0 |
| |\ \ \ |
|
| | * | | | Fix op 8 | MathMan05 | 2024-09-09 | 1 | -1/+0 |
| * | | | | Log rabbitmq channel allocations 2 | Emma [it/its]@Rory& | 2024-11-02 | 1 | -4/+4 |
| * | | | | Log rabbitmq channel allocations | Emma [it/its]@Rory& | 2024-11-02 | 1 | -0/+5 |
| * | | | | Add express trustedProxy support | Emma [it/its]@Rory& | 2024-10-30 | 2 | -0/+7 |
| * | | | | Update sentry to latest | Emma [it/its]@Rory& | 2024-10-30 | 2 | -27/+20 |
| * | | | | Remove imports of erlpack in favor of @yukikaze-bot/erlpack due to the former... | Emma [it/its]@Rory& | 2024-10-30 | 3 | -21/+6 |
| * | | | | Fix the broken delete API | MathMan05 | 2024-10-29 | 1 | -1/+1 |
| * | | | | Fix module resolution when $CWD != . | Emma [it/its]@Rory& | 2024-10-28 | 4 | -4/+9 |