Shadowghost
9230472056
Fix file extension based on container
9 months ago
Shadowghost
7baa261b22
DVD and BDMV folders can not be served directly
9 months ago
Cody Robibero
e7b8d45bbb
Use helper function to compare guid ( #10825 )
10 months ago
Patrick Barron
9215a4d40a
Add ITranscodeManager service
11 months ago
Patrick Barron
01fd42cf95
Remove DLNA API code
12 months ago
Patrick Barron
de0241e975
Move API policies to MediaBrowser.Common
12 months ago
Cody Robibero
a527034ebe
Validate requested user id ( #8812 )
2 years ago
cvium
52e2776d8e
Merge branch 'master' into simplify_authz
...
# Conflicts:
# Jellyfin.Api/Auth/SyncPlayAccessPolicy/SyncPlayAccessHandler.cs
2 years ago
cvium
209edd38a4
refactor: simplify authz
2 years ago
Bond_009
52230d1c30
Return NotFound when itemId isn't found
2 years ago
Shadowghost
dfea1229e1
Cleanup imports
2 years ago
Shadowghost
f5f890e685
Migrate to file-scoped namespaces
2 years ago
Bond_009
52194f56b5
Replace != null with is not null
2 years ago
Bond_009
c7d50d640e
Replace == null with is null
2 years ago
cvium
5dc30c6a6d
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
2 years ago
Joshua M. Boniface
9c97c533ef
Merge pull request #7994 from nyanmisaka/fix-throttler
...
(cherry picked from commit a7d45b5d3a
)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
2 years ago
Claus Vium
53209830e7
Merge pull request #7346 from Bond-009/guid
...
Optimize Guid comparisons
3 years ago
Bond-009
2579b2db56
Merge pull request #7137 from SenorSmartyPants/master
3 years ago
Bond_009
f50a250cd9
Optimize Guid comparisons
...
* 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
3 years ago
Cody Robibero
a60cb280a3
Properly populate QueryResult
3 years ago
SenorSmartyPants
d5e7e75421
Remove unused httpContext parameter
3 years ago
SenorSmartyPants
3ea54a8009
Remove isHeadRequest from GetStaticFile method signatures
3 years ago
Marius Luca
4e0edaf544
- ensure the proper StartTimeTicks variable is forwarded to the AddDlnaHeaders function
3 years ago
KonH
7c282ec369
Fix warning: The nullable warning suppression expression is redundant ( #2149 )
3 years ago
cvium
ae0055c494
Missing linebreaks that Rider apparently can't just do for me?
3 years ago
cvium
026a7af0e8
Don't throw when livestream file isn't found
3 years ago
cvium
1a5a74d2a9
Remove more unused args
3 years ago
cvium
1603d1928e
Kill ProgressiveFileCopier and seek to end for ongoing livetv
3 years ago
Fernando Fernández
3d0b1ccae6
Remove all unused usings
3 years ago
Chris Tam
b205d5a032
Disambiguate vpx to vp8 or vp9
3 years ago
Bill Thornton
3090971feb
Restore max width and height params
3 years ago
Cody Robibero
9154f20b34
Don't dispose managed CancellationTokenSource ( #6139 )
3 years ago
Maxr1998
e90fbe90f9
Remove extraneous 'stream' parameter
...
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.
4 years ago
Bond_009
499bac5185
EncodingHelper: Fix circular dependency
4 years ago
cvium
7dedeb6c79
change HLS endpoint defaults to false
4 years ago
Bond-009
3741be51ec
Merge pull request #5383 from cvium/fix-mergeversions-overflow
...
do not pick a linked item as primary when merging versions
4 years ago
cvium
59814bd55e
do not pick a linked item as primary when merging versions
4 years ago
crobibero
858c91ab48
Specify defaults or set query parameter to nullable
4 years ago
cvium
ba7a1c8b7b
Fix MergeVersions endpoint
4 years ago
nyanmisaka
ea592d0256
fix trascodeReasons report
4 years ago
crobibero
8f58f63b08
Merge remote-tracking branch 'upstream/master' into split-api
4 years ago
Joshua M. Boniface
7457c4a95d
Merge pull request #4499 from crobibero/more-param
...
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids
4 years ago
Greenback
e51ddd326c
Fixes spelling.
4 years ago
crobibero
3cc0dd7e12
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.
4 years ago
crobibero
547ee88561
Remove api client generator errors
4 years ago
dkanada
1657af482a
Merge pull request #4082 from cromefire/patch-4
...
More expressive names for the VideoStream API
4 years ago
crobibero
63ebae2f9e
Remove nullable from required
4 years ago
crobibero
efce4d4bf3
Merge remote-tracking branch 'upstream/master' into bad-route
4 years ago
crobibero
7294dc103f
Fix api routes
4 years ago
Cromefire_
95265288a6
More expressive name for the VideoStream API
4 years ago