aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Dto
AgeCommit message (Collapse)Author
2019-12-11More warnings (removed)Bond_009
2019-11-27Fix more warningsBond_009
2019-10-06add comment explaining a bug fixdkanada
2019-10-06fix missing image on seasons without postersdkanada
2019-09-23Fix multiple mistakes and warningsBond_009
2019-09-02Fix warnings, improve performance (#1665)Bond-009
* Fix warnings, improve performance `QueryResult.Items` is now a `IReadOnlyList` so we don't need to allocate a new `Array` when we have a `List` (and `Items` shouldn't need to be mutable anyway) * Update Providers .csproj to latest C# * Remove extra newline from DtoService.cs * Remove extra newline from UserLibraryService.cs
2019-08-29More warning fixesBond_009
2019-08-19Fix LocalTrailers playback.SL1288
2019-08-11Document all public/internal members of Emby.DrawingBond_009
Forces all new public/internal members to be documented. Enables TreatWarningsAsErrors for Emby.Drawing
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
2019-03-25Seperate changes from #1023Bond-009
The unrelated changes from #1023 (and more)
2019-02-26Remove ordering itemsBond-009
2019-02-09Removed some unused fieldsBond_009
2019-02-05Complete rename ImageSize -> ImageDimensionsBond-009
2019-02-02Remove MoreLINQBond_009
2019-01-31Remove support for games as a media typeClaus Vium
2019-01-26Change image dimentions from double to intBond_009
Rename ImageSize -> ImageDimensions
2019-01-20Replaced injections of ILogger with ILoggerFactoryWilliam Taylor
This makes resolving dependencies from the container much easier as you cannot resolve with primitives parameters in a way that is any more readable. The aim of this commit is to change as little as possible with the end result, loggers that were newed up for the parent object were given the same name. Objects that used the base or app loggers, were given a new logger with an appropriate name. Also removed some unused dependencies.
2019-01-17Reformat JustAMan review pt1 changesErwin de Haan
Refs #575
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part De-HErwin 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-30Clean up some catch statementsBond_009
2018-12-30Fix exception loggingBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-12-28Remove custom ToArray extensionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-10-22fix image analysisLuke Pulverenti
2017-10-22update image aspect ratio detectionLuke Pulverenti
2017-10-16support delete per libraryLuke Pulverenti
2017-10-01update playback settingsLuke Pulverenti
2017-09-22add fixes for dng imagesLuke Pulverenti
2017-09-21separate deinterlacing params by video codecLuke Pulverenti
2017-09-20Merge pull request #2897 from MediaBrowser/betaLuke
Beta
2017-09-18update owned itemsLuke Pulverenti
2017-09-07update image processorLuke Pulverenti
2017-08-30update ResolutionNormalizerLuke Pulverenti
2017-08-27update dto methodsLuke Pulverenti
2017-08-27Merge pull request #2847 from MediaBrowser/betaLuke
Beta
2017-08-24update active recordingsLuke Pulverenti
2017-08-23rework active recordingsLuke Pulverenti
2017-08-23normalize media source containerLuke Pulverenti
2017-08-23removed dead codeLuke Pulverenti
2017-08-20fix quick play with play buttonLuke Pulverenti
2017-08-19update live tv data transferLuke Pulverenti
2017-08-13fixes #2798, fixes #2799Luke Pulverenti
2017-08-11update download error handlingLuke Pulverenti
2017-08-11reduce traffic from session playerLuke Pulverenti
2017-08-10consolidate fieldsLuke Pulverenti