aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
AgeCommit message (Collapse)Author
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.
2019-03-05Reworked FFmpeg path discovery and always display to userPloughPuff
1) Reworked FFmpeg and FFprobe path discovery (CLI switch, Custom xml, system $PATH, UI update trigger). Removed FFMpeg folder from Emby.Server.Implementations. All path discovery now in MediaEncoder. 2) Always display FFmpeg path to user in Transcode page. 3) Allow user to remove a Custome FFmpeg path and return to using system $PATH (or --ffmpeg if available). 4) Remove unused code associated with 'prebuilt' FFmpeg. 5) Much improved logging during path discovery.
2019-03-05Fix DI in FileWriter.TransmitFileClaus Vium
2019-03-05Remove unused Brotli compressorClaus Vium
2019-03-05Grab content root from config and fix kestrel port bindingsClaus Vium
2019-03-03Remove some unused referencesClaus Vium
2019-03-03Await host startupClaus Vium
2019-03-03Use EnableHttps instead of CertificateInfoClaus Vium
2019-03-03Add certificate to https and minor cleanupClaus Vium
2019-03-01Don't mix LINQ and roreach loops for readabilityBond-009
2019-02-27Remove more cruft and add the beginnings of a socket middlewareClaus Vium
2019-02-27Merge pull request #978 from fasheng/fix-dlna-multiple-interfacesVasily
Fix DLNA for multiple interfaces on linux
2019-02-26Undo some of the span abuseClaus Vium
2019-02-26Extend the IHttpServer interface to avoid the typecastingClaus Vium
2019-02-26Remove websocket options and configure kestrel listen portsClaus Vium
2019-02-26Remove SocketSharp from Jellyfin.Server and some other cleanupClaus Vium
2019-02-26Fix websockets array index out of bounds and some cleanupClaus Vium
2019-02-26Still brokenClaus Vium
2019-02-26Add response compression middlewareClaus Vium
2019-02-26Use middlewares instead of RoutingClaus Vium
2019-02-26Replace some todos with http extensions and prepare some socket workClaus Vium
2019-02-26Remove hardcoded path and fix url bug in WindowsClaus Vium
2019-02-26kestrel initClaus Vium
2019-02-26Log time in a standardized wayBond-009
2019-02-25Use stopwatch for more accurate measurements and reduce log spamBond_009
DateTime.Now is suitible for small timespans Replaced the needlessly complex and verbose logging for the httpserver
2019-02-22Add option to toggle if ignore virtual interfacesXu Fasheng
Some VPN like ZerotierOne owns IP address but no gateway, and there is no good idea in NetworkManager.GetIPsDefault() to filter such virtual interfaces, so just provide one option to let user decide it.
2019-02-20Merge branch 'master' into update_tvdbVasily
2019-02-20Remove IEncryptionManagerClaus Vium
2019-02-19Merge pull request #830 from Bond-009/updateJoshua M. Boniface
Removed remaining self-update code
2019-02-18Got to start somewhereBond-009
2019-02-18Merge pull request #887 from wtayl0r/replace-primitives-with-iconfigurationVasily
Replace primitive injection with IConfiguration
2019-02-18Removed remaining self-update codeBond_009
2019-02-18Merge pull request #913 from Bond-009/logVasily
Reduce log spam
2019-02-18Merge pull request #829 from Bond-009/fieldsVasily
Removed some unused fields
2019-02-17Removed unnecessary configuration options and reduced primitive dependenciesWilliam Taylor
2019-02-17Merge remote-tracking branch 'upstream/release-10.2.z' into newmaserBond-009
2019-02-16Merge branch 'master' into fieldsBond-009
2019-02-16Reduce log spamBond-009
2019-02-15Remove SizeLimitClaus Vium
2019-02-15Use DI for TvDbClientManagerClaus Vium
2019-02-12Address commentsBond-009