summary refs log tree commit diff
path: root/extra/admin-api/Models/Spacebar.Models.Gateway/CloseCode.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2026-05-03switch to harmony-erlpackRory&4-428/+34
2026-05-03handle constraints on webhook deleteRory&1-1/+32
2026-04-29Clarify STORAGE_FORCE_PATH_STYLE env behaviorohmwraith1-1/+1
2026-04-29Implement S3 force path-style supportohmwraith2-2/+10
2026-04-28Register: cache blocked IPsRory&4-325/+402
2026-04-26Document why ImageProxy.ts existsRory&1-0/+1
2026-04-25Add deprecation warning for database configRory&1-0/+9
2026-04-24Constrain role name lengthsRory&2-0/+6
2026-04-24Move email domain lists to assetsRory&2-0/+0
2026-04-24Refactor update-deps.cs, update dotnet depsRory&51-1727/+479
2026-04-24Fix CDN s3 importRory&1-1/+1
2026-04-21Hexdump CDN hashesRory&4-0/+145
2026-04-20Update genIndex to add ane xtra newlineRory&1-0/+1
2026-04-20Clean up schemas a bitRory&2-0/+19
2026-04-20Clean up schemas/uncategorised a bitRory&7-1/+58
2026-04-20Clean up schemas/responses a bitRory&16-34/+35
2026-04-20Clean up schemas/gateway a bitRory&7-18/+57
2026-04-20Clean up schemas/api a bitRory&16-14/+137
2026-04-20Clean up imports in schemas/api/botsRory&18-194/+177
2026-04-20Merge AckBulkSchema into MessageAcknowledgeSchema.tsRory&4-27/+9
2026-04-19Clean some unused importsRory&2-3/+2
2026-04-19Fix guild discoveryRory&2-4/+4
2026-04-19Update readmeRory&1-6/+9
2026-04-19eslint: reapply after rebasing on #1631Rory&1-1/+1
2026-04-19eslint: yodaRory&4-5/+7
2026-04-19eslint: default-caseRory&3-0/+17
2026-04-19eslint: arrow-body-style=as-neededRory&20-203/+147
2026-04-19eslint: no-promise-executor-returnRory&10-15/+16
2026-04-19eslint: more rules, no-duplicate-importsRory&11-29/+19
2026-04-19eslint: array callback return, no restricted importsRory&72-141/+175
2026-04-19Minor package updatesRory&2-39/+39
2026-04-19CDN: clean up unused importsRory&16-133/+16
2026-04-19fix comment typoCyberL11-1/+1
2026-04-19remove oversightCyberL11-4/+0
2026-04-19fix: expose metadata if should be visibleCyberL11-1/+2
2026-04-19fix: expose only public propertiesCyberL13-2/+53
2026-04-19fix: select `visibility` on `connected_accounts`CyberL11-0/+11
2026-04-19Make connections more verbose and include some setup instructionsRory&24-247/+122
2026-04-18NPM updates: typescript 6.0Rory&2-5/+5
2026-04-18NPM updates: amqplibRory&2-30/+7
2026-04-18NPM updates 2Rory&7-77/+121
2026-04-18NPM updateRory&4-551/+408
2026-04-18Run prettier, remove accidental importsRory&3-12/+10
2026-04-18Attachment -> PublicAttachment in schemasRory&6-102/+328
2026-04-18Remove irrelevant TODORory&1-1/+0
2026-04-18Fix TOTPRory&2-2/+2
2026-04-18Fix error logging, dont use simple-arrayRory&13-20/+76
2026-04-18Split out attachment handling from message handlerRory&5-268/+278
2026-04-18Attempt to set channel/message id for attachments in more placesRory&2-1/+3
2026-04-18handleMessage: set message id for cloud attachmentsRory&1-0/+4
2026-04-18Gateway: get around some typeorm weirdnessRory&1-0/+4
2026-04-18Update CS models, depsRory&121