aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/IO/ManagedFileSystem.cs
AgeCommit message (Expand)Author
3 daysBackport pull request #15548 from jellyfin/release-10.11.ztheguymadmax
2025-11-17Backport pull request #15263 from jellyfin/release-10.11.zrevam
2025-10-27Backport pull request #15209 from jellyfin/release-10.11.zShadowghost
2025-10-27Backport pull request #15054 from jellyfin/release-10.11.zShadowghost
2025-05-05Fix cross filesystem dir moving (#14063)gnattu
2025-05-04Cleanup file related code (#14023)Bond-009
2025-03-11Add ability to provide search patterndenys.kozhevnikov
2025-02-03Backport pull request #13390 from jellyfin/release-10.10.zgnattu
2025-01-25chore: fix spellingJosh Soref
2024-09-07Enhance Trickplay (#11883)Tim Eisele
2024-07-15Use real temp dir instead of cache dir for temp files (#12226)Bond-009
2024-06-24Backport pull request #12025 from jellyfin/release-10.9.zShadowghost
2024-05-13Backport pull request #11570 from jellyfin/release-10.9.zgnattu
2024-03-18fix: skip library folders that are inaccessible or empty (#9291)Claus Vium
2023-10-12Merge branch 'master' into fix-resharper-warningsStepan Goremykin
2023-10-08Reduce string literal length by using verbatim stringStepan Goremykin
2023-10-06Reduce string allocationsBond_009
2023-10-03Use DI for IFileSystemPatrick Barron
2023-09-13Minor LibraryMonitor improvementsBond_009
2023-07-01Align indentation on bottom brace of new listRonan Charles-Lorel
2023-07-01Formatting Ronan Charles-Lorel
2023-06-29Moving invalid chars list at class level with a better nameRonan Charles-Lorel
2023-06-29Remove call to Path.GetInvalidFileNameCharsRonan Charles-Lorel
2023-06-29Merge branch 'jellyfin:master' into masterRonan Charles-Lorel
2023-05-10Remove ExtendedFileSystemInfo (#9749)Bond-009
2023-01-31FormattingRonan Charles-Lorel
2023-01-31Add a way to add more invalid characters when sanitizing a filenameRonan Charles-Lorel
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2022-12-05Replace != null with is not nullBond_009
2022-05-20Merge pull request #7724 from jtcasper/permsJoshua M. Boniface
2022-03-02Split DirectoryExists and FileExistsCody Robibero
2022-02-28Use IFileSystemCody Robibero
2022-02-14Fix some warningsBond_009
2021-12-27More cleanupBond_009
2021-11-07Add some docs and testsBond_009
2021-11-07Fix UnauthorizedAccessException in GetDrivesBond_009
2021-10-03Fix warnings in IOPatrick Barron
2021-09-25Use RandomAccess instead of a FileStream where it makes senseBond_009
2021-09-06Remove all unused usingsFernando Fernández
2021-09-06Merge pull request #6177 from Bond-009/asyncClaus Vium
2021-09-03Fix some warningsBond_009
2021-09-02Use async FileStreams where it makes senseBond_009
2021-07-12Improve platform checksBond_009
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-05-24Remove some unnecessary allocationscvium
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-01Fix scanningBond_009
2021-04-22Improve fast path of ManagedFileSystem.GetValidFilenameBond_009
2021-04-22ManagedFileSystem: Rewrite GetValidFilename and more improvementsBond_009
2021-04-10Update Emby.Server.Implementations/IO/ManagedFileSystem.csClaus Vium