Commit Graph

4603 Commits

Author SHA1 Message Date
Cyber
3fcffd741a Merge pull request #1423 from CyberL1/fix/mobile-app 2025-12-04 17:10:37 +01:00
CyberL1
41e375f896 chore: re-generate openapi.json and schemas.json 2025-12-04 17:00:05 +01:00
CyberL1
c130810ad2 fix: highest_last_message_id is apparently a number and never a string
also I discovered that there's a bug in lambert-server's check function that ignores arrays of types
2025-12-04 16:59:31 +01:00
CyberL1
863f31fa35 fix: send presences array (empty for now) in READY event data 2025-12-04 16:56:39 +01:00
Rory&
a149bd06d7 Clean up cloud attachment debug logs 2025-12-04 11:05:40 +01:00
Rory&
4047c52f2d validate that endpoitns are configured 2025-12-04 11:01:18 +01:00
Rory&
13bbf5dbd5 Remove fallback URIs, remove endpointClient, expose admin api 2025-12-04 11:01:18 +01:00
Cyber
e981f491b7 Merge pull request #1422 from CyberL1/fix/github-embed-push-show-only-the-first-line 2025-12-03 22:32:07 +01:00
CyberL1
846c201166 fix: show only the first line of commit message 2025-12-03 22:31:10 +01:00
Rory&
9445109bf0 Always use req.ip when calling getIpAddress 2025-12-03 20:06:13 +01:00
Rory&
a5a520be06 wtf is wrong with ipdata 2025-12-03 20:00:26 +01:00
Rory&
f39d7f2c7e Bump deps 2025-12-03 18:58:34 +01:00
Rory&
0c059c9c83 Fix message ack schema 2025-12-02 21:29:54 +01:00
Cyber
9ce07b71ef Merge pull request #1420 from CyberL1/fix/gh-embeds-username-and-avatar 2025-12-02 21:21:02 +01:00
CyberL1
304f00f8ad fix: github webhok username and avatar are now more in-line with discord 2025-12-02 21:19:49 +01:00
Rory&
93f4a52fc0 createMessageWithDefaults: unset member 2025-12-02 21:07:31 +01:00
Rory&
ce5495a3c6 Log origin for missing roles 2025-12-02 20:52:45 +01:00
Rory&
6c9325d16c Trace origin for addToGuild call, warn if sending null roles 2025-12-02 20:50:26 +01:00
Rory&
be4e43df78 More gateway stuff 2025-12-02 19:58:54 +01:00
Rory&
dc5dadec04 Various gateway stuff 2025-12-02 19:47:20 +01:00
Rory&
58b6cabf9c Fix register 2025-12-02 19:45:30 +01:00
Rory&
5075837d55 Support deleting ACKs for type==channel 2025-12-02 18:06:00 +01:00
Rory&
563d3a4e7f Fix schema import 2025-12-02 17:38:44 +01:00
Rory&
309567a576 Exclude networking related schemas 2025-12-02 17:37:10 +01:00
Rory&
79c72396fd Extended IP address scrutiny on register 2025-12-02 17:33:22 +01:00
Rory&
1bd645f429 Enforce bans on invites, enforce quarantine, enforce IP ban 2025-12-02 17:31:07 +01:00
Rory&
8b10d85d29 Use IpDataClient in places 2025-12-02 16:46:08 +01:00
Rory&
31c6896e8a Dont export classes as default 2025-12-02 16:41:07 +01:00
Rory&
adc5482be7 Export util/networking 2025-12-02 16:38:37 +01:00
Rory&
02f9f4f7ef Always trim username updates 2025-12-02 16:36:29 +01:00
Rory&
bd93ba0e99 Template billing routes 2025-12-02 16:33:26 +01:00
Rory&
b0ea29bdab Forgot the configuration, lol 2025-12-02 16:33:26 +01:00
Rory&
8a8d3bc633 Classes for abuseipdb/ipdata 2025-12-02 16:33:26 +01:00
Cyber
cd30b0a656 Merge pull request #1419 from CyberL1/fix/send-204 2025-12-02 11:54:20 +01:00
CyberL1
4e4020e146 fix: send 204 even if event is invalid (discord does this, idk why) 2025-12-02 11:53:34 +01:00
Cyber
eb9b94e77f Merge pull request #1418 from CyberL1/refactor/github-webhook-embeds 2025-12-02 11:30:48 +01:00
CyberL1
03ef043190 chore: remove debug log 2025-12-02 11:30:01 +01:00
CyberL1
c07a30efab refactor: refactor github webhooks embeds to match discord's 2025-12-02 11:25:41 +01:00
dank074
7086680872 update schema for voiceIdentify 2025-12-02 01:36:23 +01:00
Rory&
3e66d27882 Update nix hashes 2025-12-01 22:48:08 +01:00
Rory&
094f6c261a Split time classes, include tests 2025-12-01 22:46:52 +01:00
Rory&
65f5ef0392 Fix base64 avatar stuff for webhooks 2025-12-01 21:08:03 +01:00
Rory&
4568165b82 File uploads: try form.getBuffer() 2025-12-01 21:05:12 +01:00
Rory&
25f7c0de5d Drop node-fetch-commonjs, proxy-agent as deprecated 2025-12-01 20:19:14 +01:00
Cyber
08fd82dd1b Merge pull request #1416 from MathMan05/channelSearch 2025-12-01 07:49:44 +01:00
Cyber
dfab4904be Merge branch 'master' into channelSearch 2025-12-01 07:49:37 +01:00
Cyber
c5c8bea877 Merge pull request #1415 from MathMan05/dupedEvents 2025-12-01 07:37:35 +01:00
Cyber
e13c5ccae6 Merge branch 'master' into dupedEvents 2025-12-01 07:37:27 +01:00
MathMan05
3a9821626f fix other bug 2025-11-30 23:41:00 -06:00
MathMan05
6bf6a961ea Implement channel search 2025-11-30 23:37:12 -06:00