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
/
HlsSegmentController.cs
Age
Commit message (
Expand
)
Author
2023-12-21
Add ITranscodeManager service
Patrick Barron
2023-11-14
Revert "Use System.Net.IPNetwork"
Bond_009
2023-10-06
Reduce string allocations
Bond_009
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-01-08
Remove unused httpContext parameter
SenorSmartyPants
2022-01-07
Remove isHeadRequest from GetStaticFile method signatures
SenorSmartyPants
2021-11-08
Fix and disable new dotnet6 warnings
Cody Robibero
2021-10-03
Fix warning: The nullable warning suppression expression is redundant (#2149)
KonH
2021-03-20
Apply review suggestions
Erwin de Haan
2021-03-20
Fix directory traversal in the HlsSegmentController in a fairly rudimentary b...
Erwin de Haan
2021-03-04
Specify defaults or set query parameter to nullable
crobibero
2021-02-10
Create BaseItemKind enum
crobibero
2020-11-21
Remove UTF8 bom from some files
Bond_009
2020-11-19
Add response code documentation
crobibero
2020-11-19
Fix live tv hls playback
crobibero
2020-11-13
Updated based on review feedback
crobibero
2020-11-13
Use null coalescing when possible
crobibero
2020-11-13
Convert NullReferenceException to ResourceNotFoundException
crobibero
2020-11-13
Fix nullability errors in Jellyfin.Api (part 1)
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-10
Use proper IHttpContextAccessor
crobibero
2020-08-04
Fix all route for base url support
crobibero
2020-08-03
fix openapi validation errors
crobibero
2020-07-27
Move HlsSegmentService to Jellyfin.Api
David Ullmer