aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
AgeCommit message (Collapse)Author
2019-03-27Merge branch 'master' into httpclientBond-009
2019-03-26Reduce complexity http routesBond-009
2019-03-25Correct use of local variable wanAddress.Phlogi
2019-03-25Simplify/remove/clean codeBond-009
* Remove useless runtime check (we only support one) * Remove unused args * Remove a global constant And ofc fix some warnings ;)
2019-03-25No need to assign empty string.Phlogi
2019-03-25Removed trailing spaces, renamed get wan IP function.Phlogi
2019-03-25Seperate changes from #1023Bond-009
The unrelated changes from #1023 (and more)
2019-03-25Formatting update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-25Formatting update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-25Formatting update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-25Update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-25Update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-25Formatting update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-24Fix check for available WAN address.Phlogi
2019-03-24Format the WAN API Url correctly with https and Port.Phlogi
2019-03-24Also add the WAN switch to the public system info.Phlogi
2019-03-24Proper access to configuration objectsPhlogi
2019-03-24Removed comment, renamed methods consistently.Phlogi
2019-03-24Update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-24Update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-24Update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-24Fix build, missing changes.Phlogi
2019-03-24Change WAN IP behaviour: Use ServerConfiguration.WanDdns if set in ↵Phlogi
configuration.
2019-03-24WAN Address should use public ports instead of local ports. Phlogi
https://github.com/jellyfin/jellyfin/issues/601#issuecomment-475941080
2019-03-22made password resets an interface and per userPhallacy
2019-03-16Merge branch 'master' into subtitle-display-titleredSpoutnik
2019-03-14Added contact email to user agentPloughPuff
MusicBrainz request a contact email address is supplied in comment section of user agent field.
2019-03-14Change subtitles DisplayTitle behaviorredSpoutnik
2019-03-13More warning fixesBond-009
2019-03-12Finalise removal of --ffprobe switchPloughPuff
Removed --ffprobe from src files and server/docker scripts.
2019-03-13Merge pull request #1059 from Bond-009/osVasily
Remove EnvironmentInfo
2019-03-12Merge pull request #1092 from joshuaboniface/configurable-webdirJoshua M. Boniface
Add configurable webdir option
2019-03-12Merge branch 'master' into xmlBond-009
2019-03-12Merge pull request #1060 from Bond-009/assinfoVasily
Remove redundant class AssemblyInfo
2019-03-12Implement review feedbackJoshua Boniface
2019-03-11Fix nullrefBond-009
2019-03-10Add further resources to complete WebPathJoshua Boniface
2019-03-10Make use of WebPathJoshua Boniface
2019-03-08Disable HTTPS in Kestrel if Certificate is nullClaus Vium
2019-03-08Remove more unused stuffBond-009
2019-03-07Add urlprefixes during initClaus Vium
2019-03-07Remove EnvironmentInfoBond-009
This moved the last bit of usefulness of EnvironmentInfo into a static class.
2019-03-07Merge remote-tracking branch 'remotes/upstream/master' into kestrel_pocClaus Vium
2019-03-07Remove redundent class AssemblyInfoBond-009
2019-03-07Merge pull request #844 from ploughpuff/ffmpegVasily
Reworked FFmpeg path discovery and always display to user
2019-03-07Remove useless abstraction around XmlReaderSettingsBond_009
This removes the amount of stuff that needs to be passed around Also removes some unneeded `ManagedFileSystem` usage
2019-03-06Remove public Host propertyClaus Vium
2019-03-06Merge pull request #915 from cvium/remove_encryptionmanagerVasily
Remove IEncryptionManager
2019-03-05Renamed Init() to SetFFmpegPath()PloughPuff
2019-03-05Review commentsPloughPuff
Address review comments from JustAMan, Bond-009 and cvium.