| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-26 | Changed misspell of 'temporarily' in 503 response (#14377) | Archie | |
| 2025-06-08 | util forward headers on startup api (#14246) | JPVenson | |
| 2025-05-04 | Cleanup file related code (#14023) | Bond-009 | |
| 2025-03-28 | Fix trusting all sources for forward headers if none are configured | JPVenson | |
| 2025-03-25 | Merge pull request #13589 from JPVenson/feature/DatabaseRefactor | Cody Robibero | |
| [Feature] Database code refactor | |||
| 2025-03-25 | WIP fixed namespaces | JPVenson | |
| 2025-03-24 | Added OpenAPI spec for #12880 | JPVenson | |
| 2024-02-26 | Store lyrics in the database as media streams (#9951) | Cody Robibero | |
| 2023-11-14 | Revert "Use System.Net.IPNetwork" | Bond_009 | |
| This reverts commit 117d05d288da1d412159a29c0cb8d5c8259e48ae. | |||
| 2023-11-14 | Fix warnings | Bond_009 | |
| 2023-11-14 | Use System.Net.IPNetwork | Bond_009 | |
| 2023-11-12 | Move API policies to MediaBrowser.Common | Patrick Barron | |
| 2023-11-12 | Move network configuration to MediaBrowser.Common | Patrick Barron | |
| 2023-11-12 | Move network utilities to MediaBrowser.Common | Patrick Barron | |
| 2023-11-12 | Move network constants to MediaBrowser.Common | Patrick Barron | |
| 2023-11-09 | Convert 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-18 | add policy to the subtitle controller | chinkara | |
| 2023-10-11 | Refactor URI overrides (#10051) | Tim Eisele | |
| 2023-09-23 | Add missing LocalAccessOrRequiresElevationHandler (#10268) | Cody Robibero | |
| 2023-08-22 | == null -> is null | Bond_009 | |
| 2023-07-03 | Extract networking constants | Shadowghost | |
| 2023-02-17 | Consistently write IP in upercase | Shadowghost | |
| 2023-02-15 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2023-02-15 | Apply review suggestions | Shadowghost | |
| 2023-02-14 | Add back LocalAccessOrRequiresElevationPolicy | Shadowghost | |
| 2023-02-14 | Add permissions for LiveTV access and management | Shadowghost | |
| 2023-02-13 | Add permission for collection management | Shadowghost | |
| 2023-02-09 | fix firsttimesetup | cvium | |
| 2023-02-09 | fix default policy | cvium | |
| 2023-02-09 | refactor: simplify authz | cvium | |
| 2023-01-19 | Merge remote-tracking branch 'upstream/master' into network-rewrite | Shadowghost | |
| 2023-01-15 | Move Formatters to Jellyfin.Api | Patrick Barron | |
| 2022-12-03 | Merge remote-tracking branch 'upstream/master' into network-rewrite | Shadowghost | |
| 2022-10-28 | Backport pull request #8611 from jellyfin/release-10.8.z | Niels 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-17 | Properly handle IPs with subnetmasks | Shadowghost | |
| 2022-10-14 | Apply review suggestions | Shadowghost | |
| 2022-07-21 | Cleanup and fixes | Shadowghost | |
| 2022-07-20 | Apply review suggestions and fix build | Shadowghost | |
| 2022-07-20 | Remove workaround, this only applies to the IPs set by the middleware | Shadowghost | |
| 2022-07-20 | Properly handle subnets in KnownProxies | Shadowghost | |
| 2022-07-19 | Migrate NetworkManager and Tests to native .NET IP objects | Shadowghost | |
| 2022-05-22 | Merge pull request #7775 from crobibero/openapi-version | Cody Robibero | |
| (cherry picked from commit 4c0510ee6dbc43609eb3709eaa82e8f469d5a7b4) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-03-23 | Fix spec generation for TranscodeReason | Cody Robibero | |
| 2021-11-13 | Add nullable dictionary openapi mapping | Cody Robibero | |
| 2021-10-26 | Merge pull request #5755 from BaronGreenback/NetworkAccessPolicy | Claus Vium | |
| 2021-10-25 | Merge pull request #6486 from ↵ | Claus Vium | |
| fredriklindberg/support-forwarded-headers-for-api-url | |||
| 2021-09-15 | Use standard Authorization header in OpenAPI specification | Niels van Velzen | |
| 2021-09-14 | Dynamically populate LocalAddress based on HTTP request | Fredrik 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-10 | Remove the dependency on BaseAuthorizationHandler | cvium | |
| 2021-09-10 | Merge branch 'master' into NetworkAccessPolicy | cvium | |
