Commit Graph
5714 Commits
Author SHA1 Message Date
ald_productions 85482d2d76 fix(migration): Ensure that only ONE server can attempt to apply migrations at a time
Resolves a race condition in which non-bundled environments can attempt to run migrations simultaniously. When this occurs, the migrations can break.
2026-07-08 22:19:50 -07:00
Rory& 12ac9005be Nix: package spacebar SDK and tests 2026-07-08 23:54:52 +02:00
Rory& 74399275eb Nix: run node tests in unwrapped checkPhase 2026-07-08 21:58:44 +02:00
Rory& 836a4e3f21 nix test vm: expose 8443->443 2026-07-08 03:24:11 +02:00
Rory& e313626760 Clean up nix test vm to more closely match prod 2026-07-08 03:12:54 +02:00
Rory& 6b19fd3e5c Nix: handle klipy api key path 2026-07-08 02:07:12 +02:00
Rory& 4bb0f39a43 Add endpoint to get enabled/known gif providers 2026-07-08 01:20:38 +02:00
Rory& 74798344ea Switch default GIF provider to klipy since tenor is no longer supported 2026-07-08 01:20:38 +02:00
Rory& 2953297901 Fix type for trending gifs query 2026-07-08 01:20:38 +02:00
Rory& 13823053a3 KlipyTrendingResponse -> KlipyGifsResponse 2026-07-08 01:20:38 +02:00
Rory& beeb0c84a7 Convert tenor to klipy outright since tenor shut down last night... 2026-07-08 01:20:38 +02:00
Rory& 8b70cd42bd Add SingletonCache, implement caching for tenor 2026-07-08 01:20:38 +02:00
Rory& 0042d3c5c9 Some cleanup with gifs 2026-07-08 01:20:38 +02:00
Rory& 72a1d653c8 Rename some more schemas 2026-07-08 01:20:38 +02:00
Rory& 091b0e3536 Migrate trending gifs to providers 2026-07-08 01:20:38 +02:00
Rory& 28e8ec3b6c Clean up 2026-07-08 01:20:38 +02:00
Rory& ee57b28c32 Basic gif integration manager, port tenor search to that 2026-07-08 01:20:38 +02:00
Rory& 52f2e814f9 Remove a log that bothered me 2026-07-08 01:20:38 +02:00
Rory& c79f584dc7 Narrow some types from object to JsonObject in C# models 2026-07-05 04:22:26 +02:00
Rory& c641b45e58 Basic gif search test 2026-07-05 00:59:53 +02:00
Rory& 75506ff246 Merge remote-tracking branch 'aldproductions/rename-unused-rights' 2026-07-05 00:17:58 +02:00
ald_productions 1cfe3bee62 Add comments explaining what each unused right used to be 2026-07-04 14:53:36 -07:00
ald_productions d5f49f84c3 Remove unused flags to make them easier to split and filter out
Methodology: A flag was considered unused if it was exclusively mentioned in deffinitions and the "DiscordLike" flag list. If a flag was seen being used anywhere else in the code, it was left as-is.
2026-07-04 10:15:20 -07:00
Rory& 969bc99c10 Update C# outputs.nix to include API models 2026-07-03 16:15:44 +02:00
Rory& 066e9863d6 Update C# db models 2026-07-03 15:51:18 +02:00
Rory& 26485273c7 Fix migration for app commands version 2026-07-03 15:49:08 +02:00
Rory& 04f83f980c Let typeorm have its fun the rest of the way 2026-07-03 15:44:42 +02:00
Rory& d58aab06a7 Fix constraint names 2026-07-03 15:40:47 +02:00
Rory& 635ae3c749 Fix column names for join tables 2026-07-03 15:40:17 +02:00
Rory& 5289d79eb7 Fix some missed column types 2026-07-03 15:39:09 +02:00
Rory& ab077b2de1 Fix instance ban index names 2026-07-03 15:34:07 +02:00
Rory& 3d314c673c Set index names and fix type for instance bans 2026-07-03 15:29:57 +02:00
Rory& 11fa9d2180 Throw proper error when emoji isnt found 2026-07-01 19:46:31 +02:00
Rory& 15dae644a9 Restrict reading of application emojis 2026-07-01 19:46:31 +02:00
Rory& 0e4ac09490 Handle non-existant applications more gracefully 2026-07-01 19:46:31 +02:00
Rory& 1a5ae2a015 Enforce that a given applications emoji set can only be modified by the application itself, or its owner 2026-07-01 19:46:31 +02:00
Rory& f489279633 Update C# db models 2026-07-01 19:46:31 +02:00
Rory& e780079eb0 Add tests for guild/app emojis 2026-07-01 19:46:31 +02:00
Rory& 59a81537e0 Add application emojis implementation based on the guilds one, models 2026-07-01 19:46:31 +02:00
Rory& 6da128bdfd Assert that emoji being updated belongs to the requested guild 2026-07-01 19:46:31 +02:00
Rory& 49c21fb71c Fix import in application entity 2026-07-01 19:46:31 +02:00
Rory& c6e7530b81 Emoji application migration, set explicit foreign key constraint names 2026-07-01 19:46:31 +02:00
Rory& 4368fef1c7 Update package.json to point to the right database.js 2026-07-01 19:46:31 +02:00
Rory& cf6cc9bd22 Adjust emoji source to support app emojis 2026-07-01 19:46:31 +02:00
Rory& a65cbf61f6 Update emoji/application entities to support application emojis 2026-07-01 19:46:31 +02:00
Oh64andRory& 36a97a4aca fix user settings patch route 2026-07-01 16:41:40 +02:00
Rory& 53f23a666d Update C# dep lockfiles 2026-06-30 18:52:14 +02:00
Rory& 1dd3825ea0 Various C# continuations 2026-06-30 18:35:29 +02:00
Rory& 472d1159b1 Various tests stuff 2026-06-30 18:34:25 +02:00
Rory& ef454ab70a Dont (re-/)add embeds if message has embed suppressed 2026-06-29 17:39:49 +02:00