aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/IServerApplicationHost.cs
AgeCommit message (Collapse)Author
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
2020-03-15Clean up and document BrowserLauncher correctlyMark Monteiro
2020-03-11Use config setting to decide if web content should be hostedMark Monteiro
Also fail server startup if web content is expected but missing
2020-02-25Open the Swagger API page on server start if not hosting the static web contentMark Monteiro
2020-01-13Rewrite WebSocket handling codeBond_009
2020-01-02Fix baseurl (again)Bond_009
2019-11-24Move appbuilder and service collection to Jellyfin.ServerClaus Vium
2019-08-09Fix more warningsBond_009
2019-07-25Remove IpAddressInfo and IpEndPointInfo classesBond_009
2019-03-26Fix build errorBond-009
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ControllerErwin de Haan
2019-01-07remove trailing whitespacehawken
2019-01-05Remove AutoRunAtStartupcvium
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-12-03Add setting to auto-run web app when server startsLuke Pulverenti
2017-12-01reduce work done by system info endpointsLuke Pulverenti
2017-11-23reduce dlna chatterLuke Pulverenti
2017-09-12update user deletionLuke Pulverenti