Commit Graph

530 Commits

Author SHA1 Message Date
Rory& 5844835308 Fix some imports 2025-09-30 05:24:25 +02:00
Rory& d5d719f3c8 Remove mariadb support as it isnt maintained and hasnt worked in over a year 2025-09-30 05:23:53 +02:00
Rory& b87d28c2c9 Clean up unused imports 2025-09-30 05:13:29 +02:00
Rory& 8cfe0311ca Copyright notices on email handling 2025-09-30 05:11:08 +02:00
Rory& 98513a92f9 Port MailJet transport 2025-09-30 05:00:12 +02:00
Rory& 7053c16344 Port MailGun transport 2025-09-30 04:50:01 +02:00
Rory& 088e7d89ab Port SMTP transport, make nodemailer optional 2025-09-30 04:24:19 +02:00
Rory& 533a72c3d3 Port SendGrid to new interface 2025-09-30 04:13:11 +02:00
Rory& 0e495bc31d Silence, dotenv, we dont want your ads 2025-09-29 22:18:38 +02:00
Rory& 0c3d8a792f Drop @sentry/node (Sentry support) - untested and unused 2025-09-29 22:08:03 +02:00
Rory& 452bbed353 Fix column type on Message.pinned_at 2025-09-29 20:28:21 +02:00
CyberL1 9c7668c5fa fix: make pinned_at column nullable (for real this time) 2025-09-29 20:15:55 +02:00
CyberL1 76db78570f fix: make pinned_at column nullable 2025-09-29 20:15:55 +02:00
Rory& ed426b31bf No error when message not found 2025-09-29 18:38:06 +02:00
Rory& ba612ab2ba Delete expired invites 2025-09-29 18:38:06 +02:00
Rory& 2620a55518 Add fetching guild profiles 2025-09-29 18:38:06 +02:00
Rory& 4f20beeff7 Set nick/pronouns to undefined if attempting to set to empty string. Fixes #1246 2025-09-29 18:38:06 +02:00
Rory& 9458987988 Oops, forgot to register extension 2025-09-29 18:38:06 +02:00
Rory& 2f1b131b0f Add author and mentions relation to fetching messages 2025-09-29 18:38:06 +02:00
Rory& d59bd1050b Use default ID on file upload requests 2025-09-29 18:38:06 +02:00
Rory& 34bf6cb42b Fix schemas 2025-09-29 18:38:06 +02:00
Rory& db765d8ff0 Update message schema to handle cloud attachments 2025-09-29 18:38:06 +02:00
Rory& ac807dcf8d Fix uploads? 2025-09-29 18:38:06 +02:00
Rory& 17948c77d7 Fix ID references 2025-09-29 18:38:06 +02:00
Rory& 1e6ed06da1 Add first half of cloud attachment uploads 2025-09-29 18:38:06 +02:00
Rory& b6065145ee Implement greeting 2025-09-29 18:38:06 +02:00
Rory& 0db40d7a0a Implement fetching DM messages by user ID 2025-09-29 18:38:06 +02:00
Rory& f78a9412b8 Implement message preloading 2025-09-29 18:38:06 +02:00
Rory& bd9a75f919 Move to some etension methods 2025-09-29 18:38:06 +02:00
Rory& 0d907af72f Channel: add helpers to calculate user permissions and determine channel visibility 2025-09-29 18:38:06 +02:00
Rory& 98de0c8ae7 Permissions: Add some constants for all or no permissions 2025-09-29 18:38:06 +02:00
Rory& a8f8af92d3 Permissions: less magic numbers 2025-09-29 18:38:06 +02:00
Rory& ac47e03d19 Fix creating guilds 2025-09-29 18:38:06 +02:00
Rory& a82a66b9ce Add schemas for collectibles 2025-09-29 18:38:06 +02:00
Rory& 528662446c Colorful roles 2025-09-29 18:38:06 +02:00
Rory& 43046f401d A little bit of formatting cleanup 2025-09-29 18:38:06 +02:00
Rory& 9baeb19499 Initialise settings versions 2025-09-29 18:38:06 +02:00
Rory& 5466de1c02 Emit USER_SETTINGS_PROTO_UPDATE 2025-09-29 18:38:06 +02:00
Rory& 72ba6e02b1 Make guild channels nullable 2025-09-29 18:38:06 +02:00
Rory& a5bb6a9b5d Add new field to guild update schema 2025-09-29 18:38:06 +02:00
Rory& 93ef08320e Release -> ClientRelease 2025-09-29 18:38:06 +02:00
Rory& 5e3080d72f Setting protos support 2025-09-29 18:38:06 +02:00
Rory& f71d11ce3f Fix typo 2025-09-29 18:38:06 +02:00
Rory& 230248d6f4 Add tracing to IDENTIFY 2025-09-29 18:38:06 +02:00
Rory& 654e07bbf5 Add stopwatch/elapsedtime classes 2025-09-29 18:38:06 +02:00
CyberL1 c218a28213 fix: use createDateColumn() 2025-09-29 18:32:21 +02:00
CyberL1 9662b587e3 fix: update pinned column value in down migration 2025-09-29 18:32:21 +02:00
CyberL1 6902e1d19c fix: migrate older pinned messages to the new system 2025-09-29 18:32:21 +02:00
CyberL1 5c332ae763 refactor: add pinned getter to Message entity 2025-09-29 18:32:21 +02:00
CyberL1 dc3a85f078 refactor: use pinned_at to check if message is pinnned 2025-09-29 18:32:21 +02:00