aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Session
AgeCommit message (Collapse)Author
2019-02-05Remove custom ThreadingClaus Vium
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-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTvErwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part S-SErwin 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-05Merge pull request #383 from Bond-009/unusedAnthony Lavado
Remove firebase and empty resource config file
2019-01-05Remove unnecessary using statementsBond_009
2019-01-05Remove FireEventIfNotNullBond_009
It's a pretty useless "helper" class
2019-01-03Remove firebase and empty resource config fileBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-12-28Remove custom ToArray extensionBond_009
2018-12-15Fix resource load crashBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-12-01reduce work done by system info endpointsLuke Pulverenti
2017-11-23reduce dlna chatterLuke Pulverenti
2017-11-213.2.40.1Luke Pulverenti
2017-11-09update play media source featureLuke Pulverenti
2017-10-20improve httpclient resource disposalLuke Pulverenti
2017-10-13rework device repositoryLuke Pulverenti
2017-10-01fixes #2903 - MediaBrowser.Controller.Net.SecurityException: This user ↵Luke Pulverenti
account is not allowed access at this time
2017-09-17fix signatureLuke Pulverenti
2017-09-053.2.30.8Luke Pulverenti
2017-08-26remove async when there's nothing to awaitLuke Pulverenti
2017-08-19update live tv data transferLuke Pulverenti
2017-08-15update hdhr channel idsLuke Pulverenti
2017-08-10consolidate fieldsLuke Pulverenti
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2017-08-01improve nextup queriesLuke Pulverenti
2017-07-23ensure custom css is loaded lastLuke Pulverenti
2017-06-29update inherited imagesLuke Pulverenti
2017-06-203.2.20.7Luke Pulverenti
2017-06-12add hevc cuvidLuke Pulverenti
2017-06-09normalize session objectLuke Pulverenti
2017-05-27update realtime monitorLuke Pulverenti
2017-05-26update GetItems methodLuke Pulverenti
2017-05-24update main projectsLuke Pulverenti
2017-05-21update data queriesLuke Pulverenti
2017-05-05update file responsesLuke Pulverenti
2017-04-25update remote control responsesLuke Pulverenti
2017-04-17update playback progress reportingLuke Pulverenti
2017-04-17update automated checkinsLuke Pulverenti
2017-04-17support automatic progress reportingLuke Pulverenti
2017-04-06update home sectionsLuke Pulverenti
2017-02-20preserve manual recording overridesLuke Pulverenti
2016-12-01update translationsLuke Pulverenti
2016-11-11cache now playing itemLuke Pulverenti
2016-11-03move classes to portableLuke Pulverenti