aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/IO
AgeCommit message (Collapse)Author
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
2016-11-27update caching headersLuke Pulverenti
2016-11-13update .net core startupLuke Pulverenti
2016-11-11update core projectLuke Pulverenti
2016-11-09update file savingLuke Pulverenti
2016-11-08update portable projectsLuke Pulverenti
2016-11-04move classesLuke Pulverenti
2016-10-31make api project portableLuke Pulverenti
2016-10-29move common dependenciesLuke Pulverenti
2016-10-25retarget dashboard projectLuke Pulverenti
2016-10-25make controller project portableLuke Pulverenti
2016-10-23rework scheduled tasks in preparation of common project going portableLuke Pulverenti
2014-12-28change zip extraction to resolve osx issueLuke Pulverenti
2014-05-08fix portable and 3.5 project referencesLuke Pulverenti
2013-11-10Expose Rar supportMark Linton
2013-10-12added ffmpeg downloading for monoLuke Pulverenti
2013-09-30add ability to install pismoLuke Pulverenti
2013-09-24moved a few things for monoLuke Pulverenti
2013-08-09reworked iso managerLuke Pulverenti
2013-04-18removed unused attributesLuke Pulverenti
2013-02-21isolated DotNetZip dependancyLukePulverenti