Mark Cilia Vincenti
c3a8734adf
Locking cleaning ( #15713 )
2025-12-08 21:01:12 -07:00
crobibero
6e74be0d46
Backport pull request #15672 from jellyfin/release-10.11.z
...
Cache OpenApi document generation
Original-merge: 8cd5652157
Merged-by: anthonylavado <anthony@lavado.ca >
Backported-by: Bond_009 <bond.009@outlook.com >
2025-12-03 14:04:28 -05:00
Cody Robibero
7dff92bb82
Use TryAdd instead of Add ( #14997 )
Stale PR Check / Check PRs with merge conflicts (push) Has been cancelled
CodeQL / Analyze (csharp) (push) Has been cancelled
OpenAPI / OpenAPI - HEAD (push) Has been cancelled
OpenAPI / OpenAPI - BASE (push) Has been cancelled
Tests / run-tests (macos-latest) (push) Has been cancelled
Tests / run-tests (ubuntu-latest) (push) Has been cancelled
Tests / run-tests (windows-latest) (push) Has been cancelled
Project Automation / Project board (push) Has been cancelled
Merge Conflict Labeler / Labeling (push) Has been cancelled
OpenAPI / OpenAPI - Difference (push) Has been cancelled
OpenAPI / OpenAPI - Publish Unstable Spec (push) Has been cancelled
OpenAPI / OpenAPI - Publish Stable Spec (push) Has been cancelled
Stale Issue Labeler / Check for stale issues (push) Has been cancelled
2025-10-13 22:18:37 +02:00
Cody Robibero
27047c35a4
Add schema to 503 headers ( #14840 )
2025-09-23 07:00:34 -06:00
Bond-009
8776a447d1
Various cleanups ( #14785 )
2025-09-12 13:58:23 -06:00
Archie
d5a76bdff8
Changed misspell of 'temporarily' in 503 response ( #14377 )
2025-06-26 17:49:07 -06:00
Niels van Velzen
269508be9f
Fix SyncPlay WebSocket OpenAPI schemas ( #13946 )
2025-04-19 13:08:15 -06:00
KGT1
14b785d188
Preserve SplashscreenLocation when updating branding config ( #13756 )
...
* 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-31 17:46:01 -06:00
JPVenson
daf8eca8ae
update header api description and values
2025-03-24 16:56:36 +00:00
JPVenson
a026a3722c
Clarified retry value type
2025-03-24 08:31:52 +00:00
JPVenson
aa4936c59c
Added OpenAPI spec for #12880
2025-03-24 08:27:21 +00:00
Bond_009
97a02f5803
Remove BOM from UTF-8 files
...
I think some people need to change their IDE configuration ;)
2024-08-30 15:29:48 +02:00
Cody Robibero
d9e35a969f
Add default auth policy to generated openapi spec ( #11181 )
2024-03-22 21:00:21 -06:00
Cody Robibero
906f701fa8
Convert CollectionType, SpecialFolderType to enum ( #9764 )
...
* 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-11-09 14:00:29 -07:00
Cody Robibero
9a0dfc00f1
Add all websocket messages to generated openapi spec ( #9682 )
...
* Add all websocket messages to generated openapi spec
* Use oneOf
* JsonIgnore ServerId
* Oops
* Add discriminators
* Add WebSocketMessage container for Inbound and Outbound messages
2023-06-10 07:28:21 -06:00
cvium
cba9657aec
fix openapi auth
2023-02-09 14:56:53 +01:00
Bond-009
69a51c425a
Fix all warnings in Jellyfin.Api ( #9003 )
2023-01-04 08:01:31 -07:00
Bond_009
52194f56b5
Replace != null with is not null
2022-12-05 15:01:13 +01:00
Bond_009
c7d50d640e
Replace == null with is null
2022-12-05 15:00:20 +01:00
Niels van Velzen
21c19bab41
Backport pull request #8611 from jellyfin/release-10.8.z
...
Fix TranscodeReasons type in OpenAPI output
Original-merge: c86d5838be
Merged-by: Claus Vium <cvium@users.noreply.github.com >
Backported-by: Joshua M. Boniface <joshua@boniface.me >
2022-10-28 22:39:00 -04:00
Cody Robibero
5ddf4e031c
Merge pull request #7867 from crobibero/name-guid-pair
...
(cherry picked from commit 69cc1e0bd8 )
Signed-off-by: crobibero <cody@robibe.ro >
2022-06-10 23:43:18 -04:00
Cody Robibero
7424f0ca8c
Merge pull request #7561 from DMouse10462/named-config-api-fix
...
Fix NamedConfiguration API Generation
(cherry picked from commit d7c548f3db )
Signed-off-by: Joshua Boniface <joshua@boniface.me >
2022-04-17 15:45:11 -04:00
Bond_009
cbfa355e31
Update StyleCop
2021-12-24 18:28:27 +01:00
BaronGreenback
bc1cc2d04a
Remove unused using directives
2021-04-17 11:37:55 +01:00
crobibero
31d1dbfda6
Add SessionDiscoveryInfo to generated api-docs
2021-04-03 06:54:09 -06:00
crobibero
8e09276d7d
Add websocket session message type to generated openapi.json
2021-03-10 16:33:46 -07:00
crobibero
d5f0b046bb
Add image file accept to openapi
2021-02-10 16:12:52 -07:00
Cody Robibero
91a9af95c2
Apply suggestions from code review
...
Co-authored-by: dkanada <dkanada@users.noreply.github.com >
2021-01-21 07:01:51 -07:00
crobibero
59ff2c5b4b
Add ability to mark query parameter as obsolete.
2021-01-20 16:24:15 -07:00
crobibero
34029f860c
Fix openapi file schema
2020-12-10 19:05:49 -07:00
crobibero
7a729ea8d6
Move OpenApiSecurityScheme to OperationFilter
2020-12-02 14:59:57 -07:00
crobibero
6353cb507d
Fix nullability errors in Jellyfin.Server
2020-11-13 09:21:28 -07:00
crobibero
2b75af9873
set type of GroupUpdate
2020-10-01 10:40:58 -06:00
crobibero
4a3e0062f9
Add missing PlaystateRequest and remove additional GroupUpdate types
2020-10-01 09:39:57 -06:00
crobibero
5ee6f49204
Manually register models used in websocket messages.
2020-10-01 08:10:47 -06:00
crobibero
2f33bee2a9
Set openapi schema type to file where possible
2020-09-01 17:26:49 -06:00