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>
|
12 months ago |
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
|
1 year ago |
cvium
|
cba9657aec
|
fix openapi auth
|
2 years ago |
Bond-009
|
69a51c425a
|
Fix all warnings in Jellyfin.Api (#9003)
|
2 years ago |
Bond_009
|
52194f56b5
|
Replace != null with is not null
|
2 years ago |
Bond_009
|
c7d50d640e
|
Replace == null with is null
|
2 years ago |
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>
|
2 years ago |
Cody Robibero
|
5ddf4e031c
|
Merge pull request #7867 from crobibero/name-guid-pair
(cherry picked from commit 69cc1e0bd8 )
Signed-off-by: crobibero <cody@robibe.ro>
|
2 years ago |
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>
|
3 years ago |
Bond_009
|
cbfa355e31
|
Update StyleCop
|
3 years ago |
BaronGreenback
|
bc1cc2d04a
|
Remove unused using directives
|
4 years ago |
crobibero
|
31d1dbfda6
|
Add SessionDiscoveryInfo to generated api-docs
|
4 years ago |
crobibero
|
8e09276d7d
|
Add websocket session message type to generated openapi.json
|
4 years ago |
crobibero
|
d5f0b046bb
|
Add image file accept to openapi
|
4 years ago |
Cody Robibero
|
91a9af95c2
|
Apply suggestions from code review
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
|
4 years ago |
crobibero
|
59ff2c5b4b
|
Add ability to mark query parameter as obsolete.
|
4 years ago |
crobibero
|
34029f860c
|
Fix openapi file schema
|
4 years ago |
crobibero
|
7a729ea8d6
|
Move OpenApiSecurityScheme to OperationFilter
|
4 years ago |
crobibero
|
6353cb507d
|
Fix nullability errors in Jellyfin.Server
|
4 years ago |
crobibero
|
2b75af9873
|
set type of GroupUpdate
|
4 years ago |
crobibero
|
4a3e0062f9
|
Add missing PlaystateRequest and remove additional GroupUpdate types
|
4 years ago |
crobibero
|
5ee6f49204
|
Manually register models used in websocket messages.
|
4 years ago |
crobibero
|
2f33bee2a9
|
Set openapi schema type to file where possible
|
4 years ago |