aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv
AgeCommit message (Collapse)Author
2020-06-03Merge pull request #3203 from Bond-009/warn18Vasily
Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
2020-06-03Merge pull request #2767 from Bond-009/nullable3Vasily
Enable nullabe reference types for MediaBrowser.Model
2020-05-29Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release modeBond_009
2020-05-27Merge branch 'master' into nullable3Bond_009
2020-05-25Fix some 'bugs' flagged by sonarcloudBond_009
2020-05-18Merge pull request #3072 from JustAMan/fix-dead-livetvdkanada
Re-raise the exception that caused LiveTV stream to not open
2020-05-18Apply suggestions from code reviewVasily
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
2020-05-13Merge pull request #2774 from mark-monteiro/simplify-https-configVasily
Simplify HTTPS Properties
2020-05-12Remove support for injecting ILogger directlyPatrick Barron
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-08Fixed yet another case of hanging on a bad streamVasily
2020-05-08Re-raise the exception that caused LiveTV stream to not openVasily
2020-04-26Merge pull request #2798 from JustAMan/fix-livetv-againJoshua M. Boniface
Make localhost LiveTV restreams always use plain HTTP port
2020-04-20Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro
2020-04-19Merge pull request #2829 from Bond-009/warn19dkanada
Fix some warnings
2020-04-15Merge branch 'master' into nullable3Bond_009
2020-04-13Merge branch 'master' into register-services-correctlyMark Monteiro
2020-04-11Fix style issuesMark Monteiro
2020-04-11Use a separate line for each property initializerMark Monteiro
2020-04-11Fix some warningsBond_009
2020-04-07Make localhost LiveTV restreams always use plain HTTP portVasily
2020-04-05Enable nullabe reference types for MediaBrowser.ModelBond_009
2020-04-05replace 'try-finally' with 'using' where appropriateMark Monteiro
2020-04-04Construct LiveTvDtoService and LiveTvManager correctlyMark Monteiro
2020-04-04Register ILiveTvManager and IPlaylistManager correctlyMark Monteiro
2020-04-03Merge remote-tracking branch 'upstream/master' into remove-common-processMark Monteiro
2020-04-02Enable Microsoft.CodeAnalysis.FxCopAnalyzers for Jellyfin.CommonBond_009
2020-04-01Merge branch 'master' into usingsBond-009
2020-04-01Address commentsBond_009
2020-03-27Make sure Process objects are all disposed correctlyMark Monteiro
2020-03-27Delete unnecessary ProcessFactory abstractionMark Monteiro
2020-03-27Remove unnecessary CommonProcess abstractionMark Monteiro
2020-03-24Remove unused usingsBond_009
2020-03-11Merge branch 'master' into warn17Bond-009
2020-03-03Replace ILogger with ILogger<T> wherever possibleMark Monteiro
Log entries will contain additional class context when using this interface
2020-02-23Fix some warningsBond_009
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
2020-02-19Address commentsBond_009
2020-02-06Fix some warnings in Emby.Server.ImplementationsBond_009
2020-02-03Merge pull request #2357 from Bond-009/warn13dkanada
Fix warnings
2020-01-31Fix warningsBond_009
2020-02-01Merge pull request #2247 from Bond-009/stringhelperdkanada
Remove StringHelper functions
2020-01-22Remove FileSystem.GetStreamBond-009
2020-01-10Merge branch 'master' into embytvBond_009
2020-01-09Remove StringHelper functionsBond-009
2020-01-02Merge pull request #2150 from Bond-009/releaseerrordkanada
Enable TreatWarningsAsErrors for some projects
2019-12-14Move Emby.XmlTv to a NuGet package (#2042)Bond-009
* Move Emby.XmlTv to a NuGet package * Update Emby.Server.Implementations/Emby.Server.Implementations.csproj Co-Authored-By: Anthony Lavado <anthonylavado@me.com>
2019-12-13Enable TreatWarningsAsErrors for some projectsBond_009
Analyzers are only run in debug build, so setting TreatWarningsAsErrors for release build will catch the compiler warnings until we resolve all analyzer warnings.
2019-12-12Add improved error error for #2141Bond-009
2019-12-06Merge remote-tracking branch 'upstream/master' into randomBond-009
2019-12-04Clean up Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.csBond_009