aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/EnvironmentService.cs
AgeCommit message (Collapse)Author
2020-04-15Merge branch 'master' into nullable3Bond_009
2020-04-05Simplified Conditionals and returnsPatrick Barron
2020-04-05Enable nullabe reference types for MediaBrowser.ModelBond_009
2020-03-24Remove unused usingsBond_009
2020-01-31Fix warningsBond_009
2019-12-05Merge remote-tracking branch 'upstream/master' into baseurlBond-009
2019-11-28Minor improvements to network codeBond-009
2019-11-25* Add support for multi segment base urlsBond_009
* Make baseurl case-insensitive
2019-02-17Removed unnecessary configuration options and reduced primitive dependenciesWilliam Taylor
2019-01-30Fix conditions where the ! was swallowed in #726Erwin de Haan
2019-01-28Unwrapped all /(Write|Read)All(Text|Bytes)/ functions.Erwin de Haan
2019-01-28Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile`Erwin de Haan
2019-01-28Unwrapped GetDirectoryName and DirectorySeperatorCharErwin de Haan
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ApiErwin de Haan
2019-01-11Merge branch 'dev' into code-cleanupErwin 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.
2019-01-07remove trailing whitespacehawken
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-08-30update ResolutionNormalizerLuke Pulverenti
2017-08-19update live tv data transferLuke Pulverenti
2017-07-07update image inheritanceLuke Pulverenti
2017-05-04improve smb supportLuke Pulverenti
2016-10-31make api project portableLuke Pulverenti
2016-10-29remove use of EnvironmentLuke Pulverenti
2016-10-25make controller project portableLuke Pulverenti
2016-07-23add platform test to directory pickerLuke Pulverenti
2016-07-23set default directory picker path for qnapLuke Pulverenti
2016-01-29default to include hiddenLuke Pulverenti
2015-11-12update use of FileAttributesLuke Pulverenti
2015-10-04continue file system reworkLuke Pulverenti
2015-09-25update access denied exceptionsLuke Pulverenti
2015-09-14update client syncLuke Pulverenti
2015-09-13update file system methodsLuke
2015-08-15Handle symlinks in library foldersAndrew Schurman
2014-12-16improve extra resolutionLuke Pulverenti
2014-11-14revise endpoint attributesLuke Pulverenti
2014-07-02fixes #789 - Security Issue: API allows access to any folder of the PC ↵Luke Pulverenti
running MediaBrowser
2014-03-28added generic remote control commandsLuke Pulverenti
2014-02-03use conditional caching on some json responsesLuke Pulverenti
2014-01-01add more methods to file system interfaceLuke Pulverenti
2013-12-07update to service stack v4Luke Pulverenti
2013-12-05Removed unused properties from BaseItem.Luke Pulverenti
2013-10-01updated nugetLuke Pulverenti
2013-09-06restored network browserLuke Pulverenti
2013-09-05removed network option from directory picker due to unreliabilityLuke Pulverenti
2013-06-11fixed issue of not seeing network sharesLuke Pulverenti
2013-04-28fixes #200 - MB3 Locking Folders for a long timeLuke Pulverenti
2013-04-27switched to built-in methods for directory browsingLuke Pulverenti
2013-04-18Sort file system entries by path in directory pickerLuke Pulverenti