aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
AgeCommit message (Collapse)Author
2019-11-19Move StartupWizard to ASP.NET Web ApiClaus Vium
2019-11-13Merge pull request #1864 from Bond-009/installationmanagerdkanada
Improve IInstallationManager interface
2019-11-01Use Mono.Nat Nuget packageBond_009
2019-11-01Improve IInstallationManager interfaceBond_009
2019-10-29More warning fixesBond_009
2019-10-16Merge pull request #1871 from Bond-009/docVasily
Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.Photos
2019-10-10Merge pull request #1854 from Bond-009/jsonVasily
Use System.Text.Json api for databases
2019-10-09Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.PhotosBond_009
Adds `#pragma warning disable CS1591` to all files in MediaBrowser.Common containing undocumented members.
2019-10-08Use System.Text.Json apiBond_009
2019-10-04Update ApplicationHost.csBond-009
2019-09-29Handle Kestrel startup failures with a nice errorJoshua Boniface
2019-09-29Configure Kestrel listener to use configured IPsJoshua Boniface
2019-09-19Removed WAN DDNS sparky8251
It's odd that JF still had code lying around for generating a self signed cert. Currently, it does not do this so this code has been removed. JF also appears to have functions in place to modify provided certs? Warrants deeper investigation. JF should not be attempting modifications of any certs under any circumstance.
2019-09-19Remove missed unused functionssparky8251
Forgot to remove these in the previous WAN IP detection removal commit
2019-09-19Remove WAN IP Detectionsparky8251
2019-08-29Move IsoMounter to pluginBond_009
2019-08-17Merge pull request #1521 from Bond-009/hdhomerunAnthony Lavado
Clean up livestreaming code
2019-08-16Clean up livestreaming codeBond_009
2019-08-16Improvements to UserManagerBond_009
2019-08-16Improve LocalizationManagerBond_009
2019-08-15Merge pull request #1614 from Bond-009/docs2dkanada
Document all public/internal members of Emby.Drawing
2019-08-15Merge pull request #1584 from Bond-009/checksumdkanada
Check checksum for plugin downloads
2019-08-14Properly dispose DisplayPreferencesRepositoryBond_009
2019-08-14Fix possible nullrefBond_009
2019-08-11Document all public/internal members of Emby.DrawingBond_009
Forces all new public/internal members to be documented. Enables TreatWarningsAsErrors for Emby.Drawing
2019-08-11Check checksum for plugin downloadsBond_009
* Compare the MD5 checksum when downloading plugins * Reduced log spam due to http requests * Removed 'GetTempFileResponse' function from HttpClientManager * Fixed caching for HttpClientManager
2019-08-10Merge pull request #1612 from Bond-009/warn4dkanada
Fix warnings
2019-08-09Merge pull request #1578 from Bond-009/httpresponsedkanada
Replace custom code with Asp.Net Core code
2019-08-09Fix doc releated warningsBond_009
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
2019-08-09Fix more warningsBond_009
2019-08-09Replace custom code with Asp.Net Core codeBond_009
2019-07-25Move IPv6 scope id removal logic to it's own functionBond_009
2019-07-25Remove IpAddressInfo and IpEndPointInfo classesBond_009
2019-07-06Merge branch 'master' into release-10.3.zBond-009
2019-07-06Fixes issues with HttpClientManagerBond_009
2019-06-28Fix startupBond_009
2019-06-21Merge pull request #1454 from Bond-009/webresourcedkanada
Simplify file serving code
2019-06-18Remove more unused stuffBond-009
2019-06-14Merge pull request #1080 from Bond-009/httpclientAnthony Lavado
Remove usage of deprecated 'WebRequest'
2019-06-14Update Emby.Server.Implementations/ApplicationHost.csBond-009
Co-Authored-By: Jean-Samuel Aubry-Guzzi <DrPandemic@users.noreply.github.com>
2019-06-14Update Emby.Server.Implementations/ApplicationHost.csBond-009
Co-Authored-By: Jean-Samuel Aubry-Guzzi <DrPandemic@users.noreply.github.com>
2019-06-13Merge pull request #1156 from Bond-009/sepAnthony Lavado
Small cleanups here and there
2019-06-10Simplify file serving codeBond_009
2019-04-25Merge pull request #1304 from jellyfin/release-10.3.zBond-009
Backmerge 10.3.1
2019-04-20Fix more possible exceptionsBond-009
2019-04-20Handle exception when loading unsupported assemblyBond-009
Fixes #1256
2019-04-20Merge pull request #1252 from jellyfin/release-10.3.zBond-009
Backmerge release 10.3.0
2019-04-18Remove unused eventBond-009
Release builds were failing because of this unused event.
2019-04-17Merge pull request #1158 from Bond-009/httpcleanJoshua M. Boniface
Reduce complexity http routes