MathMan05
|
9a2be1ff39
|
move the check to the right spot
|
2026-03-20 16:31:32 +01:00 |
|
Rory&
|
bd46a26594
|
Fix schemas for guild bans
|
2026-03-17 02:48:37 +01:00 |
|
Rory&
|
ef9c51fed1
|
Schemas for emojis
|
2026-03-17 02:42:57 +01:00 |
|
Rory&
|
ecea5540fa
|
Schemas for stickers
|
2026-03-17 02:36:54 +01:00 |
|
Rory&
|
6dc30c1f92
|
Fix errorneous log
|
2026-03-17 01:36:09 +01:00 |
|
Rory&
|
58ee3bbb4e
|
Fix some broken imports
|
2026-03-17 01:31:26 +01:00 |
|
Rory&
|
4c6ca65b44
|
CORS: change max age from 5s to 60s
|
2026-03-15 15:52:50 +01:00 |
|
Lisa Marie Maginnis
|
f109db3536
|
added missing author to replies
|
2026-03-15 14:47:20 +01:00 |
|
Lisa Marie Maginnis
|
25e90df28d
|
Added user and roles to PublicMember response to fix reactions
|
2026-03-15 14:46:54 +01:00 |
|
MathMan05
|
a408fdfdf1
|
give remove the same treatment
|
2026-03-15 14:46:54 +01:00 |
|
MathMan05
|
1a82e8f385
|
Fix adding reactions
|
2026-03-15 14:46:54 +01:00 |
|
Rory&
|
0b1d12d968
|
Some minor work
|
2026-03-14 06:13:32 +01:00 |
|
Rory&
|
f641215a0d
|
remove duplicate / in url regex
|
2026-03-14 05:45:38 +01:00 |
|
Rory&
|
8bb0b84b5e
|
Shorten imports
|
2026-03-14 05:43:42 +01:00 |
|
Rory&
|
e0783f7595
|
Remove unused imports for non-entities
|
2026-03-14 04:24:04 +01:00 |
|
Rory&
|
e9016900ca
|
Remove unnessecary continue statements
|
2026-03-14 04:11:00 +01:00 |
|
Rory&
|
0370985a4e
|
Clean up some type guards
|
2026-03-14 04:09:37 +01:00 |
|
Rory&
|
6e8292508e
|
minor cleanup
|
2026-03-14 04:03:56 +01:00 |
|
Rory&
|
a451f92e67
|
properly mark unused params
|
2026-03-14 03:59:28 +01:00 |
|
Rory&
|
c882be5267
|
Use plain assignment for permissions in message handler
|
2026-03-14 03:31:39 +01:00 |
|
Rory&
|
b5e63c06b6
|
Qodana: fix async warnings
|
2026-03-14 03:26:26 +01:00 |
|
CyberL1
|
004b11c55c
|
fix: around parameter returning invalid sort
|
2026-03-13 18:59:27 +01:00 |
|
Rory&
|
f9f1d8776b
|
API: fire SB_SESSION_REMOVE upon logging out a session
|
2026-03-13 03:50:39 +01:00 |
|
Rory&
|
47b2460dce
|
fix: fall back to undefined in message create
|
2026-03-07 02:09:32 +01:00 |
|
MathMan05
|
a8ba2d6553
|
sticker impl
|
2026-03-07 01:42:27 +01:00 |
|
Rory&
|
3d7aa63681
|
Fix guild settings not using .save, nor beign awaited
|
2026-03-07 00:57:55 +01:00 |
|
Rory&
|
06feec236e
|
Fix indents in interactions copyright notice
|
2026-03-07 00:52:26 +01:00 |
|
Rory&
|
91a9029046
|
[rel/1518] Interaction failure reason enum, add missing copyright headers
|
2026-03-07 00:13:03 +01:00 |
|
Rory&
|
7001a4c382
|
[cherry/1518] Webhooks: respect thread_id parameter
|
2026-03-06 22:50:26 +01:00 |
|
Rory&
|
7fefb35458
|
Option to disable logging route registrations
|
2026-02-27 11:10:10 +01:00 |
|
whinis
|
3e7ecbc4a1
|
added clean_data to places after a member is created but not constructed to allow proper json creation.
|
2026-02-26 06:55:18 +01:00 |
|
Rory&
|
0a1e4e9d6b
|
Add /_spacebar/api/version - resolves #1222
|
2026-02-25 10:49:05 +01:00 |
|
Rory&
|
ddfae45ed0
|
Try to inherit permissions from everyoen role on creation (may be wrong)
|
2026-02-25 08:47:26 +01:00 |
|
Rory&
|
aaa65c32cb
|
Create role for bots - fixes #1556
|
2026-02-25 08:23:31 +01:00 |
|
Rory&
|
1926e8cf34
|
Fix message embeds not being nullable
|
2026-02-25 08:15:37 +01:00 |
|
Rory&
|
7b04349878
|
Lower missing route to WARN, add empty route middlewares
|
2026-02-25 08:08:39 +01:00 |
|
Rory&
|
4bc313872e
|
Merge remote-tracking branch 'mathium05/memberEditScrewUp'
|
2026-02-25 07:20:29 +01:00 |
|
Pablo Stebler
|
013c8d8e7a
|
Add support for attachment:// urls
Closes #1551.
|
2026-02-25 07:14:30 +01:00 |
|
Rory&
|
763cfe872c
|
Merge remote-tracking branch 'mathium05/refineSearch'
|
2026-02-25 07:12:44 +01:00 |
|
Rory&
|
49516f018c
|
Fix read state type field - fixes #1559
|
2026-02-25 05:55:50 +01:00 |
|
MathMan05
|
f9d2c50aa9
|
fix up searching
|
2026-02-23 16:14:47 -06:00 |
|
Rory&
|
2775d5aa0b
|
Faster pings
|
2026-02-23 06:53:08 +01:00 |
|
Rory&
|
9896376b41
|
Discovery fixes, nix updates
|
2026-02-23 02:26:58 +01:00 |
|
whinis
|
954a61f6b6
|
The ChainingOperator didn't work as expected. This fixes that.
|
2026-02-18 22:44:55 +01:00 |
|
MathMan05
|
f7edd46153
|
fix post data
|
2026-02-18 14:20:52 +01:00 |
|
whinis
|
b2c9c8309e
|
Add some optional chaining to prevent issue with embeds
|
2026-02-18 14:19:15 +01:00 |
|
MathMan05
|
7d0a5f5d96
|
fix post data
|
2026-02-17 12:55:56 -06:00 |
|
whinis
|
9bd8fc2c09
|
Add Decorators to clean classes before json serialization and remove invalid states.
|
2026-02-17 18:20:31 +01:00 |
|
Rory&
|
961cb9a7e2
|
API: request embeds in US english preferred
Build docker images / build (cdn) (push) Failing after 1m17s
Build docker images / build (admin-api) (push) Failing after 4m16s
Style / build (24.x) (push) Failing after 1m22s
Build docker images / build (api) (push) Failing after 1m29s
Build docker images / build (default) (push) Failing after 54s
Build docker images / build (cdn-cs) (push) Failing after 1m17s
Build docker images / build (gateway) (push) Failing after 58s
Build docker images / build (gateway-offload) (push) Failing after 1m17s
Build / build (24.x) (push) Successful in 1m23s
Nix build / build-nix (push) Failing after 1m15s
|
2026-02-17 03:35:47 +01:00 |
|
Rory&
|
863f16f4f5
|
API: fix youtube embed
|
2026-02-17 03:21:09 +01:00 |
|