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

45 Commits (9644e894f0f6e1206f68a2b23aeb8065a565f9bf)

Author SHA1 Message Date
Cody Robibero 6fb6b5f176
Validate item access () 11 months ago
Niels van Velzen 5b93aec2f5 Always make userId query parameter optional 1 year ago
Shadowghost c5a363a007 Merge branch 'master' into network-rewrite 2 years ago
Cody Robibero a527034ebe
Validate requested user id () 2 years ago
Shadowghost 20fd05b050 Consistently write IP in upercase 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
cvium 5dc30c6a6d fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2 years ago
Cody Robibero d2e18547b1
Require properly typed ActionResult<T> () 3 years ago
Isaac Gordezky 5e779f20ee Series: issue-6450 3 years ago
Bond_009 d05062fec0 Use new Random.Shared instead of creating new instances 3 years ago
KonH 7c282ec369 Fix warning: The nullable warning suppression expression is redundant () 3 years ago
Patrick Barron 45f478f63e Merge branch 'master' into authenticationdb-efcore 4 years ago
Bond-009 ea7c7ea48c
Merge pull request from DeeJayBro/return-on-error 4 years ago
DeeJayBro 0ad62e7af9 Fix ArgumentOutOfRangeException when getting PostedPlaybackInfo 4 years ago
Cody Robibero 43b0d0fa95 Fix error message, use range parameters 4 years ago
Cody Robibero e7022cc3fc Use asp validation and increase max size 4 years ago
Patrick Barron a0c6f72762 Migrate authentication db to EF Core 4 years ago
crobibero 59ff2c5b4b Add ability to mark query parameter as obsolete. 4 years ago
crobibero 4539164d38 Add request parameters to OpenLiveStreamDto 4 years ago
crobibero 297b7ea6fa Fix empty body for PlaybackInfo 4 years ago
crobibero 1dafd70f51 Don't nest DeviceProfile 4 years ago
crobibero fafddfc45e Add TODO notice 4 years ago
crobibero f336d20b06 Fix sending PlaybackInfo 4 years ago
Bond_009 f5973d57e8
Remove UTF8 bom from some files 4 years ago
nyanmisaka 00f0c14d7b respect music quality settings when transcoding 4 years ago
Bond-009 1d633aac0a
Merge pull request from crobibero/bad-route 5 years ago
Bond-009 4447589460
Merge pull request from cvium/add_known_proxies 5 years ago
cvium 7576824cee Standardize use of IsLocal and RemoteIp 5 years ago
crobibero 63ebae2f9e Remove nullable from required 5 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 2f33bee2a9 Set openapi schema type to file where possible 5 years ago
Bond_009 6329a36a27 Make method async 5 years ago
crobibero 460c3dd351 convert dependent controller functions to di helper class 5 years ago
crobibero fffa94fc33 Apply fixes from review 5 years ago
crobibero 858aecd409 Fix all route for base url support 5 years ago
crobibero 1535f363b2 Fix some request parameters 5 years ago
crobibero 8bb510a9f6 Specify Logger type 5 years ago
crobibero df5d43132c Fix PlaybackInfo endpoint 5 years ago
crobibero 5d34b07d1f Make query parameters nullable or set default value 5 years ago
David bcd3cddad8 Move MediaInfoService to Jellyfin.Api 5 years ago