unkin-agent
b77702c851
merge: resolve CoreAppHost conflict with main, drop dead redisConnectionString local
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2026-09-13 14:48:26 +10:00
unkin-agent
91655fcb0a
fix(ha): gate library tasks on the scan leader by default
...
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
Jellyfin:ScanLeader:Enabled defaults to false and nothing sets it, so
leader election never runs and every replica executes the timer-driven
library tasks concurrently - the exact behaviour the lease prevents.
- Enable gating by default when a Redis connection string is configured
- Honour an explicit Enabled setting either way
- Carry the effective decision onto the bound options the task worker reads
- Log at startup whether gating is active
- Warn when gating is enabled but no Redis connection string is configured
2026-09-13 13:19:48 +10:00
unkin-agent
95220e2ed6
fix(ha): read transcode store config from the variable form deployments set
...
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
The startup configuration only reads JELLYFIN_ prefixed environment
variables, so the bare Jellyfin__TranscodeStore__* form used by the chart,
the manifests and the README is dropped and the Redis store is never
registered. Nothing logs the selected store, so the fallback is invisible.
- Read bare Jellyfin__* variables into the Jellyfin:* configuration root
- Keep an explicit JELLYFIN_ variable winning over the bare form
- Log the selected transcode session store at startup
- Ping Redis once at startup and log an unreachable store at Error
- Log endpoints only, never the connection string
2026-09-13 13:10:52 +10:00
chasus
9569b4550d
Fix Swagger UI auth docs ( #12990 )
2026-05-24 00:04:10 +10:00
dwandw
9962fbbe2e
fix: IPv6 prefixes not recognized as proxy https://github.com/jellyfin/jellyfin/issues/15710
2026-04-27 07:13:27 +00:00
Shadowghost
94dcaf2ea2
Upgrade Swashbuckle to v10
2026-02-18 22:39:49 +01:00
Bond_009
1ba8e2c93c
Fix tests
2026-01-14 18:55:47 +01:00
Bond_009
9e480f6efb
Update to .NET 10.0
2026-01-14 18:55:47 +01:00
Tim Eisele
23b48a0d0f
Upgrade Swashbuckle and fix OpenAPI spec ( #15886 )
2026-01-01 18:46:51 -07:00
Niels van Velzen
6b6d54a07c
Remove legacy API route middleware ( #15669 )
2025-12-13 08:26:22 -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
Archie
d5a76bdff8
Changed misspell of 'temporarily' in 503 response ( #14377 )
2025-06-26 17:49:07 -06:00
JPVenson
a8601b3797
util forward headers on startup api ( #14246 )
2025-06-08 19:52:48 -06:00
jade
44b5de1568
Fix missing logging of connections by disallowed IPs ( #14011 )
2025-06-03 15:22:30 -06:00
Bond-009
0c3ba30de2
Cleanup file related code ( #14023 )
2025-05-04 08:40:34 -06:00
JPVenson
7df6e0b16f
Add port awareness to startup server ( #13913 )
2025-04-19 13:08:24 -06:00
JPVenson
a2ef0e4abe
Fix trusting all sources for forward headers if none are configured
2025-03-28 08:08:18 +01:00
Cody Robibero
d848faeb75
Merge pull request #13589 from JPVenson/feature/DatabaseRefactor
...
[Feature] Database code refactor
2025-03-25 21:34:26 -06:00
JPVenson
160020c551
WIP fixed namespaces
2025-03-25 15:30:22 +00:00
JPVenson
aa4936c59c
Added OpenAPI spec for #12880
2025-03-24 08:27:21 +00:00
JPVenson
844646e2fe
Fixed migration runner and added docs for adding migrations
2025-01-27 17:20:14 +00:00
gnattu
22d8528d90
Backport pull request #11901 from jellyfin/release-10.9.z
...
Implement Device Cache to replace EFCoreSecondLevelCacheInterceptor
Original-merge: b7bc0e1c96
Merged-by: joshuaboniface <joshua@boniface.me >
Backported-by: Bond_009 <bond.009@outlook.com >
2024-08-05 10:58:22 -04:00
gnattu
9563e4f85e
Backport pull request #11823 from jellyfin/release-10.9.z
...
Add Env Var to disable second level cache
Original-merge: 95c7d997c1
Merged-by: joshuaboniface <joshua@boniface.me >
Backported-by: Joshua M. Boniface <joshua@boniface.me >
2024-06-01 18:41:02 -04:00
Shadowghost
a7b2b92f2b
Backport pull request #11671 from jellyfin/release-10.9.z
...
Fix network binding
Original-merge: 430d450828
Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com >
Backported-by: Joshua M. Boniface <joshua@boniface.me >
2024-05-17 13:51:48 -04:00
Cody Robibero
0bc41c015f
Store lyrics in the database as media streams ( #9951 )
2024-02-26 05:09:40 -07:00
Bond_009
635d67d458
Revert "Use System.Net.IPNetwork"
...
This reverts commit 117d05d288da1d412159a29c0cb8d5c8259e48ae.
2023-11-14 21:16:33 +01:00
Bond_009
b62b0ec2b5
Fix warnings
2023-11-14 21:14:21 +01:00
Bond_009
99e0d46ad9
Use System.Net.IPNetwork
2023-11-14 21:13:51 +01:00
Patrick Barron
de0241e975
Move API policies to MediaBrowser.Common
2023-11-12 10:24:35 -05:00
Patrick Barron
e463dbda47
Move network configuration to MediaBrowser.Common
2023-11-12 10:24:35 -05:00
Patrick Barron
9595636d61
Move network utilities to MediaBrowser.Common
2023-11-12 10:24:34 -05:00
Patrick Barron
223b156270
Move network constants to MediaBrowser.Common
2023-11-12 10:24:34 -05: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
chinkara
8ada8dbbac
add policy to the subtitle controller
2023-10-18 18:31:32 +02:00
Tim Eisele
dc27d8f9cd
Refactor URI overrides ( #10051 )
2023-10-11 00:02:37 +02:00
Cody Robibero
effa303cb9
Add missing LocalAccessOrRequiresElevationHandler ( #10268 )
2023-09-23 15:58:03 -06:00
Bond_009
18a311d32f
== null -> is null
2023-08-22 21:14:54 +02:00
Shadowghost
e56275fb46
Extract networking constants
2023-07-03 22:04:59 +02:00
Shadowghost
20fd05b050
Consistently write IP in upercase
2023-02-17 19:27:36 +01:00
Shadowghost
42498194d9
Replace ISocket and UdpSocket, fix DLNA and SSDP binding and discovery
2023-02-17 17:39:11 +01:00
Shadowghost
3a91c37283
Merge branch 'master' into network-rewrite
2023-02-15 22:40:07 +01:00
Shadowghost
4eba16c672
Apply review suggestions
2023-02-15 22:34:44 +01:00
Shadowghost
b8ed1f81cd
Add back LocalAccessOrRequiresElevationPolicy
2023-02-14 19:06:43 +01:00
Shadowghost
eeb0f7af6c
Add permissions for LiveTV access and management
2023-02-14 18:48:31 +01:00
Shadowghost
b7418d6e9e
Add permission for collection management
2023-02-13 15:42:04 +01:00
cvium
c9aef96dba
fix firsttimesetup
2023-02-09 21:06:51 +01:00
cvium
956c89dc2f
fix default policy
2023-02-09 13:51:37 +01:00
cvium
209edd38a4
refactor: simplify authz
2023-02-09 13:51:37 +01:00
Shadowghost
343a94f185
Fix CA1851
2023-01-19 10:19:53 +01:00
Shadowghost
656a0bff6f
Merge remote-tracking branch 'upstream/master' into network-rewrite
2023-01-19 10:09:32 +01:00