aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Session/SessionManager.cs
AgeCommit message (Collapse)Author
2019-12-14track progress for any item that supports the featuredkanada
2019-12-13Remove whitespaceCromefire_
Co-Authored-By: Claus Vium <cvium@users.noreply.github.com>
2019-12-13Fixed invalid username handlingCromefire_
2019-12-06Merge remote-tracking branch 'upstream/master' into randomBond-009
2019-10-20Add clearer exceptions, warnings and docsBond_009
2019-10-20Don't shuffle some types by defaultBond_009
2019-08-16Improvements to UserManagerBond_009
2019-08-09Fix buildBond_009
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
2019-03-27Move messageId out of outer loopBond_009
2019-03-27Even more duplicate code removedBond_009
2019-03-27Remove duplicate codeBond_009
2019-03-25Seperate changes from #1023Bond-009
The unrelated changes from #1023 (and more)
2019-03-13More warning fixesBond-009
2019-02-26Remove ordering itemsBond-009
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-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-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-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-12add hevc cuvidLuke Pulverenti
2017-06-09normalize session objectLuke Pulverenti
2017-05-26update GetItems methodLuke Pulverenti
2017-05-24update main projectsLuke Pulverenti
2017-05-21update data queriesLuke Pulverenti
2017-04-25update remote control responsesLuke Pulverenti