aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities
AgeCommit message (Collapse)Author
2019-01-22Change MusicAlbum.Tracks to return Audio itemshawken
2019-01-20Minor improvements to library scan codeBond_009
2019-01-18Merge branch 'dev' into reformatErwin de Haan
2019-01-17Reformat JustAMan review pt2 changesErwin de Haan
Refs #575
2019-01-15Fix potential problem where aspect ratio would be incorrectly calculatedhawken
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13ReSharper Reformat: Properties to expression bodied form.Erwin de Haan
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ControllerErwin de Haan
2019-01-12Reformatted the files with notes.Erwin de Haan
2019-01-11Merge branch 'dev' into code-cleanupErwin de Haan
2019-01-10Merge pull request #506 from hawken93/lintingJoshua M. Boniface
Removing tabs and trailing whitespace
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
2019-01-07Fix regression where it would do integer divisions, giving wrong resulthawken
2019-01-03Post GPL cleanupBond_009
2019-01-02Remove some warningsBond_009
2018-12-30Fix build post GPL changeBond_009
2018-12-30Fix exception loggingBond_009
2018-12-30Clean upBond_009
2018-12-30Remove the need for NullLoggerBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-12-30Added extra extension method that create a new instance of the destination ↵Erwin de Haan
object.
2018-12-30Fixed #320 by adding an extension method to BaseItem to make a deep copy of ↵Erwin de Haan
an object.
2018-12-28Remove custom ToArray extensionBond_009
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-11-25update library changed notifierLuke Pulverenti
2017-11-20fixes #1225 - Emby creates bogus seasons from subfolderssLuke Pulverenti
2017-11-17improve merge/split video featureLuke Pulverenti
2017-11-14support sharing m3u tuner streamsLuke Pulverenti
2017-11-06fix hdhr stream returning too quicklyLuke Pulverenti
2017-11-05support track selection before playbackLuke Pulverenti
2017-11-03update download progress reportingLuke Pulverenti
2017-10-30reset image dimensions on changesLuke Pulverenti
2017-10-28fix music artists not showing in collectionsLuke Pulverenti
2017-10-22restore GetImageSize methodLuke Pulverenti
2017-10-22update image aspect ratio detectionLuke Pulverenti
2017-10-16support delete per libraryLuke Pulverenti
2017-10-13reduce file checks during library scanLuke Pulverenti
2017-10-13update translationsLuke Pulverenti
2017-10-06fix book providersLuke Pulverenti
2017-10-03remove unneeded async signaturesLuke Pulverenti
2017-10-01update playback settingsLuke Pulverenti
2017-10-01update home screen sectionsLuke Pulverenti
2017-09-22add fixes for dng imagesLuke Pulverenti
2017-09-18update user.csLuke Pulverenti
2017-09-18update owned itemsLuke Pulverenti
2017-09-17fixes #1074Luke Pulverenti