aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-09move a variable out of for loopdkanada
2019-03-08Disable HTTPS in Kestrel if Certificate is nullClaus Vium
2019-03-08Remove more unused stuffBond-009
2019-03-08Remove usage of depricated 'WebRequest'Bond-009
Ref: https://docs.microsoft.com/en-us/dotnet/api/system.net.webrequest?view=netframework-4.7.2
2019-03-08Make MusicBrainz base url configurableBond-009
2019-03-08Merge pull request #1072 from anthonylavado/remove-headerAnthony Lavado
Remove New File Header
2019-03-08remove mirror images from library thumbnaildkanada
2019-03-08Merge pull request #1071 from jellyfin/Bond-009-patch-1Anthony Lavado
Fix error from #1069
2019-03-08remove new file header text, and remove it from solutionAnthony Lavado
This removes the new file header text file from the repository, and also removes the include that was in the project solution.
2019-03-08Fix errorBond-009
2019-03-08Merge pull request #1069 from Bond-009/fixVasily
Quick nullref fix
2019-03-07Merge pull request #1067 from cvium/add_urlprefixesBond-009
Add urlprefixes during init
2019-03-07Quick nullref fixBond-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 pull request #1065 from cvium/closed_responseBond-009
Don't set status code if response is closed
2019-03-08Merge pull request #1064 from Bond-009/fix2Vasily
Remove file added in #996
2019-03-07Don't set status code if response is closedClaus Vium
2019-03-08Merge pull request #1058 from Bond-009/cleanVasily
Cleanup/simplification
2019-03-08Merge pull request #1063 from EraYaN/azure-pipelines-upstream-change-fixVasily
Update to renamed DownloadGitHubRelease task (Microsoft/azure-pipelines-tasks#9481)
2019-03-07Remove file added in #996Bond-009
2019-03-08Merge pull request #996 from Bond-009/libscanVasily
Reduce the amount of exceptions thrown
2019-03-07Update to renamed DownloadGitHubRelease task ↵Erwin de Haan
(Microsoft/azure-pipelines-tasks#9481)
2019-03-07Merge pull request #1061 from Bond-009/deadVasily
Remove dead code
2019-03-07Fail on warnings for Jellyfin.ServerBond-009
2019-03-07Address commentBond-009
2019-03-07Reduce the amount of exceptions thrownBond_009
2019-03-07Merge pull request #1062 from Bond-009/warnfixJoshua M. Boniface
Fix the 2 new warnings
2019-03-07Fix the 2 new warningsBond-009
2019-03-07Cleanup/simplificationBond-009
* Removed useless copies/allocations * Reduced unneeded complexity
2019-03-07Merge pull request #1010 from cvium/kestrel_pocBond-009
Remove System.Net and port to Kestrel
2019-03-07Merge remote-tracking branch 'remotes/upstream/master' into kestrel_pocClaus Vium
2019-03-07Remove dead codeBond-009
What it says on the tin
2019-03-07Merge pull request #870 from LogicalPhallacy/betterauthBond-009
Better default authentication
2019-03-07Make SkipLogExtensions staticClaus Vium
2019-03-07Update MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.csBond-009
Co-Authored-By: cvium <cvium@users.noreply.github.com>
2019-03-07Reduce aspnet importsClaus Vium
2019-03-07Update Emby.Server.Implementations/Library/DefaultAuthenticationProvider.csBond-009
Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-03-07Remove redundent class AssemblyInfoBond-009
2019-03-07Merge pull request #947 from EraYaN/azure-pipelinesJoshua M. Boniface
Add Azure Pipelines YAML
2019-03-07Merge pull request #844 from ploughpuff/ffmpegVasily
Reworked FFmpeg path discovery and always display to user
2019-03-07Merge pull request #1028 from Bond-009/ratingsVasily
Simplify rating loading
2019-03-07made hashset static and readonlyPhallacy
2019-03-07Remove useless commentsBond_009
2019-03-07more fixes for perf and stylePhallacy
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-07Apply suggestions from code review Bond-009
more minor fixes before I do larger fixes Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-03-06Make FileSystem readonlyClaus Vium
2019-03-06Remove public Host propertyClaus Vium
2019-03-06Review commentsClaus Vium