aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Persistence
AgeCommit message (Collapse)Author
2025-01-11Applied review commentsJPVenson
2024-11-24Applied review commentsJPVenson
2024-10-11applied review commentsJPVenson
2024-10-11Removed unused mapping tablesJPVenson
2024-10-10Applied review commentsJPVenson
2024-10-09Apply suggestions from code reviewJPVenson
Co-authored-by: Cody Robibero <cody@robibe.ro>
2024-10-09Naming refactoring and WIP porting of new interface repositoriesJPVenson
2024-10-08Removed BaseSqliteRepositoryJPVenson
2024-10-08WIP BaseItem search refactoringJPVenson
2024-09-07Migrated UserData from library sqlite db to jellyfin.dbJPVenson
2023-03-01Allocate less ListsBond_009
2022-02-15Clean up SqliteItemRepositoryBond_009
* remove dead code * reduce allocations
2022-02-14Fix some warningsBond_009
2021-12-27Remove more warningsCody Robibero
2021-09-03Fix some warningsBond_009
2021-08-13Fix warnings in MediaBrowser.ControllerRich Lander
2021-06-06Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)Cody Robibero
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2021-04-22SqliteItemRepository: remove redundant operationsBond_009
removed: * nameof -> FullName lookup * IndexOf before Replace * Enum.GetNames -> Enum.Parse roundtrip
2020-09-28Fix SA1513, SA1514, SA1507, and SA1508Matt Montgomery
2020-08-22Enable TreatWarningsAsErrors for MediaBrowser.Controller in ReleaseBond_009
2020-07-17Migrate Display Preferences to EF CorePatrick Barron
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-15fix SA1508telans
2020-05-12Initial migration codePatrick Barron
2020-04-19Merge pull request #2829 from Bond-009/warn19dkanada
Fix some warnings
2020-04-11Fix some warningsBond_009
2020-04-09Address commentsBond_009
2020-04-03Clean up SqliteItemRepositoryBond_009
2020-02-23Minor improvementsBond_009
2020-01-31Fix warningsBond_009
2020-01-08Minor improvementsBond_009
2019-10-22Store MediaAttachments in DB.Andrew Mahone
2019-02-12Don't clone listsBond_009
2019-02-12Tuple -> ValueTupleBond_009
2019-01-31Remove support for games as a media typeClaus Vium
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ControllerErwin 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-27Add GPL modulesAndrew Rabert
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-08-10revert servicestack.text updateLuke Pulverenti
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2017-08-05update media source methodsLuke Pulverenti
2017-07-27move auto-organize to pluginLuke Pulverenti
2016-12-12update next up queriesLuke Pulverenti
2016-11-20update db initLuke Pulverenti
2016-11-20update queriesLuke Pulverenti