summary refs log tree commit diff
path: root/extra (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move to TS7Rory&9 days1-1/+1
* Discovery schemasRory&10 days1-0/+109
* Fix categories typeRory&11 days1-0/+1
* Add attachment list APIRory&2026-08-023-1/+94
* Multi message attachment testRory&2026-07-171-1/+46
* Token scope for password resetsRory&2026-07-161-1/+28
* Debug testsRory&2026-07-153-46/+48
* Fix testsRory&2026-07-152-6/+12
* Fix webhook message edit testRory&2026-07-152-1/+8
* Add webhook message delete testRory&2026-07-152-8/+23
* Add webhook message get/update/deleteRory&2026-07-151-1/+28
* Basic gateway testsRory&2026-07-154-9/+165
* Skip Klipy tests in nixosTestsRory&2026-07-113-1/+6
* Systemd notify hooks, move nixos integration tests to a systemd serviceRory&2026-07-112-4/+4
* Constrain test usernames to 32 charsRory&2026-07-104-6/+7
* Update nix flake locksRory&2026-07-101-3/+3
* Nix: package spacebar SDK and testsRory&2026-07-086-13/+534
* Convert tenor to klipy outright since tenor shut down last night...Rory&2026-07-081-2/+5
* Some cleanup with gifsRory&2026-07-081-0/+17
* Migrate trending gifs to providersRory&2026-07-082-2/+45
* Narrow some types from object to JsonObject in C# modelsRory&2026-07-054-12/+16
* Basic gif search testRory&2026-07-052-0/+82
* Merge remote-tracking branch 'aldproductions/rename-unused-rights'Rory&2026-07-051-31/+31
|\
| * Add comments explaining what each unused right used to beald_productions2026-07-041-31/+31
| * Remove unused flags to make them easier to split and filter outald_productions2026-07-041-31/+31
* | Update C# outputs.nix to include API models dev/reconciledbbigintRory&2026-07-031-0/+6
* | Update C# db modelsRory&2026-07-0315-177/+182
|/
* Update C# db modelsRory&2026-07-015-4/+25
* Add tests for guild/app emojisRory&2026-07-013-2/+268
* Update C# dep lockfilesRory&2026-06-301-0/+25
* Various C# continuationsRory&2026-06-309-19/+237
* Various tests stuffRory&2026-06-304-9/+95
* Guard embedless messages when checking for poll results, add reply testsRory&2026-06-283-0/+39
* Include online session count in member list logsRory&2026-06-241-1/+4
* op14: dont account for roles when including offline membersRory&2026-06-241-3/+2
* op14: deduplicate group adding codeRory&2026-06-241-34/+20
* op14: add todo to reduce data sentRory&2026-06-241-0/+1
* Op14: abstract base query for members by groupRory&2026-06-241-24/+18
* Op14: handle serialisation logic for member to include presenceRory&2026-06-241-2/+16
* Op14: fix offline query by mandating that *all* sessions must be offlineRory&2026-06-231-7/+7
* Op14: return offline presence for users with no sessionsRory&2026-06-231-2/+2
* Op14: always query sessions...Rory&2026-06-231-0/+2
* Op14: Handle ranges, in theoryRory&2026-06-231-28/+30
* Op14: remove intermediary classRory&2026-06-231-46/+14
* Fix compile errorsRory&2026-06-232-0/+2
* Serialize null propertiesRory&2026-06-231-1/+1
* Include presence in op14 responseRory&2026-06-235-5/+72
* Member list kinda works now? dev/lazyrequestRory&2026-06-238-69/+232
* Get basic member list working in offloadRory&2026-06-213-32/+142
* Publish LazyRequest typescript attempt, partial C# implRory&2026-06-215-13/+115
* More testsRory&2026-06-1910-13/+197
* Update basic depsRory&2026-06-1942-336/+172
* More testsRory&2026-06-192-22/+43
* Minor CDN-CS workRory&2026-06-196-6/+6
* Fix cloud attachments (dont circular import in cdn)Rory&2026-06-182-31/+39
* Some message testsRory&2026-06-182-0/+219
* More webhook testsRory&2026-06-171-16/+78
* Bcrypt worker threadsRory&2026-06-112-2/+3
* Clean up tests a littleRory&2026-06-0910-132/+96
* Use better permissions when handling webhook mentionsRory&2026-06-051-4/+1
* Unit tests for webhooksRory&2026-06-0510-11/+255
* Some basic unit testsRory&2026-06-0514-0/+437
* More C# models, split basic client SDK from clientRory&2026-06-0517-27/+241
* Add grafana dashboardRory&2026-05-281-0/+1734
* Fix db models buildRory&2026-05-251-2/+1
* side tangent: update C# DB model, fix admin api authRory&2026-05-2517-77/+307
* cs: bump microsoft/system.*Rory&2026-05-1924-217/+218
* cs: bump Magick.NETRory&2026-05-1920-50/+50
* client: basic message parsing, gateway listeningRory&2026-05-1718-29/+664
* Add WIP clientRory&2026-05-0848-30/+1366
* Offload compile fixRory&2026-05-081-7/+26
* Update CS modelsRory&2026-05-0813-2/+690
* CDN-CS workRory&2026-05-048-47/+80
* Refactor update-deps.cs, update dotnet depsRory&2026-04-2450-1706/+451
* Update CS models, depsRory&2026-04-18121-857/+1007
* CDN-CS: support passing a bin path as cdn worker -> forks a new procRory&2026-04-126-17/+63
* CDN-CS: it works!!!Rory&2026-04-1218-480/+570
* Cdn cs worker cleanupRory&2026-04-1119-253/+220
* Functioning CDN-CS workersRory&2026-04-119-15/+234
* C# outputs.nix: factor out a let..in to outer levelRory&2026-04-101-181/+178
* Switch over all c# stuff to use buildSpacebarDotnetModuleRory&2026-04-101-284/+246
* Fix cdn worker docker iamgesRory&2026-04-101-11/+13
* Clean up update scriptRory&2026-04-102-35/+49
* Add nix packages for all worker variantsRory&2026-04-1012-0/+258
* Honor passed packNupkg valueRory&2026-04-061-1/+1
* Update deps.json for cdn-csRory&2026-04-061-2/+2
* Fix indentation slightly in cs outputs.nixRory&2026-04-061-10/+10
* CS-CDN changes from worker stuffRory&2026-04-065-60/+60
* Introduce CDN worker skeletonRory&2026-04-0618-39/+512
* Update dotnet depsRory&2026-03-2812-137/+1332
* Re-scaffold C# dbRory&2026-03-288-33/+230
* some type fixes in UApiRory&2026-03-202-19/+21
* GatewayOffload: rename to OffloadRory&2026-03-1917-17/+20
* Remove unused autoupdater codeRory&2026-03-141-3/+0
* Update nix locks for nuget depsRory&2026-03-1416-348/+388
* Update nuget depsRory&2026-03-1414-19/+20
* gateway offload workRory&2026-03-132-3/+3
* nix: fix deps for admin apiRory&2026-03-131-0/+2
* CS: make replication messages typed, some offload workRory&2026-03-1316-35/+291
* admin api: send SB_SESSION_REMOVE when deleting userRory&2026-03-131-0/+6
* cs: Add session_id and reconnect_delay to replicationmessageRory&2026-03-131-0/+6
* nix: quieten dotnet outputRory&2026-03-111-1/+1
* WIP cdn-cs stuff dev/emma/gateway-batch-presence-lookupRory&2026-03-1110-44/+123
* nix/cdn workRory&2026-02-288-86/+223
* Add UAPI changesRory&2026-02-282-4/+6
* CS: reduce warning count for modelsRory&2026-02-271-0/+3
* UApi: partial work on filling in wrappers for non-json endpointsRory&2026-02-262-0/+98
* UApi/models: permissions?Rory&2026-02-263-0/+103
* UApi work, nix test vm cleanupRory&2026-02-253-0/+86
* Discovery fixes, nix updatesRory&2026-02-232-6/+21
* Guild discovery admin uiRory&2026-02-214-4/+147
* fix uapi depsRory&2026-02-215-54/+69
* Admin API discovery stuffRory&2026-02-214-11/+333
* C# deps updatesRory&2026-02-2134-1778/+408
* Fix deps for admin apiRory&2026-02-201-100/+5
* webrtc package by defaultRory&2026-02-201-1/+1
* cdn fsck fix testRory&2026-02-201-7/+19
* UAPI workRory&2026-02-206-6/+103
* Admin API workRory&2026-02-207-16/+258
* C# depsRory&2026-02-2011-189/+346
* Nix admin api plumbingRory&2026-02-163-3/+3
* Some unfinished templates workRory&2026-02-157-1/+120
* Clean up admin api a bitRory&2026-02-156-196/+175
* cs: create uapi projectRory&2026-02-1310-3/+196
* C# extensions: migrate to slnxRory&2026-02-112-387/+39
* More C# progressRory&2026-02-1120-35/+400
* C# gw offload work, schema-izing stuffRory&2026-02-0618-46/+554
* More nix stuffRory&2026-02-0416-170/+449
* Make builds for C# atomic, fix depsRory&2026-02-0416-61/+551
* Add deps.json for cs db modelsRory&2026-02-041-0/+247
* Basic gateway offload server and op12Rory&2026-02-0310-0/+432
* Update cs admin api to use abstracted authRory&2026-02-0311-143/+51
* Abstract out C# authRory&2026-02-036-0/+261
* Update C# db modelsRory&2026-02-0349-138/+161
* Clean up some scriptsRory&2026-02-033-29/+37
* cdn-cs updatesRory&2026-01-3012-3/+706
* cs cdn interop stuffRory&2026-01-297-18/+141
* Update dotent dep locksRory&2026-01-268-491/+456
* C# dependency updates, CDN-CS workRory&2026-01-2643-1046/+478
* Update nix depsRory&2026-01-176-404/+103
* Add explicit dep on EFCore to resolve compiler errorRory&2026-01-172-528/+2
* Update nix nuget depsRory&2026-01-174-0/+1113
* Setting myself up for failureRory&2026-01-1731-759/+813
* Restructure extrasRory&2026-01-17107-244/+382
* Sync CS db modelRory&2026-01-115-16/+43
* CDN-CS stuffRory&2026-01-1120-0/+1053
* Add sticker manager in non admin section of admin api test clientRory&2025-12-293-3/+252
* Fix deps hashes for extrasRory&2025-12-299-109/+69
* C#: db config modelRory&2025-12-255-88/+587
* WIP C# stuffRory&2025-12-2510-51/+358
* Fix dockerRory&2025-12-231-2/+2
* More flake checksRory&2025-12-171-1/+1
* nix: add admin api docker imageRory&2025-12-171-23/+23
* admin api packagingRory&2025-12-14122-134/+2106
* Update admin api db model to match TSRory&2025-12-138-27/+57
* Regenerate spacebar db for admin apiRory&2025-12-1311-52/+184
* admin api: clean up importsRory&2025-11-252-2/+0
* Admin API: Check rights, require OPERATORRory&2025-11-245-12/+125
* Admin API: .NET 10Rory&2025-11-249-22/+25
* Automod mayhaps?Rory&2025-10-181-17/+21
* Admin api changesRory&2025-10-1428-33/+1276
* Why wasnt this included?Rory&2025-10-0544-0/+59588
* Fix admin api buildRory&2025-10-053-15/+8
* Fix nix, update admin api db modelsRory&2025-10-0512-15/+370
* More admin API fun dev/admin-apiEmma [it/its]@Rory&2025-10-055-6/+105
* Further admin api workEmma [it/its]@Rory&2025-10-0517-20/+642
* Local changesEmma [it/its]@Rory&2025-10-0563-30/+1885
* Rewrite access tokens, initial admin apiEmma [it/its]@Rory&2025-10-0561-0/+5090