aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Extensions
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-06-26Changed misspell of 'temporarily' in 503 response (#14377)Archie
2025-06-08util forward headers on startup api (#14246)JPVenson
2025-06-03Fix missing logging of connections by disallowed IPs (#14011)jade
2025-05-04Cleanup file related code (#14023)Bond-009
2025-04-19Add port awareness to startup server (#13913)JPVenson
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
2025-01-27Fixed migration runner and added docs for adding migrationsJPVenson
2024-08-05Backport pull request #11901 from jellyfin/release-10.9.zgnattu
Implement Device Cache to replace EFCoreSecondLevelCacheInterceptor Original-merge: b7bc0e1c96553675a490c0bd92a58ad9c5f0d0e1 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Bond_009 <bond.009@outlook.com>
2024-06-01Backport pull request #11823 from jellyfin/release-10.9.zgnattu
Add Env Var to disable second level cache Original-merge: 95c7d997c13cfcd4038174ba00525d5628475fb7 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-17Backport pull request #11671 from jellyfin/release-10.9.zShadowghost
Fix network binding Original-merge: 430d450828123e6c369db5aff728462e2efde6fd Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
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-17Replace ISocket and UdpSocket, fix DLNA and SSDP binding and discoveryShadowghost
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-19Fix CA1851Shadowghost
2023-01-19Merge remote-tracking branch 'upstream/master' into network-rewriteShadowghost
2023-01-15Move WebHostBuilder extension method to separate filePatrick Barron
2023-01-15Move Formatters to Jellyfin.ApiPatrick Barron
2023-01-15Move Middleware 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