Commit Graph

18 Commits (3dc402433870ba3dcd0f0c9f282ea96538e43c8b)

Author SHA1 Message Date
Bond_009 97a02f5803 Remove BOM from UTF-8 files
5 months ago
Bond_009 52194f56b5 Replace != null with is not null
2 years ago
Bond_009 f5613add1a Remove extra argument
2 years ago
Bond_009 5036afd691 Minor cleanup
2 years ago
Bond_009 e7be01d7a5 Flush to disk async where possible
3 years ago
KonH b6bf43af45 Fix warning: Using directive is not required by the code and can be safely removed (#2149)
3 years ago
Claus Vium c5491dc46c
Merge pull request #6613 from Bond-009/randomaccess
3 years ago
Bond_009 a4eede29ab Use RandomAccess instead of a FileStream where it makes sense
3 years ago
Bond_009 f31224fa8f Remove sync FileStream hack
3 years ago
Bond_009 13fbfe6091 Target net6.0
3 years ago
Claus Vium 62113c4603
Update Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs
3 years ago
Claus Vium cec0dd94ba
Update Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs
3 years ago
Claus Vium 6b8b7f1426
Update Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs
3 years ago
cvium e34aa22dc1 Remove AsyncFile.OpenRead
3 years ago
cvium 794b73c62d Use File.GetAttributes instead of creating a new FileInfo
3 years ago
cvium 3bc9f38833 Fix SA1614 and SA1116
3 years ago
cvium 30152c8d96 Include the MIT license
3 years ago
cvium 6a2df35b37 Read file length for symlinks, supersedes #5775 and #5824
3 years ago