aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/VideosController.cs
AgeCommit message (Expand)Author
6 daysRemove DtoExtensions.AddClientFields (#15638)Niels van Velzen
2025-03-28Add validation for level inputShadowghost
2025-03-28Rename ValidationRegex to ContainerValidationRegexShadowghost
2025-03-28Fix container parameter validationShadowghost
2025-02-13Make the JsonConverters for delimited arrays more generic (#13396)Bond-009
2024-09-09Use enums for encoding options (#12561)Tim Eisele
2024-08-12Update api doc to remove outdated infognattu
2024-07-17Move default value to api specgnattu
2024-07-17Add EnableAudioVbrEncoding to TranscodingProfilegnattu
2024-04-14Validate item access (#11171)Cody Robibero
2024-03-28fix: forward port patch for GHSA-866x-wj5j-2vf4 (#11228)gnattu
2024-02-10Fix file extension based on containerShadowghost
2024-02-10DVD and BDMV folders can not be served directlyShadowghost
2024-01-17Use helper function to compare guid (#10825)Cody Robibero
2023-12-21Add ITranscodeManager servicePatrick Barron
2023-11-15Remove DLNA API codePatrick Barron
2023-11-12Move API policies to MediaBrowser.CommonPatrick Barron
2023-02-17Validate requested user id (#8812)Cody Robibero
2023-02-12Merge branch 'master' into simplify_authzcvium
2023-02-09refactor: simplify authzcvium
2023-02-04Return NotFound when itemId isn't foundBond_009
2023-02-02Cleanup importsShadowghost
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-10-06fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContextcvium
2022-06-29Merge pull request #7994 from nyanmisaka/fix-throttlerJoshua M. Boniface
2022-03-11Merge pull request #7346 from Bond-009/guidClaus Vium
2022-03-05Merge pull request #7137 from SenorSmartyPants/masterBond-009
2022-02-21Optimize Guid comparisonsBond_009
2022-01-20Properly populate QueryResultCody Robibero
2022-01-08Remove unused httpContext parameterSenorSmartyPants
2022-01-07Remove isHeadRequest from GetStaticFile method signaturesSenorSmartyPants
2021-11-15- ensure the proper StartTimeTicks variable is forwarded to the AddDlnaHeader...Marius Luca
2021-10-03Fix warning: The nullable warning suppression expression is redundant (#2149)KonH
2021-09-10Missing linebreaks that Rider apparently can't just do for me?cvium
2021-09-10Don't throw when livestream file isn't foundcvium
2021-09-10Remove more unused argscvium
2021-09-10Kill ProgressiveFileCopier and seek to end for ongoing livetvcvium
2021-09-06Remove all unused usingsFernando Fernández
2021-09-04Disambiguate vpx to vp8 or vp9Chris Tam
2021-07-08Restore max width and height paramsBill Thornton
2021-06-04Don't dispose managed CancellationTokenSource (#6139)Cody Robibero
2021-04-30Remove extraneous 'stream' parameterMaxr1998
2021-04-20EncodingHelper: Fix circular dependencyBond_009
2021-03-22change HLS endpoint defaults to falsecvium
2021-03-05Merge pull request #5383 from cvium/fix-mergeversions-overflowBond-009
2021-03-05do not pick a linked item as primary when merging versionscvium
2021-03-04Specify defaults or set query parameter to nullablecrobibero
2020-12-05Fix MergeVersions endpointcvium