aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/UserViewManager.cs
AgeCommit message (Collapse)Author
2021-12-27More cleanupBond_009
2021-12-20Use our own Contains extensioncvium
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-10-09Add more sorting to LatestDmitry Lyzo
2021-10-05Update indentationPatrick Barron
2021-10-03Fix warnings in LibraryPatrick Barron
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-04-17Remove unused using directivesBaronGreenback
2020-12-13Use a more descriptive function namecrobibero
2020-12-11Use typed UserManager GetPreferencecrobibero
2020-12-08fix custom library ordernyanmisaka
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-12Initial migration codePatrick Barron
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-12-11Merge pull request #2041 from Bond-009/warn11dkanada
Fix more warnings
2019-12-06Merge remote-tracking branch 'upstream/master' into randomBond-009
2019-11-27Fix more warningsBond_009
2019-11-22Reword exception messageBond_009
2019-10-29Update Emby.Server.Implementations/Library/UserViewManager.csBond-009
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-10-20Add clearer exceptions, warnings and docsBond_009
2019-10-20Don't shuffle some types by defaultBond_009
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-09Use CultureInvariant string conversion for GuidsBond-009
2019-01-31Remove support for games as a media typeClaus Vium
2019-01-13Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTvErwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part I-LibErwin de Haan
2019-01-07remove trailing whitespacehawken
2018-12-28Remove custom ToArray extensionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-10-17update translationsLuke Pulverenti
2017-10-16support delete per libraryLuke Pulverenti
2017-10-13update translationsLuke Pulverenti
2017-10-03remove unneeded async signaturesLuke Pulverenti
2017-09-04update query objectsLuke Pulverenti
2017-08-26remove async when there's nothing to awaitLuke Pulverenti
2017-08-19update live tv data transferLuke Pulverenti
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2017-08-01improve nextup queriesLuke Pulverenti
2017-06-03update live tv startupLuke Pulverenti
2017-05-21update data queriesLuke Pulverenti
2017-02-17add db startup error handlingLuke Pulverenti
2017-01-11fix live tv folders being created in a loopLuke Pulverenti
2017-01-09update video osdLuke Pulverenti
2016-11-21reduce library queriesLuke Pulverenti
2016-11-03move additional classes to new server libLuke Pulverenti