Shadowghost
577399ca05
Prevent host lookup on GetSmartUrl for HTTP requests
2 years ago
Joshua Boniface
3ff78b687d
Revert "Restore "Merge pull request #8087 from cvium/generic_subtitleparser""
...
This reverts commit 5bcab0f0f8
.
2 years ago
Joshua Boniface
5bcab0f0f8
Restore "Merge pull request #8087 from cvium/generic_subtitleparser"
...
After tagging v10.8.3, this can be restored to how it was and corrected
as required in a separate PR.
This reverts commit 494ed7e4d2
.
2 years ago
Joshua Boniface
494ed7e4d2
Revert "Merge pull request #8087 from cvium/generic_subtitleparser"
...
This PR was causing breakage in installs - ref #8198
This reverts commit 7323ccfc23
, reversing
changes made to 77a007a24d
.
2 years ago
Bond-009
7323ccfc23
Merge pull request #8087 from cvium/generic_subtitleparser
2 years ago
cvium
126da94020
use reflection to get all subtitle formats without causing libse configuration loading
2 years ago
luke brown
70f37f0527
Merge branch 'release-10.8.z' of github.com:jellyfin/jellyfin into fix-websockets-close-gracefully-on-shutdown
2 years ago
cvium
f020bd6f3b
use ignore case for scheme comparison
2 years ago
cvium
3275f83c3b
fix: use proper bind address for DLNA location url ( #7953 )
2 years ago
Luke Brown
0f7ba42987
move the Dispose logic into DisposeAsyncCore
2 years ago
Luke Brown
a64eebe79f
changes to use dispose
3 years ago
Bond_009
5732e6188c
Fix some warnings
3 years ago
Bond_009
3cb49d6df0
Fix option to disable server discovery
3 years ago
Cody Robibero
34ee6d82fb
Merge pull request #6600 from cvium/keyframe_extraction_v1
3 years ago
cvium
6ffa9539bb
Refactor and add scheduled task
3 years ago
Joe Rogers
1dfbeae045
Embed ProviderUtils into MetadataService
3 years ago
Bond_009
cbfa355e31
Update StyleCop
3 years ago
cvium
69df004b9f
Migrate network configuration safely
3 years ago
cvium
a263f3978b
Only force scheme and port when HTTPS is disallowed
3 years ago
cvium
4f45c52674
Remove ILibraryManager as a dependency in resolvers etc.
3 years ago
cvium
5a65bc1e69
Very light cleanup in applicationhost
3 years ago
Claus Vium
c3523e7cf7
Merge pull request #5905 from BaronGreenback/TVFix
...
Fix for Livetv and DLNA when bind interfaces specified.
3 years ago
cvium
82e6a21f3b
Use the new method in DLNA
3 years ago
cvium
f03e77a4d5
Merge branch 'master' into TVFix
3 years ago
Cody Robibero
3398f7f953
Merge branch 'master' into client-logger
3 years ago
Bond_009
104e36f2f9
Streamline startup code
3 years ago
Cody Robibero
f78f1e834c
Merge remote-tracking branch 'upstream/master' into client-logger
3 years ago
Claus Vium
5eda5eb636
Merge pull request #6486 from fredriklindberg/support-forwarded-headers-for-api-url
3 years ago
Bond_009
03f933aaa0
Fix the last few warnings
...
Enables TreatWarningsAsErrors for all projects
3 years ago
Fredrik Lindberg
90174f68e2
Dynamically populate LocalAddress based on HTTP request
...
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.
3 years ago
cvium
153e920239
Ignore published server url for local access
3 years ago
cvium
be9663ae89
Use GetSmartApiUrl instead (hopefully it works)
3 years ago
cvium
ffe5ae8056
Merge branch 'master' into TVFix
3 years ago
Bond_009
637e86478f
Fix some warnings
3 years ago
Cody Robibero
ff9d14c811
Merge remote-tracking branch 'upstream/master' into authenticationdb-efcore
3 years ago
Cody Robibero
ec13412155
Merge remote-tracking branch 'upstream/master' into warn-259810
3 years ago
Bond_009
963ab2dab6
Simplify the way we choose our ffmpeg
...
* no longer search $PATH
* no longer require a full path
* don't fall back
3 years ago
Cody Robibero
cba07b1ca6
Remove more and more warnings
3 years ago
Patrick Barron
45f478f63e
Merge branch 'master' into authenticationdb-efcore
...
# Conflicts:
# Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
# MediaBrowser.Controller/Library/IUserManager.cs
# MediaBrowser.Controller/Security/IAuthenticationRepository.cs
# MediaBrowser.Controller/Session/ISessionManager.cs
3 years ago
Claus Vium
5a9bd712b3
Merge pull request #6296 from Bond-009/oscheck
...
Improve platform checks
3 years ago
Bond-009
b20977dc25
Merge pull request #6289 from Bond-009/warn33
...
Fix some warnings
3 years ago
Bond_009
8528e9bddb
Improve platform checks
3 years ago
Bond_009
915141f196
Fix some warnings
3 years ago
Bond_009
b91c4be74c
Remove old "has update available" code
...
This is the job of a package manager (or maybe the tray app for windows)
3 years ago
Patrick Barron
be88efce3c
Merge branch 'master' into authenticationdb-efcore
...
# Conflicts:
# Emby.Server.Implementations/Devices/DeviceManager.cs
# Emby.Server.Implementations/HttpServer/Security/SessionContext.cs
# Emby.Server.Implementations/Security/AuthenticationRepository.cs
# Emby.Server.Implementations/Session/SessionManager.cs
# Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
# MediaBrowser.Controller/Library/IUserManager.cs
# MediaBrowser.Controller/Net/ISessionContext.cs
3 years ago
Patrick Barron
a0c6f72762
Migrate authentication db to EF Core
4 years ago
Bond_009
7e8428e588
Enable nullable reference types for Emby.Server.Implementations
4 years ago
Patrick Barron
a225f34796
Merge branch 'master' into authenticationdb-efcore
...
# Conflicts:
# Jellyfin.Api/Helpers/RequestHelpers.cs
4 years ago
BaronGreenback
2e98de9062
Code Clean up: Convert to null-coalescing operator ?? ( #5845 )
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
4 years ago
BaronGreenback
417a7011c7
changed to first
4 years ago