aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/HlsSegmentController.cs
AgeCommit message (Expand)Author
2023-12-21Add ITranscodeManager servicePatrick Barron
2023-11-14Revert "Use System.Net.IPNetwork"Bond_009
2023-10-06Reduce string allocationsBond_009
2023-02-09refactor: simplify authzcvium
2023-02-02Migrate to file-scoped namespacesShadowghost
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-01-08Remove unused httpContext parameterSenorSmartyPants
2022-01-07Remove isHeadRequest from GetStaticFile method signaturesSenorSmartyPants
2021-11-08Fix and disable new dotnet6 warningsCody Robibero
2021-10-03Fix warning: The nullable warning suppression expression is redundant (#2149)KonH
2021-03-20Apply review suggestionsErwin de Haan
2021-03-20Fix directory traversal in the HlsSegmentController in a fairly rudimentary b...Erwin de Haan
2021-03-04Specify defaults or set query parameter to nullablecrobibero
2021-02-10Create BaseItemKind enumcrobibero
2020-11-21Remove UTF8 bom from some filesBond_009
2020-11-19Add response code documentationcrobibero
2020-11-19Fix live tv hls playbackcrobibero
2020-11-13Updated based on review feedbackcrobibero
2020-11-13Use null coalescing when possiblecrobibero
2020-11-13Convert NullReferenceException to ResourceNotFoundExceptioncrobibero
2020-11-13Fix nullability errors in Jellyfin.Api (part 1)crobibero
2020-09-06Merge remote-tracking branch 'upstream/master' into api-stream-returncrobibero
2020-09-06merge all attributescrobibero
2020-09-05Add missing referencescrobibero
2020-09-05Make all FromRoute requiredcrobibero
2020-09-01Set openapi schema type to file where possiblecrobibero
2020-08-10Use proper IHttpContextAccessorcrobibero
2020-08-04Fix all route for base url supportcrobibero
2020-08-03fix openapi validation errorscrobibero
2020-07-27Move HlsSegmentService to Jellyfin.ApiDavid Ullmer