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
/
VideosController.cs
Age
Commit message (
Expand
)
Author
6 days
Remove DtoExtensions.AddClientFields (#15638)
Niels van Velzen
2025-03-28
Add validation for level input
Shadowghost
2025-03-28
Rename ValidationRegex to ContainerValidationRegex
Shadowghost
2025-03-28
Fix container parameter validation
Shadowghost
2025-02-13
Make the JsonConverters for delimited arrays more generic (#13396)
Bond-009
2024-09-09
Use enums for encoding options (#12561)
Tim Eisele
2024-08-12
Update api doc to remove outdated info
gnattu
2024-07-17
Move default value to api spec
gnattu
2024-07-17
Add EnableAudioVbrEncoding to TranscodingProfile
gnattu
2024-04-14
Validate item access (#11171)
Cody Robibero
2024-03-28
fix: forward port patch for GHSA-866x-wj5j-2vf4 (#11228)
gnattu
2024-02-10
Fix file extension based on container
Shadowghost
2024-02-10
DVD and BDMV folders can not be served directly
Shadowghost
2024-01-17
Use helper function to compare guid (#10825)
Cody Robibero
2023-12-21
Add ITranscodeManager service
Patrick Barron
2023-11-15
Remove DLNA API code
Patrick Barron
2023-11-12
Move API policies to MediaBrowser.Common
Patrick Barron
2023-02-17
Validate requested user id (#8812)
Cody Robibero
2023-02-12
Merge branch 'master' into simplify_authz
cvium
2023-02-09
refactor: simplify authz
cvium
2023-02-04
Return NotFound when itemId isn't found
Bond_009
2023-02-02
Cleanup imports
Shadowghost
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-10-06
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
cvium
2022-06-29
Merge pull request #7994 from nyanmisaka/fix-throttler
Joshua M. Boniface
2022-03-11
Merge pull request #7346 from Bond-009/guid
Claus Vium
2022-03-05
Merge pull request #7137 from SenorSmartyPants/master
Bond-009
2022-02-21
Optimize Guid comparisons
Bond_009
2022-01-20
Properly populate QueryResult
Cody Robibero
2022-01-08
Remove unused httpContext parameter
SenorSmartyPants
2022-01-07
Remove isHeadRequest from GetStaticFile method signatures
SenorSmartyPants
2021-11-15
- ensure the proper StartTimeTicks variable is forwarded to the AddDlnaHeader...
Marius Luca
2021-10-03
Fix warning: The nullable warning suppression expression is redundant (#2149)
KonH
2021-09-10
Missing linebreaks that Rider apparently can't just do for me?
cvium
2021-09-10
Don't throw when livestream file isn't found
cvium
2021-09-10
Remove more unused args
cvium
2021-09-10
Kill ProgressiveFileCopier and seek to end for ongoing livetv
cvium
2021-09-06
Remove all unused usings
Fernando Fernández
2021-09-04
Disambiguate vpx to vp8 or vp9
Chris Tam
2021-07-08
Restore max width and height params
Bill Thornton
2021-06-04
Don't dispose managed CancellationTokenSource (#6139)
Cody Robibero
2021-04-30
Remove extraneous 'stream' parameter
Maxr1998
2021-04-20
EncodingHelper: Fix circular dependency
Bond_009
2021-03-22
change HLS endpoint defaults to false
cvium
2021-03-05
Merge pull request #5383 from cvium/fix-mergeversions-overflow
Bond-009
2021-03-05
do not pick a linked item as primary when merging versions
cvium
2021-03-04
Specify defaults or set query parameter to nullable
crobibero
2020-12-05
Fix MergeVersions endpoint
cvium
[next]