aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Data/SqliteUserRepository.cs
AgeCommit message (Collapse)Author
2020-05-12Initial migration codePatrick Barron
2020-03-24Remove extra ;Bond_009
2020-03-24Remove unused usingsBond_009
2020-02-23Fix some warningsBond_009
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
2019-12-11More warnings (removed)Bond_009
2019-11-27Fix more warningsBond_009
2019-10-29More warning fixesBond_009
2019-10-08Use System.Text.Json apiBond_009
2019-08-19Upgrade SQLitePCL to v2Bond_009
2019-08-14Properly dispose DisplayPreferencesRepositoryBond_009
2019-06-28Reduce amount of raw sqlBond_009
2019-06-28Reworked PRAGMA statements useBond_009
2019-06-28Fix startupBond_009
2019-06-28Back to a single connectionBond-009
2019-06-28Use a connection pool instead of creating new connectionsBond-009
2019-06-28Simplify db codeBond-009
2019-04-20Fix comparison for empty password migrationClaus Vium
2019-02-20made newlines into linux newlinesPhallacy
2019-02-20minor changes and return to netstandardPhallacy
2019-02-18Apply suggestions from code review LogicalPhallacy
Adding minor stylistic suggestions from Bond-009 Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-02-13Minor fixes re:PR870, added null checks from PR876Phallacy
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 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 A-DaErwin 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-30Fix exception loggingBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-10-22update image aspect ratio detectionLuke Pulverenti
2017-08-26remove async when there's nothing to awaitLuke Pulverenti
2017-05-07rename methodsLuke Pulverenti
2016-12-11fix db locking errorsLuke Pulverenti
2016-11-29update repositoriesLuke Pulverenti
2016-11-28update transaction modesLuke Pulverenti
2016-11-21reduce library queriesLuke Pulverenti
2016-11-20update connectionsLuke Pulverenti
2016-11-20update extensionsLuke Pulverenti
2016-11-20update queriesLuke Pulverenti
2016-11-19update save methodsLuke Pulverenti
2016-11-18rework users repositoryLuke Pulverenti