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

38 Commits (9644e894f0f6e1206f68a2b23aeb8065a565f9bf)

Author SHA1 Message Date
Cody Robibero 6fb6b5f176
Validate item access () 11 months ago
Patrick Barron de0241e975 Move API policies to MediaBrowser.Common 1 year ago
cvium 209edd38a4 refactor: simplify authz 2 years ago
Shadowghost f5f890e685 Migrate to file-scoped namespaces 2 years ago
Bond_009 c7d50d640e Replace == null with is null 2 years ago
Bond_009 cbfa355e31 Update StyleCop 3 years ago
cvium b880dc8a4a Use our own Contains extension 3 years ago
cvium b50c3852ef Remove unused dependencies 3 years ago
Bond_009 9af16fcb6c Remove workaround for 3 years ago
Bond_009 f31224fa8f Remove sync FileStream hack 3 years ago
Bond_009 a6d1e542e6 Reduce allocations 3 years ago
Fernando Fernández 3d0b1ccae6
Remove all unused usings 4 years ago
Bond_009 e3dac4fda2 Use async FileStreams where it makes sense 4 years ago
Joshua M. Boniface dc81d576ab Remove /Images/Remote API endpoint 4 years ago
David 60ffa6f514 Use FileShare.None when creating files 4 years ago
crobibero dae4541bad Merge remote-tracking branch 'upstream/master' into dotnet-5 4 years ago
Bond_009 c4bb32f259
Access last element by index where possible 4 years ago
crobibero 73d2cb1c2a Updated based on review feedback 4 years ago
crobibero 95ebb9a55a Use null coalescing when possible 4 years ago
crobibero 5f52a58e78 Convert NullReferenceException to ResourceNotFoundException 4 years ago
crobibero 01355e0498 Fix nullability errors in Jellyfin.Api (part 1) 4 years ago
crobibero eab92a0b01 Merge remote-tracking branch 'upstream/master' into api-stream-return 5 years ago
crobibero 29fc882037 merge all attributes 5 years ago
crobibero 59d47ec3f5 Make all FromRoute required 5 years ago
crobibero d5eb246557 Merge remote-tracking branch 'upstream/master' into api-stream-return 5 years ago
crobibero c473645f9d Set openapi schema type to file where possible 5 years ago
crobibero dd078e7b82 use named client 5 years ago
Bond_009 119f64f5e7 Make some methods async 5 years ago
crobibero 8da646e12b Dispose httpclient response 5 years ago
crobibero 8ddcd12348 Remove all using for HttpClient 5 years ago
crobibero 97fd11c9a4 Remove httpclient from Jellyfin.Api 5 years ago
crobibero fffa94fc33 Apply fixes from review 5 years ago
David 4ea412f2ab Fix remote images 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
David 5c6e9f4db5 Add missing authorization policies 5 years ago
crobibero 10ddbc34ec Add missing attributes, fix response codes, fix route parameter casing 5 years ago
crobibero 9a51f484af Remove nullable, add async task 5 years ago