Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commits/commit/15c8854502a4a9006754921d2bcef016e87b1104/Emby.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Commit Graph

103 Commits (15c8854502a4a9006754921d2bcef016e87b1104)

Author SHA1 Message Date
Stepan Goremykin 910617bbc3 Remove redundant 'else' keywords 2 years ago
Bond_009 24a7e210c3 Optimize tryparse 2 years ago
Bond_009 b366dc2e6e Use ArgumentException.ThrowIfNullOrEmpty 2 years ago
Bond_009 52194f56b5 Replace != null with is not null 2 years ago
Bond_009 c7d50d640e Replace == null with is null 2 years ago
Anthony Lavado f9221c9a64 Backport pull request from jellyfin/release-10.8.z 2 years ago
Bond-009 2d57e71b44
Don't allow throwing System.Exception () 3 years ago
Bond_009 5732e6188c Fix some warnings 3 years ago
Cody Robibero 7bfc6b5679 Remove more warnings 3 years ago
Bond_009 ea8f40e84a More cleanup 3 years ago
cvium b880dc8a4a Use our own Contains extension 3 years ago
Bond_009 beafd6eaab Use JsonContent where possible 3 years ago
cvium b50c3852ef Remove unused dependencies 3 years ago
Bond_009 5265b3eee7 Replace PBKDF2-SHA1 with PBKDF2-SHA512 3 years ago
Cody Robibero 23e6c918a2 Remove Linq to index search 4 years ago
Cody Robibero 0587b539ec Suggestions from review 4 years ago
Cody Robibero 47e24a2cf7 Add SchedulesDirect json tests 4 years ago
Cody Robibero 47be1bf69f Enable nullable for SchedulesDirect 4 years ago
Cody Robibero 8e498b01e7 Fix issues from merge 4 years ago
Cody Robibero cba07b1ca6 Remove more and more warnings 4 years ago
Bond_009 6f8ccab788 Move non-jellyfin extensions to separate project 4 years ago
Bond_009 7e8428e588 Enable nullable reference types for Emby.Server.Implementations 4 years ago
BaronGreenback 2e98de9062
Code Clean up: Convert to null-coalescing operator ?? () 4 years ago
Bond_009 a8ed753f6c FxCop -> Net Analyzers (part 2) 4 years ago
Bond_009 eba859e33e Minor improvements 4 years ago
dkanada 13d65318eb
Merge pull request from Bond-009/minor10 4 years ago
Bond_009 e9f22303a4 Properly forward cancellationTokens 4 years ago
Bond_009 65bab55ca0 Minor improvements 4 years ago
Bond-009 054adf6379
Merge pull request from Ullmie02/servicestack-json 4 years ago
David 043d045448 Put json serializer options in private field 4 years ago
David 196388d607 Remove custom Json serializer from Emby.Server.Implementations 4 years ago
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 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 5 years ago
Bond_009 384ab39f5b Fix some warnings 5 years ago
crobibero 2a8653b309 Merge remote-tracking branch 'upstream/master' into http-client-migrate 5 years ago
crobibero ae8ff1ca54 last time I swear 5 years ago
crobibero 4d4dc0b555 Remove ResponseHeadersRead in SchedulesDirect 5 years ago
crobibero d8a0edc511 Revert "Remove ResponseHeadersRead where applicable" 5 years ago
crobibero 85844a84b6 Remove ResponseHeadersRead where applicable 5 years ago