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
/
UniversalAudioController.cs
Age
Commit message (
Expand
)
Author
2021-10-03
Fix warning: The nullable warning suppression expression is redundant (#2149)
KonH
2021-05-20
Migrate authentication db to EF Core
Patrick Barron
2021-05-01
Nullability handling for device profile classes
Maxr1998
2021-03-22
change HLS endpoint defaults to false
cvium
2021-03-04
Specify defaults or set query parameter to nullable
crobibero
2021-02-13
Minor improvements
Bond_009
2021-01-24
Remove useless abstraction and clean up formatting
Bond_009
2020-11-21
Remove UTF8 bom from some files
Bond_009
2020-11-20
Merge pull request #4499 from crobibero/more-param
Joshua M. Boniface
2020-11-16
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.
crobibero
2020-11-08
add initial support for HEVC over FMP4-HLS
nyanmisaka
2020-11-07
Merge pull request #4401 from nyanmisaka/respect-music-settings
Claus Vium
2020-11-06
Minor perf improvements
Bond_009
2020-11-01
fix music directplay on Gelli
nyanmisaka
2020-11-01
fix the route of audio containers
nyanmisaka
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
Merge remote-tracking branch 'upstream/master' into bad-route
crobibero
2020-09-07
Fix api routes
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
Add missing references
crobibero
2020-09-05
Make all FromRoute required
crobibero
2020-09-01
Set openapi schema type to file where possible
crobibero
2020-08-19
Fix conflicting audio routes
crobibero
2020-08-18
rename clientCapabilities
crobibero
2020-08-16
Revert "Fix audio stream routes"
crobibero
2020-08-16
Fix audio stream routes
crobibero
2020-08-10
Use proper IHttpContextAccessor
crobibero
2020-08-09
convert dependent controller functions to di helper class
crobibero
2020-08-04
Fix all route for base url support
crobibero
2020-08-03
fix openapi validation errors
crobibero
2020-08-03
Properly use DI to reference other controllers.
crobibero
2020-08-01
Remove duplicate code
David
2020-08-01
Remove duplicate code
David
2020-08-01
Use correct MediaInfo method
David
2020-08-01
Fix parameters
David
2020-08-01
Prepare DynamicHlsController merge
David
2020-08-01
Move UniversalAudioService to Jellyfin.Api
David