aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
AgeCommit message (Collapse)Author
2022-07-20Handle forwarded requests not having port set in GetSmartApiUrlShadowghost
2022-07-19Migrate NetworkManager and Tests to native .NET IP objectsShadowghost
2022-06-30Merge branch 'master' into gzipadrez99
2022-06-29Merge pull request #7954 from cvium/fix_7953_dlna_urlCody Robibero
(cherry picked from commit 2c0c3eb3ee6eabdf1d2c94619f094f711870f820) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-06-19Use System.IO.Compression instead of SharpCompress for gzipsadrez99
2022-02-15Fix some warningsBond_009
2022-02-14Fix option to disable server discoveryBond_009
2022-01-20Merge pull request #6600 from cvium/keyframe_extraction_v1Cody Robibero
2022-01-11Refactor and add scheduled taskcvium
2022-01-04Embed ProviderUtils into MetadataServiceJoe Rogers
2021-12-24Update StyleCopBond_009
2021-11-24Migrate network configuration safelycvium
2021-11-19Only force scheme and port when HTTPS is disallowedcvium
2021-11-15Remove ILibraryManager as a dependency in resolvers etc.cvium
2021-11-13Very light cleanup in applicationhostcvium
2021-11-09Merge pull request #5905 from BaronGreenback/TVFixClaus Vium
Fix for Livetv and DLNA when bind interfaces specified.
2021-11-08Use the new method in DLNAcvium
2021-11-08Merge branch 'master' into TVFixcvium
2021-11-03Merge branch 'master' into client-loggerCody Robibero
2021-11-02Streamline startup codeBond_009
2021-10-26Merge remote-tracking branch 'upstream/master' into client-loggerCody Robibero
2021-10-25Merge pull request #6486 from ↵Claus Vium
fredriklindberg/support-forwarded-headers-for-api-url
2021-10-06Fix the last few warningsBond_009
Enables TreatWarningsAsErrors for all projects
2021-09-14Dynamically populate LocalAddress based on HTTP requestFredrik 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-07Ignore published server url for local accesscvium
2021-09-07Use GetSmartApiUrl instead (hopefully it works)cvium
2021-09-05Merge branch 'master' into TVFixcvium
2021-09-03Fix some warningsBond_009
2021-09-03Merge remote-tracking branch 'upstream/master' into authenticationdb-efcoreCody Robibero
2021-09-03Merge remote-tracking branch 'upstream/master' into warn-259810Cody Robibero
2021-08-30Simplify the way we choose our ffmpegBond_009
* no longer search $PATH * no longer require a full path * don't fall back
2021-08-28Remove more and more warningsCody Robibero
2021-08-13Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Library/IUserManager.cs # MediaBrowser.Controller/Security/IAuthenticationRepository.cs # MediaBrowser.Controller/Session/ISessionManager.cs
2021-07-23Merge pull request #6296 from Bond-009/oscheckClaus Vium
Improve platform checks
2021-07-12Merge pull request #6289 from Bond-009/warn33Bond-009
Fix some warnings
2021-07-12Improve platform checksBond_009
2021-07-11Fix some warningsBond_009
2021-07-11Remove old "has update available" codeBond_009
This is the job of a package manager (or maybe the tray app for windows)
2021-06-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
# 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
2021-05-20Migrate authentication db to EF CorePatrick Barron
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Jellyfin.Api/Helpers/RequestHelpers.cs
2021-05-05Code Clean up: Convert to null-coalescing operator ?? (#5845)BaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2021-05-04changed to firstBaronGreenback
2021-05-03RenamedBaronGreenback
2021-05-03Changed selection methodBaronGreenback
2021-05-01Update ApplicationHost.csBaronGreenback
Renamed method
2021-04-30Update Emby.Server.Implementations/ApplicationHost.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-04-26updated commentBaronGreenback
2021-04-26Fix url for LiveTVBaronGreenback