aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/IServerApplicationHost.cs
AgeCommit message (Collapse)Author
2025-05-18Add Full system backup feature (#13945)JPVenson
2023-10-04Add SystemManager servicePatrick Barron
2022-07-19Migrate NetworkManager and Tests to native .NET IP objectsShadowghost
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>
2021-12-20Use our own Contains extensioncvium
2021-11-13Very light cleanup in applicationhostcvium
2021-11-08Use the new method in DLNAcvium
2021-11-08Merge branch 'master' into TVFixcvium
2021-10-25Merge pull request #6486 from ↵Claus Vium
fredriklindberg/support-forwarded-headers-for-api-url
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-06Remove all unused usingsFernando Fernández
2021-09-05Merge branch 'master' into TVFixcvium
2021-09-03Fix 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-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2021-05-03RenamedBaronGreenback
2021-05-03Changed selection methodBaronGreenback
2021-04-17Remove unused using directivesBaronGreenback
2021-02-28fixed buildBaronGreenback
2021-02-27Update MediaBrowser.Controller/IServerApplicationHost.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-02-27fix for override ports contained in PublishedServerUrlBaronGreenback
2020-12-14Initial uploadGreenback
2020-11-16Upgraded to .Net5Greenback
2020-11-16Merge branch 'master' into NetworkPR2BaronGreenback
2020-11-08Merge pull request #4247 from crobibero/update-pluginClaus Vium
Update all on-disk plugins
2020-11-06Minor perf improvementsBond_009
2020-09-30Update all on-disk pluginscrobibero
2020-09-14Update based on PR1 changes.Jim Cartlidge
2020-09-12Large number of filesJim Cartlidge
2020-09-07Remove excess code.BaronGreenback
2020-09-03Fix startup messageClaus Vium
2020-09-03Kill HttpListenerHostClaus Vium
2020-08-24Merge branch 'master' into event-rewrite-1Patrick Barron
# Conflicts: # Emby.Dlna/Emby.Dlna.csproj # Emby.Dlna/Eventing/DlnaEventManager.cs # Emby.Dlna/Service/BaseService.cs # Emby.Server.Implementations/ScheduledTasks/ScheduledTaskWorker.cs # MediaBrowser.Controller/Subtitles/SubtitleDownloadEventArgs.cs
2020-08-22Enable TreatWarningsAsErrors for MediaBrowser.Controller in ReleaseBond_009
2020-08-13Add ServiceProvider to IServerApplicationHostPatrick Barron
2020-06-16Add full stop at end of comments (SA1629)telans
2020-05-14Merge branch 'master' into websocketMark Monteiro
2020-05-13Apply documentation suggestions from code reviewMark Monteiro
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
2020-05-10Do not include a double slash in URLs when a base URL is not setMark Monteiro
2020-05-10Add GetLoopbackHttpApiUrl() helper method to replace forceHttps functionalityMark Monteiro
Also refactor to use return a Uri instead of a string and use UriBuilder under the hood
2020-05-02Merge branch 'master' into websocketBond_009
2020-04-26Apply style changeJoshua M. Boniface
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-04-26Apply style changeJoshua M. Boniface
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-04-26Apply style changeJoshua M. Boniface
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-04-16Update documentation for URL methods in ApplicationHostMark Monteiro
2020-04-16Remove CanConnectWithHttps PropertyMark Monteiro
It is only used in one place and only adds confusion by existing
2020-04-07Make localhost LiveTV restreams always use plain HTTP portVasily
2020-04-05Add CanConnectWithHttps to interfaceMark Monteiro
2020-04-02Replace EnableHttps and SupportsHttps with ListenWithHttps and ↵Mark Monteiro
CanConnectWithHttps