aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/IO
AgeCommit message (Collapse)Author
2022-06-19Use System.IO.Compression instead of SharpCompress for gzipsadrez99
2022-03-02Split DirectoryExists and FileExistsCody Robibero
2022-02-28Use IFileSystemCody Robibero
2022-02-14Fix some warningsBond_009
2021-12-18Use System.IO.Compression instead of SharpCompress for zipsBond_009
Also removes unused methods from ZipClient
2021-10-03Remove workaround for dotnet/runtime#42790Bond_009
2021-10-03Fix warning: Using directive is not required by the code and can be safely ↵KonH
removed (#2149)
2021-09-25Remove sync FileStream hackBond_009
2021-09-06Merge pull request #6177 from Bond-009/asyncClaus Vium
Use async FileStreams where it makes sense
2021-09-02Use async FileStreams where it makes senseBond_009
2021-08-28Remove more and more warningsCody Robibero
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-01Fix scanningBond_009
2021-04-01Remove ManagedFileSystem.IsRootPathBond_009
`Path.IsPathRooted` should be used instead
2021-02-20Enable TreatWarningsAsErrors for MediaBrowser.ModelBond_009
2020-12-03Remove IIsoMounter and IsoMountercrobibero
2020-08-31Fix some warningsBond_009
2020-08-09Fix docsBond_009
2020-08-09FixBond_009
2020-06-16Add full stop at end of comments (SA1629)telans
2020-04-05Enable nullabe reference types for MediaBrowser.ModelBond_009
2020-02-23Fix some warningsBond_009
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
2020-02-04Fix warnings MediaBrowser.ModelBond_009
2020-01-31Fix warningsBond_009
2020-01-22Remove FileSystem.GetStreamBond-009
2019-10-29Fix more warningsBond_009
2019-08-18Merge pull request #1636 from Bond-009/isomounterdkanada
Add analysers to Emby.IsoMounting and enable TreatWarningsAsErrors
2019-08-16Clean up livestreaming codeBond_009
2019-08-16Add analysers to Emby.IsoMounting and enable TreatWarningsAsErrorsBond_009
2019-03-07Cleanup/simplificationBond-009
* Removed useless copies/allocations * Reduced unneeded complexity
2019-02-17Removed unnecessary configuration options and reduced primitive dependenciesWilliam Taylor
2019-01-28Final refactored `IFileSystem` and `ManagedFileSystem`Erwin de Haan
2019-01-17Reformat JustAMan review pt2 changesErwin de Haan
Refs #575
2019-01-13Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.ModelErwin de Haan
2019-01-13EditorConfig reformat: MediaBrowser.ModelErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ModelErwin de Haan
2019-01-10Mayor code cleanupErwin de Haan
Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment.
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-12-03improve xmltv gz supportLuke Pulverenti
2017-09-25improve support for compressed xmltvLuke Pulverenti
2017-05-12update setting of file attributesLuke Pulverenti
2017-05-09update file responsesLuke Pulverenti
2017-05-04improve smb supportLuke Pulverenti
2017-04-02update directory pickerLuke Pulverenti
2017-04-01stub out cifs supportLuke Pulverenti
2017-03-30add new file method overloadsLuke Pulverenti
2017-03-293.2.9.1Luke Pulverenti
2017-03-10rework file system libsLuke Pulverenti
2017-01-11fix live tv folders being created in a loopLuke Pulverenti