Commit Graph

4156 Commits

Author SHA1 Message Date
Rory& a8f8af92d3 Permissions: less magic numbers 2025-09-29 18:38:06 +02:00
Rory& 2defc309c4 Fix trace 2025-09-29 18:38:06 +02:00
Rory& 263e2e32eb Attempt to split up even more? 2025-09-29 18:38:06 +02:00
Rory& 2cb838d0e3 Attempt to reduce OOM chance by factoring out member->guild queries 2025-09-29 18:38:06 +02:00
Rory& 72abd86a9e Update gitattributes 2025-09-29 18:38:06 +02:00
Rory& ac47e03d19 Fix creating guilds 2025-09-29 18:38:06 +02:00
Rory& 387722d017 Add endpoint implementations 2025-09-29 18:38:06 +02:00
Rory& a82a66b9ce Add schemas for collectibles 2025-09-29 18:38:06 +02:00
Rory& 8b946ac41d Screw off, telemetry 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& 18e752a457 Do settings versioning 2025-09-29 18:38:06 +02:00
Rory& b212cbbea1 Oops, actually send the events to a user... 2025-09-29 18:38:06 +02:00
Rory& 5466de1c02 Emit USER_SETTINGS_PROTO_UPDATE 2025-09-29 18:38:06 +02:00
Rory& b62fc8aca8 Merge in json representation of settings protos 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& 4d81d4461f Mark assets/schemas.json as excluded from diff 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& bec4bfc743 Nest query times for clarity 2025-09-29 18:38:06 +02:00
Rory& f71d11ce3f Fix typo 2025-09-29 18:38:06 +02:00
Rory& 09147ae51c Update copyright date in pin endpoints 2025-09-29 18:38:06 +02:00
Rory& 0693c3debf Add .idea so git can shut up about it 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 3e93ad8a87 fix: don't set order for counting queries 2025-09-29 18:32:21 +02:00
CyberL1 6bf4109465 fix: set DESC order 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 8e18a642fe refactor: don't use query builder 2025-09-29 18:32:21 +02:00
CyberL1 29c4a6695c refactor: don't use query builder 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
CyberL1 b8b461f0db fix: getting message pinss 2025-09-29 18:32:21 +02:00
Zane Helton 06ae335d1b Remove @everyone role from onIdentify
This prevents the @everyone role from leaking into places that might
display it on the frontend. The @everyone role is still visible when
needed, but `merged_members` (aka GuildMembers) won't include the role.

Resolves: #1213
2025-09-29 00:16:23 +02:00
boogiewoogie 67e0438bdc fix error 2025-09-29 00:15:16 +02:00
boogiewoogie 13fc853253 add databaseFile option, fix links 2025-09-29 00:15:16 +02:00
boogiewoogie f707d1254d add nixos module and test 2025-09-29 00:15:16 +02:00
boogiewoogie 2242e8eef1 add CONFIG_READONLY functionality 2025-09-29 00:15:16 +02:00
MathMan05 b461da9b8f fix stupid bug 2025-09-29 00:08:23 +02:00
Madeline e20268f1be Merge pull request #1325 from MathMan05/patch-7 2025-09-10 09:22:35 +10:00
Mathium05 c873b7074e Update Identify.ts 2025-09-09 17:30:24 -05:00
Mathium05 dd3a97f056 don't filter channels 2025-09-09 09:31:34 -05:00
Puyodead1 6ff8eec722 prevent re-verifying email 2025-09-05 18:35:50 -04:00
Puyodead1 b89c0987c2 handle captchas in email verification 2025-09-05 18:35:11 -04:00
Puyodead1 b8b9b038cf fixes and minor changes for email stuff 2025-09-05 18:03:59 -04:00
Puyodead1 5fafb6d156 fix an issue with NO_AUTHENTICATE routes 2025-09-05 17:47:42 -04:00