aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/VideosController.cs
AgeCommit message (Collapse)Author
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
* Make the JsonConverters for delimited arrays more generic Also adds some tests for serialization (with different types) as we didn't have any before. * Ignore warnings
2024-09-09Use enums for encoding options (#12561)Tim Eisele
2024-08-12Update api doc to remove outdated infognattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-07-17Move default value to api specgnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-07-17Add EnableAudioVbrEncoding to TranscodingProfilegnattu
This will allow the client selectively disable VBR audio when it causes problems. Signed-off-by: gnattu <gnattuoc@me.com>
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
# Conflicts: # Jellyfin.Api/Auth/SyncPlayAccessPolicy/SyncPlayAccessHandler.cs
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
(cherry picked from commit a7d45b5d3aa5b16b0aeeece690396f91fb7b7e3e) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-03-11Merge pull request #7346 from Bond-009/guidClaus Vium
Optimize Guid comparisons
2022-03-05Merge pull request #7137 from SenorSmartyPants/masterBond-009
2022-02-21Optimize Guid comparisonsBond_009
* Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty
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 ↵Marius Luca
AddDlnaHeaders function
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
The argument isn't passed to the method but causes the API generator to include an unnecessary parameter. Also fixes some typos in the documentation comments.
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
do not pick a linked item as primary when merging versions
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
2020-11-30fix trascodeReasons reportnyanmisaka