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
Patrick Barron
cac7ff84ca
Rename EmbyTV to DefaultLiveTvService
2024-02-23 09:57:55 -05:00
Patrick Barron
fa6d859a51
Rename LiveTvHost to RecordingsHost and move to recordings folder
2024-02-23 09:57:55 -05:00
Patrick Barron
31f285480a
Move RecordingNotifier to recordings folder
2024-02-23 09:57:55 -05:00
Patrick Barron
c9311c9e7e
Use IHostedService for Live TV
2024-02-07 10:52:36 -05:00
Patrick Barron
690e603b90
Use IHostedService for NFO user data
2024-02-07 10:52:36 -05:00
Patrick Barron
24b4d02596
Convert RecordingNotifier to IHostedService
2024-02-07 10:52:36 -05:00
Patrick Barron
9e62b6919f
Convert UserDataChangeNotifier to IHostedService
2024-02-07 10:52:36 -05:00
Patrick Barron
4e02d8aa21
Convert LibraryChangedNotifier to IHostedService
2024-02-07 10:52:36 -05:00
Patrick Barron
99ea6059c7
Use IHostedService for UPnP port forwarding
2024-02-07 10:52:36 -05:00
Patrick Barron
449365182c
Move LiveTV service registration to extension method
2024-01-12 19:18:18 -05:00
Patrick Barron
43b32b0d94
Auto Discovery Cleanup ( #10793 )
...
* Call GetSmartApiUrl directly in UdpServer.RespondToV2Message
GetSmartApiUrl already returns PublishedServerUrl if set.
* Rewrite auto discovery using UdpClient and BackgroundService
* Respect network address settings in AutoDiscoveryHost
* Always listen on broadcast address in Linux for auto-discovery
* Await udp server tasks in AutoDiscoveryHost
* Only bind to broadcast addresses for IPv4
* Only bind to broadcast if IPv4 is enabled
2024-01-06 13:34:09 -07:00
Patrick Barron
f1aba6b952
Remove Emby.Dlna
2023-11-15 20:53:44 -05:00
Bond_009
635d67d458
Revert "Use System.Net.IPNetwork"
...
This reverts commit 117d05d288da1d412159a29c0cb8d5c8259e48ae.
2023-11-14 21:16:33 +01:00
Patrick Barron
e463dbda47
Move network configuration to MediaBrowser.Common
2023-11-12 10:24:35 -05:00
Patrick Barron
2b1454530b
Add DLNA service collection extensions
2023-10-11 10:33:00 -04:00
Shadowghost
d8d5c86d49
Merge branch 'master' into network-rewrite
2023-05-25 17:07:43 +02:00
Bill Thornton
155f3856c0
Use default files to remove index.html from url
2023-05-15 15:28:33 -04:00
Shadowghost
c042f20224
Merge branch 'master' into network-rewrite
2023-05-11 15:41:39 +02:00
Cody Robibero
e1a30a4aef
Merge pull request #8598 from Neuheit/ipv4fallback
2023-05-11 07:12:34 -06:00
Shadowghost
6cc1203c1b
Merge branch 'master' into network-rewrite
2023-05-09 15:25:41 +02:00
Stepan Goremykin
26958162d0
Remove unused using directives
2023-04-06 19:17:28 +02:00
Shadowghost
20fd05b050
Consistently write IP in upercase
2023-02-17 19:27:36 +01:00
Patrick Barron
63b0132562
Remove OS information from System Info ( #9175 )
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
2023-01-26 09:05:00 +01:00
Bond-009
875359d457
Merge pull request #9108 from barronpm/efcore-cleanup
2023-01-17 21:11:42 +01:00
Patrick Barron
8479f0f90c
Rename JellyfinDb to JellyfinDbContext
2023-01-16 12:14:44 -05:00
Patrick Barron
74a07f6d1c
Move Middleware to Jellyfin.Api
2023-01-15 15:46:50 -05:00
Patrick Barron
0f46eca6a4
Minor cleanup in Startup class
2023-01-11 22:09:14 -05:00
Patrick Barron
7b17799b01
Migrate from IWebHost to IHost
2023-01-11 22:07:41 -05:00
Cody Robibero
8326349137
Use custom database healthcheck ( #8973 )
2022-12-29 19:40:39 -07:00
cvium
b836fe9685
remove JellyfinDbProvider and add second level caching
2022-10-21 11:55:32 +02:00
Neuheit
c9a387943f
Add IPv4 fallback from IPv6 failure.
...
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
2022-10-20 16:17:56 -04:00
Bond_009
181b2760b8
Revert UPnP version to 1.0
2022-05-26 16:30:21 +02:00
Bond_009
cafeedcadf
Rework SsdpHttpClient
2022-03-08 23:00:43 +01:00
cvium
9c15f96e12
Add first draft of keyframe extraction for Matroska
2021-09-23 15:29:12 +02:00
cvium
6a2df35b37
Read file length for symlinks, supersedes #5775 and #5824
2021-09-11 12:31:29 +02:00
BaronGreenback
7185de970c
Merge remote-tracking branch 'upstream/master' into UrlDecoding
2021-05-08 12:22:09 +01:00
BaronGreenback
81d675990f
Enable automatic url decoding
2021-05-05 22:52:39 +01:00
Bond_009
500c2e5224
Switch from HttpClientHandler to SocketsHttpHandler
...
SocketsHttpHandler is the default for .Net Core 2.1 and newer
Set RequestHeaderEncoding to UTF-8 by default
2021-04-19 22:37:24 +02:00
BaronGreenback
6a7623da02
Simplified Code
2021-01-19 10:36:37 +00:00
BaronGreenback
35a30c9d09
Impliments KnownNetworks and KnownProxies
2021-01-12 13:07:34 +00:00
crobibero
b66abf0556
Add support back for /emby and /mediabrowser routes
2020-12-10 08:17:02 -07:00
crobibero
d65e8d7044
Redirect robots.txt if hosting web content
2020-12-06 19:40:43 -07:00
crobibero
e49bb3f4e6
Add support for web serving .mem files
2020-12-04 14:12:59 -07:00
BaronGreenback
6173534d33
Update Startup.cs
...
Missed a config move
2020-12-01 21:16:36 +00:00
crobibero
b32c75fee5
Fix MusicBrainz request Accept header.
2020-12-01 09:57:13 -07:00
BaronGreenback
dfee591c2a
Update Startup.cs
...
Late night
2020-11-22 12:06:39 +00:00
BaronGreenback
a34fca6f8e
Update Startup.cs
2020-11-22 11:40:50 +00:00
Joshua M. Boniface
2c9e355e42
Merge branch 'master' into NetworkPR2
2020-11-21 23:28:15 -05:00