Commit Graph

72 Commits (3a452463fc23a5b22fc6503ccf1f1db2e3b7f52f)

Author SHA1 Message Date
Ryan Petris c0c0eaec05
new List(int) does not pre-allocate indicies like Arrays, it merely sets the initial capacity.
4 years ago
crobibero a9aafbaf5a Don't throw exception unless needed
4 years ago
crobibero e621244405 Add missing EnsureSuccessStatusCode
4 years ago
Claus Vium 0a35f35311
Merge pull request #4591 from jellyfin/schedulesdirect
4 years ago
Bond_009 81ca6cb47c Clean up SchedulesDirect
4 years ago
Bond_009 38932fc7d1 Schedules Direct requires the hex to be lowercase
4 years ago
Bond_009 8c8a71692e Remove Hex class as the BCL has one now
4 years ago
Greenback e51ddd326c Fixes spelling.
4 years ago
Bond_009 4b1c9dc9ea Pass cancellation where possible
4 years ago
crobibero 95a2de757f remove custom HttpException
4 years ago
Neil Burrows e9d35cb2ca Switching to the more efficient Hex.Encode function
4 years ago
Neil Burrows 866c41519f Perform hashing of Password for Schedules Direct on server
4 years ago
Matt Montgomery 53d5f64e03 Fix SA1513, SA1514, SA1507, and SA1508
4 years ago
Bond_009 384ab39f5b Fix some warnings
4 years ago
crobibero 2a8653b309 Merge remote-tracking branch 'upstream/master' into http-client-migrate
4 years ago
crobibero ae8ff1ca54 last time I swear
4 years ago
crobibero 4d4dc0b555 Remove ResponseHeadersRead in SchedulesDirect
4 years ago
crobibero d8a0edc511 Revert "Remove ResponseHeadersRead where applicable"
4 years ago
crobibero 85844a84b6 Remove ResponseHeadersRead where applicable
4 years ago
crobibero b111b9e2c9 Fix styling
4 years ago
crobibero 4038d15c83 Properly migrate all HttpCompletionOption
4 years ago
Bond_009 e653eef44f Fix some warnings
4 years ago
crobibero 652e688cc1 migrate to IHttpClientFactory in SchedulesDirect
4 years ago
Bond_009 ab2147751f Make MediaBrowser.MediaEncoding warnings free
4 years ago
Bond_009 febb6bced6 Review usage of string.Substring (part 1)
4 years ago
telans 247f9c61e6
fix SA1513/SA1516
4 years ago
telans 3d9049ef08
fix SA1508
4 years ago
telans acd4389653
fix SA1005
4 years ago
dkanada 403cd3205f
Merge pull request #3254 from crobibero/ilogger
4 years ago
aled 22a860a806 Fix a small number of compile warnings
4 years ago
crobibero 44957c5a9a Use typed logger where possible
4 years ago
Bond_009 2be394089e Enable Microsoft.CodeAnalysis.FxCopAnalyzers for Jellyfin.Common
5 years ago
Bond_009 3ab50f5a3f Address comments
5 years ago
Mark Monteiro b67e9cde8c Replace ILogger with ILogger<T> wherever possible
5 years ago
Bond_009 7060934792 Fix some warnings in Emby.Server.Implementations
5 years ago
Bond_009 5a8e972952 Enable TreatWarningsAsErrors for some projects
5 years ago
Bond-009 b477b3874e Fix some warnings
5 years ago
Bond_009 c9820d30ed Fix multiple mistakes and warnings
5 years ago
Bond_009 d405a400aa Fixes issues with HttpClientManager
5 years ago
Bond-009 0a5550b13d Remove more unused stuff
5 years ago
Claus Vium 78742b8e4c Switch to HeaderNames instead of hardcoded strings (and other header related fixes)
6 years ago
Erwin de Haan 924ec0c191 Revert Jellyfin.Versioning, Update all versions and user agents.
6 years ago
Erwin de Haan 321c440739 Reformat JustAMan review pt1 changes
6 years ago
Erwin de Haan 65bd052f3e ReSharper conform to 'var' settings
6 years ago
Erwin de Haan 39ef1106d7 Visual Studio Reformat: Emby.Server.Implementations Part Liv-P
6 years ago
Erwin de Haan ec1f5dc317 Mayor code cleanup
6 years ago
Bond_009 a1b96a3135 Clean up HttpClientManager, LiveTvManager and InstallationManager
6 years ago
Bond_009 a445233192 Fix warning and improve performance
6 years ago
Bond_009 ea4c914123 Fix exception logging
6 years ago
Bond_009 0f8b3c6347 Use Microsoft.Extensions.Logging abstraction
6 years ago