index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Jellyfin.Api
/
Controllers
/
MediaInfoController.cs
Age
Commit message (
Expand
)
Author
2024-09-12
Add option to always burn in subtitles if transcoding is triggered (#12430)
gnattu
2024-04-14
Validate item access (#11171)
Cody Robibero
2024-02-17
Always make userId query parameter optional
Niels van Velzen
2023-02-20
Merge branch 'master' into network-rewrite
Shadowghost
2023-02-17
Validate requested user id (#8812)
Cody Robibero
2023-02-17
Consistently write IP in upercase
Shadowghost
2023-02-09
refactor: simplify authz
cvium
2023-02-02
Migrate to file-scoped namespaces
Shadowghost
2022-12-05
Replace != null with is not null
Bond_009
2022-12-05
Replace == null with is null
Bond_009
2022-10-06
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
cvium
2022-09-11
Require properly typed ActionResult<T> (#8382)
Cody Robibero
2022-03-06
Series: issue-6450
Isaac Gordezky
2021-10-08
Use new Random.Shared instead of creating new instances
Bond_009
2021-10-03
Fix warning: The nullable warning suppression expression is redundant (#2149)
KonH
2021-08-13
Merge branch 'master' into authenticationdb-efcore
Patrick Barron
2021-07-17
Merge pull request #5864 from DeeJayBro/return-on-error
Bond-009
2021-07-16
Fix ArgumentOutOfRangeException when getting PostedPlaybackInfo
DeeJayBro
2021-07-10
Fix error message, use range parameters
Cody Robibero
2021-07-09
Use asp validation and increase max size
Cody Robibero
2021-05-20
Migrate authentication db to EF Core
Patrick Barron
2021-01-20
Add ability to mark query parameter as obsolete.
crobibero
2020-12-19
Add request parameters to OpenLiveStreamDto
crobibero
2020-12-10
Fix empty body for PlaybackInfo
crobibero
2020-11-23
Don't nest DeviceProfile
crobibero
2020-11-23
Add TODO notice
crobibero
2020-11-23
Fix sending PlaybackInfo
crobibero
2020-11-21
Remove UTF8 bom from some files
Bond_009
2020-10-31
respect music quality settings when transcoding
nyanmisaka
2020-09-11
Merge pull request #4093 from crobibero/bad-route
Bond-009
2020-09-10
Merge pull request #4116 from cvium/add_known_proxies
Bond-009
2020-09-10
Standardize use of IsLocal and RemoteIp
cvium
2020-09-09
Remove nullable from required
crobibero
2020-09-06
Merge remote-tracking branch 'upstream/master' into api-stream-return
crobibero
2020-09-06
merge all attributes
crobibero
2020-09-05
Make all FromRoute required
crobibero
2020-09-01
Set openapi schema type to file where possible
crobibero
2020-08-21
Make method async
Bond_009
2020-08-09
convert dependent controller functions to di helper class
crobibero
2020-08-06
Apply fixes from review
crobibero
2020-08-04
Fix all route for base url support
crobibero
2020-08-03
Fix some request parameters
crobibero
2020-08-03
Specify Logger type
crobibero
2020-07-29
Fix PlaybackInfo endpoint
crobibero
2020-07-07
Make query parameters nullable or set default value
crobibero
2020-06-27
Move MediaInfoService to Jellyfin.Api
David