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

29 Commits (f1dc1610a28fdb2dec4241d233503b6e11020546)

Author SHA1 Message Date
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
Cody Robibero d2e18547b1
Require properly typed ActionResult<T> () 2 years ago
Cody Robibero 7424f0ca8c Merge pull request from DMouse10462/named-config-api-fix 3 years ago
Bond_009 6f8ccab788 Move non-jellyfin extensions to separate project 4 years ago
Bond_009 91c2a57b28 Enable nullable reference types for MediaBrowser.Common 4 years ago
Bond_009 a8ed753f6c FxCop -> Net Analyzers (part 2) 4 years ago
crobibero efce4d4bf3 Merge remote-tracking branch 'upstream/master' into bad-route 4 years ago
crobibero 7294dc103f Fix api routes 4 years ago
crobibero eab92a0b01 Merge remote-tracking branch 'upstream/master' into api-stream-return 4 years ago
crobibero 29fc882037 merge all attributes 4 years ago
crobibero 59d47ec3f5 Make all FromRoute required 4 years ago
crobibero 2f33bee2a9 Set openapi schema type to file where possible 4 years ago
crobibero d63f4bce5d Conver all remaining form request to body 4 years ago
crobibero fffa94fc33 Apply fixes from review 5 years ago
David c6a0306a34 Move field to the controller 5 years ago
David ee03b919f9 Fix parsing 5 years ago
crobibero 73bcda7eac Make all optional strings nullable 5 years ago
crobibero 10ddbc34ec Add missing attributes, fix response codes, fix route parameter casing 5 years ago
David 522e44de59
Merge pull request from crobibero/api-authorization 5 years ago
crobibero 9a51f484af Remove nullable, add async task 5 years ago
crobibero c24666253c Add Default authorization policy 5 years ago
David 043d76bd6e Use Http status code 204 instead of 200 5 years ago
crobibero 9f0b5f347a Switch Config controller to System.Text.Json 5 years ago
crobibero 6dbbfcbfbe update xml docs 5 years ago
crobibero bb8e738a08 Fix Authorize attributes 5 years ago
crobibero a06d271725 Move ConfigurationService to Jellyfin.Api 5 years ago