aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs
AgeCommit message (Collapse)Author
2025-06-26Changed misspell of 'temporarily' in 503 response (#14377)Archie
2025-06-08util forward headers on startup api (#14246)JPVenson
2025-05-04Cleanup file related code (#14023)Bond-009
2025-03-28Fix trusting all sources for forward headers if none are configuredJPVenson
2025-03-25Merge pull request #13589 from JPVenson/feature/DatabaseRefactorCody Robibero
[Feature] Database code refactor
2025-03-25WIP fixed namespacesJPVenson
2025-03-24Added OpenAPI spec for #12880JPVenson
2024-02-26Store lyrics in the database as media streams (#9951)Cody Robibero
2023-11-14Revert "Use System.Net.IPNetwork"Bond_009
This reverts commit 117d05d288da1d412159a29c0cb8d5c8259e48ae.
2023-11-14Fix warningsBond_009
2023-11-14Use System.Net.IPNetworkBond_009
2023-11-12Move API policies to MediaBrowser.CommonPatrick Barron
2023-11-12Move network configuration to MediaBrowser.CommonPatrick Barron
2023-11-12Move network utilities to MediaBrowser.CommonPatrick Barron
2023-11-12Move network constants to MediaBrowser.CommonPatrick Barron
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-10-18add policy to the subtitle controllerchinkara
2023-10-11Refactor URI overrides (#10051)Tim Eisele
2023-09-23Add missing LocalAccessOrRequiresElevationHandler (#10268)Cody Robibero
2023-08-22== null -> is nullBond_009
2023-07-03Extract networking constantsShadowghost
2023-02-17Consistently write IP in upercaseShadowghost
2023-02-15Merge branch 'master' into network-rewriteShadowghost
2023-02-15Apply review suggestionsShadowghost
2023-02-14Add back LocalAccessOrRequiresElevationPolicyShadowghost
2023-02-14Add permissions for LiveTV access and managementShadowghost
2023-02-13Add permission for collection managementShadowghost
2023-02-09fix firsttimesetupcvium
2023-02-09fix default policycvium
2023-02-09refactor: simplify authzcvium
2023-01-19Merge remote-tracking branch 'upstream/master' into network-rewriteShadowghost
2023-01-15Move Formatters to Jellyfin.ApiPatrick Barron
2022-12-03Merge remote-tracking branch 'upstream/master' into network-rewriteShadowghost
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-10-17Properly handle IPs with subnetmasksShadowghost
2022-10-14Apply review suggestionsShadowghost
2022-07-21Cleanup and fixesShadowghost
2022-07-20Apply review suggestions and fix buildShadowghost
2022-07-20Remove workaround, this only applies to the IPs set by the middlewareShadowghost
2022-07-20Properly handle subnets in KnownProxiesShadowghost
2022-07-19Migrate NetworkManager and Tests to native .NET IP objectsShadowghost
2022-05-22Merge pull request #7775 from crobibero/openapi-versionCody Robibero
(cherry picked from commit 4c0510ee6dbc43609eb3709eaa82e8f469d5a7b4) Signed-off-by: crobibero <cody@robibe.ro>
2022-03-23Fix spec generation for TranscodeReasonCody Robibero
2021-11-13Add nullable dictionary openapi mappingCody Robibero
2021-10-26Merge pull request #5755 from BaronGreenback/NetworkAccessPolicyClaus Vium
2021-10-25Merge pull request #6486 from ↵Claus Vium
fredriklindberg/support-forwarded-headers-for-api-url
2021-09-15Use standard Authorization header in OpenAPI specificationNiels van Velzen
2021-09-14Dynamically populate LocalAddress based on HTTP requestFredrik Lindberg
Support populating the LocalAddress field in the system info endpoint based on the x-forwarded-host and x-forwarded-proto header. The x-forwarded-host header must contain both the host and port for the url to be properly constructed. Behind network configuration option that is disabled by default.
2021-09-10Remove the dependency on BaseAuthorizationHandlercvium
2021-09-10Merge branch 'master' into NetworkAccessPolicycvium