summary refs log tree commit diff
path: root/extra/admin-api/Models/Spacebar.Models.Config/ServerConfiguration.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2026-03-18final pk fixesMathMan054-142/+214
2026-03-18merge the functionsMathMan054-57/+60
2026-03-18make some correctionsMathMan055-19/+35
2026-03-18make better errorMathMan051-1/+1
2026-03-18remove weird debuggingMathMan051-2/+1
2026-03-18invert ifMathMan051-7/+7
2026-03-18that shouldn't existMathMan051-13/+0
2026-03-18fixesMathMan052-2/+3
2026-03-18remove logMathMan051-1/+0
2026-03-18inline constantMathMan051-2/+1
2026-03-18fix typoMathMan052-2/+2
2026-03-18enum for failureMathMan051-1/+1
2026-03-18remove logMathMan051-1/+0
2026-03-18correct commentMathMan051-1/+1
2026-03-18returnMathMan051-1/+1
2026-03-18keep it safeMathMan051-1/+14
2026-03-18remove logsMathMan051-3/+0
2026-03-18don't do thatMathMan051-0/+3
2026-03-18call to jsonMathMan054-7/+7
2026-03-18more pk fixesMathMan055-12/+11
2026-03-18fix moreMathMan051-0/+1
2026-03-18fixes for pluralkitMathMan056-24/+122
2026-03-18a lot of small fixesMathMan058-3/+39
2026-03-18remove some extrasMathMan051-8/+0
2026-03-18fix many bugsMathMan052-25/+31
2026-03-18sign hereMathMan051-9/+5
2026-03-18it ain't asyncMathMan053-10/+8
2026-03-18sign 'emMathMan054-11/+90
2026-03-18maybe processing media?MathMan051-13/+89
2026-03-18v2 init workMathMan052-30/+183
2026-03-18switch messages to base message typeMathMan055-8/+9
2026-03-18move the check to the right spotMathMan052-41/+53
2026-03-17Fix schemas for guild bansRory&5-25/+26
2026-03-17Schemas for emojisRory&4-2/+114
2026-03-17Schemas for stickersRory&7-275/+381
2026-03-17Color coded logging for missing request/response schemas in openapiRory&2-5/+35
2026-03-17Fix errorneous logRory&1-2/+1
2026-03-17openapi.js: explicitly disable LOG_ROUTESRory&1-0/+2
2026-03-17Fix some broken importsRory&2-2/+2
2026-03-16Array method to get distinct items by a selectorRory&1-0/+12
2026-03-16Clean up schemas some moreRory&6-682/+66
2026-03-16Update pion-webrtc moduelRory&1-3/+3
2026-03-16Update npm packagesRory&2-44/+54
2026-03-15CDN/Attachments: allow access by server request sigRory&1-5/+12
2026-03-15CORS: change max age from 5s to 60sRory&1-1/+1
2026-03-15Added two new configuration options for SMTP: "starttls" andLisa Marie Maginnis2-19/+24
2026-03-15added missing author to repliesLisa Marie Maginnis1-1/+4
2026-03-15Added user and roles to PublicMember response to fix reactionsLisa Marie Maginnis1-1/+9
2026-03-15give remove the same treatmentMathMan052-2/+5
2026-03-15Fix adding reactionsMathMan052-10/+14
2026-03-14Some minor workRory&8-76/+10
2026-03-14Remove array global pollutionRory&5-151/+127
2026-03-14remove duplicate / in url regexRory&1-1/+1
2026-03-14Shorten importsRory&60-299/+300
2026-03-14Remove unused imports for entitiesRory&9-17/+10
2026-03-14Remove unused imports for non-entitiesRory&40-411/+824
2026-03-14Fix some JSdoc errorsRory&3-5/+6
2026-03-14Remove unnessecary continue statementsRory&2-3/+1
2026-03-14Clean up some type guardsRory&4-9/+6
2026-03-14minor cleanupRory&2-3/+1
2026-03-14properly mark unused paramsRory&27-39/+78
2026-03-14lambert-server: remove unused codeRory&3-59/+2
2026-03-14Snowflake: remove unused binaryToID functionRory&1-30/+0
2026-03-14Remove unused autoupdater codeRory&3-94/+0
2026-03-14Use plain assignment for permissions in message handlerRory&1-2/+2
2026-03-14Qodana: fix async warningsRory&26-42/+41
2026-03-14Update nix locks for nuget depsRory&16-348/+388
2026-03-14Update nuget depsRory&14-19/+20
2026-03-14fix nix flake checkRory&2-7/+9
2026-03-14fix nixos testsRory&1-0/+1
2026-03-13Roll back discord-protosRory&2-6/+6
2026-03-13Update nix, pion-sfu, npm packagesRory&3-313/+328
2026-03-13fix: `around` parameter returning invalid sortCyberL11-1/+1
2026-03-13gateway offload workRory&11-16/+50
2026-03-13identify: use proto toVoiceStateRory&1-1/+1
2026-03-13nix: fix wrappersRory&1-2/+2
2026-03-13nix: fix deps for admin apiRory&1-0/+2
2026-03-13CS: make replication messages typed, some offload workRory&16-35/+291
2026-03-13gateway: util function to do gateway offload stuffRory&1-1/+35
2026-03-13admin api: send SB_SESSION_REMOVE when deleting userRory&1-0/+6
2026-03-13cs: Add session_id and reconnect_delay to replicationmessageRory&1-0/+6
2026-03-13API: fire SB_SESSION_REMOVE upon logging out a sessionRory&2-2/+14
2026-03-13Gateway: add SB_SESSION_CLOSE and SB_SESSION_INVALIDATE eventsRory&3-11/+32
2026-03-13Gateway: allow addressing dispatch events to specific sessionsRory&3-3/+5
2026-03-13nix: cache buildsRory&1-48/+76
2026-03-12Gateway: include entity counts in trace namesRory&1-5/+5
2026-03-12.idea: exclude cs bin dirs from analysisRory&1-0/+56
2026-03-12Factor out getMostRelevantSessionRory&4-55/+24
2026-03-12fix op43Rory&1-3/+3
2026-03-12Gateway: implement op43Rory&3-1/+51
2026-03-12nix: add gateway sharding optionsRory&5-6/+95
2026-03-11build(deps): update npm dependencies hash [dependabot skip]dependabot[bot]1-3/+3
2026-03-11build(deps): bump file-type in the npm_and_yarn group across 1 directorydependabot[bot]2-5/+5
2026-03-11nix: quieten dotnet outputRory&1-1/+1
2026-03-11requestguildmembers: immediately send data instead of bufferingRory&1-26/+26
2026-03-11requestguildmembers: dont forget user relation, lolRory&1-0/+1
2026-03-11requestguildmembers: assign presence list directly without for loopRory&1-15/+18
2026-03-11requestguildmembers: select only relevant dataRory&1-1/+7
2026-03-11requestguildmembers: track member count properlyRory&1-3/+4
2026-03-11requestguildmembers: log chunksRory&1-2/+7
2026-03-11requestguildmembers: bulk query sessionsRory&1-5/+9
2026-03-11WIP cdn-cs stuff dev/emma/gateway-batch-presence-lookupRory&10-44/+123
2026-03-07fix: fall back to undefined in message createRory&1-0/+1
2026-03-07build(deps): update npm dependencies hash [dependabot skip]dependabot[bot]1-6/+6
2026-03-07Bump the npm_and_yarn group across 1 directory with 2 updatesdependabot[bot]2-79/+32
2026-03-07sticker implMathMan052-1/+55
2026-03-07when guild region is misconfigured, fallback to default regiondank0742-4/+18
2026-03-07gateway should not crash for clients that send Op 37 with missing channel ran...dank0741-1/+1
2026-03-07Fix guild settings not using .save, nor beign awaitedRory&1-1/+1
2026-03-07Fix indents in interactions copyright noticeRory&1-3/+3
2026-03-07Dont serialise guild parentsRory&1-0/+1
2026-03-07Dont serialize discovery weight/exclusion statusRory&1-0/+2
2026-03-07[rel/1518] Allowed mentions + message reference: allow nullsRory&1-5/+5
2026-03-07[rel/1518] Member flagsRory&3-1/+20
2026-03-07[rel/1518] make PartialEmoji accept id-onlyRory&1-5/+12
2026-03-07[rel/1518] Interaction failure reason enum, add missing copyright headersRory&13-4/+217
2026-03-06[cherry/1518] Webhooks: respect thread_id parameterRory&1-7/+18
2026-03-06temp hack: ...and dont forget to save itRory&1-0/+1
2026-03-06temp hack: maybe set the right didRory&1-1/+1
2026-03-06temp hack: re-create sessiosn that went missingRory&1-1/+11
2026-03-06oooopsRory&1-1/+1
2026-03-06actually backpropagate session id in identify to ws objectRory&1-0/+1
2026-03-06Log creation of new sessions, fix some commentsRory&2-2/+16
2026-03-06Inline pointless const for session_idRory&1-3/+1
2026-02-28nix/cdn workRory&17-175/+408
2026-02-28onVoiceStateUpdate: change to VoiceState.merge() for copying propertiesdank0741-2/+7
2026-02-28flake, move testvm to nixosconfigurations lkeyRory&1-1/+1
2026-02-28Add UAPI changesRory&2-4/+6
2026-02-28Rip out CDN migrationsRory&12-237/+68
2026-02-28Add sticker migrationRory&1-1/+21
2026-02-27IPC: unix socket reinit + backlog systemRory&1-20/+52
2026-02-27Sync webstorm workspaceRory&2-42/+55
2026-02-27CS: reduce warning count for modelsRory&1-0/+3
2026-02-27IPC: more unix socket loggingRory&1-0/+12
2026-02-27IPC: eagerly init unix sockets on startupRory&1-2/+9
2026-02-27IPC: factor out importsRory&1-6/+4
2026-02-27Option to disable logging route registrationsRory&3-5/+5
2026-02-27move mediaServer.start() into try catchdank0742-2/+2
2026-02-27Explicitly make webrtc service depend on sfu serviceRory&1-0/+1
2026-02-27nix: add AF_NETLINKRory&2-0/+2
2026-02-26Hopefully get nix routing rightRory&8-376/+235
2026-02-26Drop medooze, add pionRory&2-88/+7
2026-02-26Update Pion-WebRTCRory&1-3/+3
2026-02-26UApi: partial work on filling in wrappers for non-json endpointsRory&2-0/+98
2026-02-26UApi/models: permissions?Rory&3-0/+103
2026-02-26added clean_data to places after a member is created but not constructed to a...whinis3-0/+4
2026-02-25Add /_spacebar/api/version - resolves #1222Rory&4-27/+57
2026-02-25disable toJSON for read states?Rory&1-15/+15
2026-02-25UApi work, nix test vm cleanupRory&8-19/+124
2026-02-25Try to inherit permissions from everyoen role on creation (may be wrong)Rory&1-1/+3
2026-02-25Create role for bots - fixes #1556Rory&1-1/+11
2026-02-25Fix message embeds not being nullableRory&4-149/+337
2026-02-25Lower missing route to WARN, add empty route middlewaresRory&4-5/+5
2026-02-25Fix undefined accessPablo Stebler1-1/+1
2026-02-25Add support for attachment:// urlsPablo Stebler1-0/+47
2026-02-25Log usage of old access token versions in identifyRory&1-0/+11
2026-02-25last_pinned_timestamp int4 -> timestampRory&2-2/+17
2026-02-25Include explicit update where NULL in migrationRory&1-0/+1
2026-02-25Fix read state type field - fixes #1559Rory&1-1/+1
2026-02-23why didn't anyone do thisMathMan051-3/+3
2026-02-23fix up searchingMathMan051-37/+93
2026-02-23swap migration orderRory&1-2/+2
2026-02-23cdn: fixRory&2-2/+2
2026-02-23cdn: fix path for deleting emojisRory&1-3/+3
2026-02-23cdn: fix missed renameRory&1-1/+1
2026-02-23cdn: migrate emojis to not use subdir fallbackRory&4-42/+55
2026-02-23cdn: drop hash-addressed version of emojis routeRory&1-3/+1
2026-02-23Faster pingsRory&5-39/+825
2026-02-23Discovery fixes, nix updatesRory&14-252/+286
2026-02-21Guild discovery admin uiRory&4-4/+147
2026-02-21fix uapi depsRory&5-54/+69
2026-02-21Admin API discovery stuffRory&4-11/+333
2026-02-21C# deps updatesRory&35-1781/+411
2026-02-20Fix deps for admin apiRory&1-100/+5
2026-02-20webrtc package by defaultRory&7-12/+136
2026-02-20nix: clean up default.nixRory&1-7/+5
2026-02-20nix: use separate derivation for npm depsRory&3-7/+73
2026-02-20cdn fsck fix testRory&1-7/+19
2026-02-20UAPI workRory&8-6/+267
2026-02-20Admin API workRory&7-16/+258
2026-02-20C# depsRory&11-189/+346
2026-02-20Update message component type to match upstreamRory&1-1/+15
2026-02-18The ChainingOperator didn't work as expected. This fixes that.whinis1-10/+23
2026-02-18util: update message flags to match upstream (and use short bigint notation)Rory&1-8/+17
2026-02-18fix post dataMathMan051-1/+16
2026-02-18Add some optional chaining to prevent issue with embedswhinis1-6/+5
2026-02-18Renamed to JsonNumber and removed from incorrectly typed date fieldwhinis4-11/+10
2026-02-18Add decorator to change Bigint back to string using Numberwhinis4-0/+26
2026-02-17fix post dataMathMan051-1/+16
2026-02-17Gateway: log user ID/iRory&12-24/+36
2026-02-17Add Decorators to clean classes before json serialization and remove invalid ...whinis4-1/+59
2026-02-17API: request embeds in US english preferredRory&1-1/+2
2026-02-17API: fix youtube embedRory&1-2/+3
2026-02-16Fix user self delete not removing settings protosChrisChrome1-1/+8
2026-02-16Gateway: dont block on clearing voice statesRory&2-8/+4
2026-02-16gateeway debug logsRory&1-0/+3
2026-02-16Fix loading discord guild templatesChrisChrome6-9/+46
2026-02-16Separate IP check options during registration reg-ipchecksChrisChrome2-2/+5
2026-02-16fixRory&1-2/+2
2026-02-16nix/cs: listen on 0.0.0.0Rory&2-2/+2