Commit Graph

5443 Commits

Author SHA1 Message Date
Rory&
e1b01bb8f1 NPM updates 2 2026-04-18 19:42:03 +02:00
Rory&
91521574d9 NPM update 2026-04-18 18:47:00 +02:00
Rory&
fc5b569d74 Run prettier, remove accidental imports 2026-04-18 18:26:34 +02:00
Rory&
74b6c03c52 Attachment -> PublicAttachment in schemas 2026-04-18 18:26:34 +02:00
Rory&
07286e3f96 Remove irrelevant TODO 2026-04-18 18:26:34 +02:00
Rory&
4beb23fc22 Fix TOTP 2026-04-18 18:26:34 +02:00
Rory&
50aacea114 Fix error logging, dont use simple-array 2026-04-18 18:26:34 +02:00
Rory&
a3d8a427aa Split out attachment handling from message handler 2026-04-18 18:26:34 +02:00
Rory&
81d44788c6 Attempt to set channel/message id for attachments in more places 2026-04-18 18:26:34 +02:00
Rory&
e40579fe33 handleMessage: set message id for cloud attachments 2026-04-18 18:26:34 +02:00
Rory&
3687202788 Gateway: get around some typeorm weirdness 2026-04-18 18:26:34 +02:00
Rory&
7dcccdcd6c Update CS models, deps 2026-04-18 18:26:34 +02:00
Rory&
b2990b5a2e Fix up some straggler columns 2026-04-18 18:26:34 +02:00
Rory&
19f4f4724a Fix missed relations 2026-04-18 18:26:34 +02:00
Rory&
58425a5274 Fix attachments 2 2026-04-18 18:26:34 +02:00
Rory&
103922e841 Fix attachments 2026-04-18 18:26:34 +02:00
Rory&
5b501fa8da No attachment URLs 2026-04-18 18:26:34 +02:00
Rory&
91670d763e jsonb 2026-04-18 18:26:34 +02:00
Rory&
ed3d39e8f4 re-reconcile migrations 2026-04-18 18:26:34 +02:00
Rory&
c7b01a2fed int8 primary keys 2026-04-18 18:26:34 +02:00
Rory&
1549ea837a Add media1.tenor.com explicitly as image handler 2026-04-14 01:19:11 +02:00
Rory&
99a6de0cdb Explicitly specify status for temp sessions, since that suddenly broke...? 2026-04-13 23:24:24 +02:00
Rory&
dfc4776a65 Fix op19 property not found error 2026-04-13 23:11:17 +02:00
Rory&
e0204f76cf Make presence clear async, clean up temp session code 2026-04-13 22:41:57 +02:00
Rory&
05fba68bb3 Presence disconnect works! 2026-04-13 18:58:21 +02:00
Rory&
10a973eced Time out presence
Sourced from #1541

Co-authored-by: Davide <137603413+LW-Davide@users.noreply.github.com>
2026-04-13 16:00:10 +02:00
Rory&
ad245d029f Mark users as offline when gateway connection is closed
Part of #1541

Co-authored-by: Davide <137603413+LW-Davide@users.noreply.github.com>
2026-04-13 15:55:32 +02:00
Rory&
ad55d0aa93 prep for presence 2026-04-13 15:42:44 +02:00
Rory&
a6aecc1cc2 testvm: unwrap vmVariant settings 2026-04-13 14:23:46 +02:00
Rory&
0ae2ccff5f Emit presence on identify, support deduped gw events 2026-04-13 14:08:29 +02:00
Rory&
b044912b67 Update nix 2026-04-13 13:45:24 +02:00
whinis
09310bce4f Align Message object with API spec 2026-04-13 12:11:07 +02:00
whinis
310d292e9a Fix Typing event so that it returns undefined rather than null
Added clean data to message entity so it respects json tags.
2026-04-13 12:11:07 +02:00
whinis
f9147b78ca Maybe fix an issue elisa had with discord.py 2026-04-13 12:11:07 +02:00
whinis
195d379e33 Added the @JsonRemoveEmpty decrorator to most of the fields in the message class. Hopefully shouldn't break anything. 2026-04-13 12:11:07 +02:00
Rory&
afceef45b6 nix: dont set __nugetDeps if nugetDeps isnt set 2026-04-12 21:19:29 +02:00
Rory&
c24ef4c8a3 CDN-CS: support passing a bin path as cdn worker -> forks a new proc 2026-04-12 21:04:22 +02:00
Rory&
a92d127ff6 CDN-CS: it works!!! 2026-04-12 02:21:09 +02:00
Rory&
1d76274546 Cdn cs worker cleanup 2026-04-11 21:39:47 +02:00
Rory&
6b429fcde9 Functioning CDN-CS workers 2026-04-11 15:41:18 +02:00
Rory&
7b382646e4 C# outputs.nix: factor out a let..in to outer level 2026-04-10 00:57:07 +02:00
Rory&
a11d51dac0 Switch over all c# stuff to use buildSpacebarDotnetModule 2026-04-10 00:54:52 +02:00
Rory&
4a745df086 Fix buildSpacebarDotentModule 2026-04-10 00:51:15 +02:00
Rory&
9bdc00ecf5 Fix cdn worker docker iamges 2026-04-10 00:50:23 +02:00
Rory&
84c4fc7298 Clean up update script 2026-04-10 00:45:32 +02:00
Rory&
f9a7c88d13 Add nix packages for all worker variants 2026-04-10 00:28:56 +02:00
Rory&
e431c6d4f1 Honor passed packNupkg value 2026-04-06 14:28:55 +02:00
Rory&
71d8c1590f Update deps.json for cdn-cs 2026-04-06 14:28:55 +02:00
Rory&
781146a9f0 Fix tests, maybe fix VM config 2026-04-06 14:28:55 +02:00
Rory&
42232f9c1a Fix indentation slightly in cs outputs.nix 2026-04-06 14:28:55 +02:00