Commit Graph

4926 Commits

Author SHA1 Message Date
Rory& e25e0587de Fix bad imports 2025-12-16 08:23:13 +01:00
Rory& 2a383c10a1 Expire old sessions, update last seen on gateway heartbeat 2025-12-16 08:19:56 +01:00
Rory& 58da68b89e Gateway: update session last seen on heartbeat 2025-12-16 08:15:10 +01:00
Rory& 938f59c944 Less debug logging, more useful? 2025-12-16 07:47:24 +01:00
Rory& 151f9aaa4f What does this even return 2025-12-16 07:40:37 +01:00
Rory& 03a966bfc4 Session fixes 2025-12-16 07:21:43 +01:00
Rory& e98da0ac65 Upate session info 2025-12-16 07:00:41 +01:00
Rory& cad820d334 More maybe un-blowing-up 2025-12-16 06:46:51 +01:00
Rory& aa0e048688 IDE blew up again 2025-12-16 06:45:31 +01:00
Rory& 5590c3d363 Create sessions for new users 2025-12-16 06:44:30 +01:00
Rory& 8142d8cff9 Try/catch in GetSafeChannel to maybe catch createchannel errors???? 2025-12-16 05:15:50 +01:00
Rory& eafe79095e Update instance ban schema 2025-12-16 05:00:49 +01:00
Rory& da8c70b909 Token versioning start 2025-12-16 04:59:13 +01:00
Rory& 7b38f93817 Allow opting out of persisting instance bans on user delete endpoint 2025-12-16 04:59:13 +01:00
Rory& c218efb4d7 EndpointPrivate for api 2025-12-16 04:59:13 +01:00
Cyber 9c1e826d00 Merge pull request #1440 from CyberL1/fix/gh-webhook-events-more 2025-12-15 08:31:16 +01:00
Cyber a583d85d44 Merge branch 'spacebarchat:master' into fix/gh-webhook-events-more 2025-12-15 08:29:43 +01:00
CyberL1 13388870a1 fix: check if event is "opened" or "closed" 2025-12-15 08:28:59 +01:00
Rory& cb01b869ee fix cors 2025-12-15 02:43:37 +01:00
MathMan05 af00ba05f5 remove test 2025-12-14 23:31:01 +01:00
MathMan05 170e86b9cf fix minor bug breaking bot invites 2025-12-14 23:31:01 +01:00
Rory& 2b18c1a6c3 fix flake 2025-12-14 23:21:45 +01:00
Rory& 4534d4dbf5 admin api packaging 2025-12-14 23:18:35 +01:00
Rory& a4527d166a No longer generate security_jwtSecret, switch webauthn to modern tokens, dont 2025-12-14 00:49:13 +01:00
Rory& f3f8c1c9f8 force sync for sqlite 2025-12-14 00:13:52 +01:00
Rory& 03e6f8c7f2 Fix missing config usage for backup codes 2025-12-13 23:45:33 +01:00
Rory& 4bb3ff1aae Drop nonfunctional default ipdata key 2025-12-13 23:41:48 +01:00
Rory& 0be92b274a Update admin api db model to match TS 2025-12-13 23:34:36 +01:00
Rory& 4443b76dc7 Regenerate spacebar db for admin api 2025-12-13 23:15:53 +01:00
Rory& f60ceae1a0 Fix sqlite 2025-12-13 23:12:23 +01:00
Rory& fad824c935 No more sync:db on initial setup >:C >:C >:C 2025-12-13 22:57:29 +01:00
dank074 c95dd395c9 comment 2025-12-13 21:01:10 +01:00
dank074 1085754f52 try to handle race condition again 2025-12-13 21:01:10 +01:00
Rory& 91cf11ac6f Try adjusting CORS rules to make cookies work? 2025-12-13 20:16:42 +01:00
Rory& 6683dbac7b Prevent duplicate instance ban entries 2025-12-13 02:55:25 +01:00
Rory& 91c112c72f Delete user settings protos on account deletion 2025-12-13 02:51:25 +01:00
Rory& ca06653606 not milliseconds lol 2025-12-13 02:48:50 +01:00
Rory& 1a41d194bf Fix formatting oopsie 2025-12-13 02:47:49 +01:00
Rory& 5de70ca2c8 Log elapsed time for user delete 2025-12-13 02:44:12 +01:00
Rory& e6d22ccc47 Maybe?> 2025-12-13 02:24:22 +01:00
Rory& a834184690 Fix missing group by? 2025-12-13 02:10:23 +01:00
Rory& d41015862c Fix typo in getDmChannels helper 2025-12-13 02:07:35 +01:00
Rory& 3f5e25dd3f Add missing migration 2025-12-13 02:04:24 +01:00
Rory& dae89fd0af Instance ban stuff 2025-12-13 02:01:32 +01:00
Rory& 8a785da5e4 Fix CI tests 2025-12-12 23:58:59 +01:00
Rory& 811c1a25a9 More instance ban stuff 2025-12-12 23:31:09 +01:00
Rory& 1573e5a1d9 Instance ban: clean up DMs and guild ownerships, track instance bans 2025-12-12 23:28:20 +01:00
Rory& bdbf6d06b2 Fix IP tracking for bans 2025-12-12 22:56:02 +01:00
Rory& 23d0a8de55 Merge remote-tracking branch 'BrajamohanDas-afk/refactor/remove-getIpAddress' into HEAD 2025-12-12 22:51:32 +01:00
BrajamohanDas-afk eb94dd4b16 Refactor: Replace getIpAddress with req.ip 2025-12-12 22:46:28 +01:00