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/2e9aa146a56472af4dc285a2d2c70f58b41035e1/Jellyfin.Api/Controllers/SearchController.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Commit Graph

31 Commits (2e9aa146a56472af4dc285a2d2c70f58b41035e1)

Author SHA1 Message Date
Cody Robibero e7b8d45bbb
Use helper function to compare guid () 1 year ago
Cody Robibero 2920611ffc Convert string MediaType to enum MediaType 1 year ago
Stepan Goremykin 26958162d0 Remove unused using directives 2 years ago
Cody Robibero a527034ebe
Validate requested user id () 2 years ago
cvium 209edd38a4 refactor: simplify authz 2 years ago
Shadowghost f5f890e685 Migrate to file-scoped namespaces 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
Bond-009 e1e4ac75e4
Merge pull request from luzpaz/typos 2 years ago
Niels van Velzen de98457332 Fix operation name in SearchController and correct nullability for SearchHint 2 years ago
luz paz 9ec2870b10 Fix various typos 2 years ago
Cody Robibero e4b095a766 Merge pull request from crobibero/search-hints 3 years ago
Bond_009 f50a250cd9 Optimize Guid comparisons 3 years ago
Bond_009 1c14c86b20 Fix some warnings 3 years ago
cvium b880dc8a4a Use our own Contains extension 3 years ago
Cody Robibero 32629cd7da Use BaseItemKind where possible 3 years ago
BaronGreenback 2e98de9062
Code Clean up: Convert to null-coalescing operator ?? () 4 years ago
crobibero 223b42aed3 Create BaseItemKind enum 4 years ago
crobibero c083b29e29 Use Guid as API parameter type where possible 4 years ago
crobibero 3cc0dd7e12 Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage. 4 years ago
crobibero 01355e0498 Fix nullability errors in Jellyfin.Api (part 1) 4 years ago
crobibero 63ebae2f9e Remove nullable from required 4 years ago
crobibero 8f6c2e7679 Remove leading slash from route attributes 5 years ago
crobibero 5d34b07d1f Make query parameters nullable or set default value 5 years ago
crobibero 73bcda7eac Make all optional strings nullable 5 years ago
crobibero c24666253c Add Default authorization policy 5 years ago
David Ullmer 1491e93d84 Add response code documentation 5 years ago
David cefa9d3c08 Add default values for parameters and fix spelling 5 years ago
David 7fa374f8a2 Move Split method from BaseJellyfinApiController.cs to RequestHelpers.cs 5 years ago
David f3029428cd Fix suggestions 5 years ago
David 638cfa32ab Move SearchService to new API endpoint 5 years ago