aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Filters
AgeCommit message (Collapse)Author
3 daysBackport pull request #15672 from jellyfin/release-10.11.zcrobibero
Cache OpenApi document generation Original-merge: 8cd56521570992d8587db5e1f80d4cb826537f31 Merged-by: anthonylavado <anthony@lavado.ca> Backported-by: Bond_009 <bond.009@outlook.com>
2025-10-13Use TryAdd instead of Add (#14997)v10.11.0-rc9Cody Robibero
2025-09-23Add schema to 503 headers (#14840)Cody Robibero
2025-09-12Various cleanups (#14785)Bond-009
2025-06-26Changed misspell of 'temporarily' in 503 response (#14377)Archie
2025-04-19Fix SyncPlay WebSocket OpenAPI schemas (#13946)Niels van Velzen
2025-03-31Preserve SplashscreenLocation when updating branding config (#13756)KGT1
* add BrandingOptionsDto and add branding endpoints * refactor new HttpGet Configuration Branding into existing API calls * Add BrandingOptions to _ignoredConfigurations for openAPI * rename BrandOptionsDto to BrandingOptionsDto
2025-03-24update header api description and valuesJPVenson
2025-03-24Clarified retry value typeJPVenson
2025-03-24Added OpenAPI spec for #12880JPVenson
2024-08-30Remove BOM from UTF-8 filesBond_009
I think some people need to change their IDE configuration ;)
2024-03-22Add default auth policy to generated openapi spec (#11181)Cody Robibero
2023-11-09Convert CollectionType, SpecialFolderType to enum (#9764)Cody Robibero
* Convert CollectionType, SpecialFolderType to enum * Hide internal enum CollectionType values * Apply suggestions from code review Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> * Fix recent change * Update Jellyfin.Data/Attributes/OpenApiIgnoreEnumAttribute.cs Co-authored-by: Patrick Barron <barronpm@gmail.com> --------- Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> Co-authored-by: Patrick Barron <barronpm@gmail.com>
2023-06-10Add all websocket messages to generated openapi spec (#9682)Cody Robibero
* Add all websocket messages to generated openapi spec * Use oneOf * JsonIgnore ServerId * Oops * Add discriminators * Add WebSocketMessage container for Inbound and Outbound messages
2023-02-09fix openapi authcvium
2023-01-04Fix all warnings in Jellyfin.Api (#9003)Bond-009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-10-28Backport pull request #8611 from jellyfin/release-10.8.zNiels van Velzen
Fix TranscodeReasons type in OpenAPI output Original-merge: c86d5838becf19ba59303d47dac4a62836b44ea2 Merged-by: Claus Vium <cvium@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2022-06-10Merge pull request #7867 from crobibero/name-guid-pairCody Robibero
(cherry picked from commit 69cc1e0bd86eec085398ef237cc510c3ae8db278) Signed-off-by: crobibero <cody@robibe.ro>
2022-04-17Merge pull request #7561 from DMouse10462/named-config-api-fixCody Robibero
Fix NamedConfiguration API Generation (cherry picked from commit d7c548f3dbb74c03903cd9bb86ab3af33e295d15) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2021-12-24Update StyleCopBond_009
2021-04-17Remove unused using directivesBaronGreenback
2021-04-03Add SessionDiscoveryInfo to generated api-docscrobibero
2021-03-10Add websocket session message type to generated openapi.jsoncrobibero
2021-02-10Add image file accept to openapicrobibero
2021-01-21Apply suggestions from code reviewCody Robibero
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
2021-01-20Add ability to mark query parameter as obsolete.crobibero
2020-12-10Fix openapi file schemacrobibero
2020-12-02Move OpenApiSecurityScheme to OperationFiltercrobibero
2020-11-13Fix nullability errors in Jellyfin.Servercrobibero
2020-10-01set type of GroupUpdatecrobibero
2020-10-01Add missing PlaystateRequest and remove additional GroupUpdate typescrobibero
2020-10-01Manually register models used in websocket messages.crobibero
2020-09-01Set openapi schema type to file where possiblecrobibero