aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/BaseItem.cs
AgeCommit message (Expand)Author
2025-02-19Merge remote-tracking branch 'jellyfinorigin/master' into feature/DatabaseRef...JPVenson
2025-02-09Backport pull request #12721 from jellyfin/release-10.10.zelfalem
2025-02-02Merge remote-tracking branch 'jellyfinorigin/master' into feature/pgsql_providerJPVenson
2025-01-28Merge pull request #12925 from Bond-009/awaitBond-009
2025-01-26Prepared Seperation of Database components for future multi provider supportJPVenson
2025-01-25chore: fix spellingJosh Soref
2024-11-17Applied coding styleJPVenson
2024-11-11Fixed Duplicate returns on groupingJPVenson
2024-11-10reverted tag enumerationJPVenson
2024-11-10Fixed tags aggregationJPVenson
2024-10-31Always await instead of directly returning TaskBond_009
2024-10-28Updated all instances of ImmutableList to ImmutableArrayJPVenson
2024-10-09WIP porting new Repository structureJPVenson
2024-10-09Naming refactoring and WIP porting of new interface repositoriesJPVenson
2024-09-22Allow Playlists access for users with allowed tags configured (#12686)elfalem
2024-09-18Only sort item by width when they have the same path (#12626)gnattu
2024-09-07Backport pull request #12558 from jellyfin/release-10.9.zBond-009
2024-08-28Merge pull request #11665 from Bond-009/getuserbyidCody Robibero
2024-08-15Allow svg for local imagestheguymadmax
2024-08-05Use User overload of UserDataManager.SaveUserData when possibleBond_009
2024-08-05Add media segments API (#12345)JPVenson
2024-07-21Changed `GetThemeMedia` to support SortBy/Order options (#12167)ItsAllAboutTheCode
2024-07-17Move external url listing to provider for plugin use (#12279)Cody Robibero
2024-06-24Backport pull request #12025 from jellyfin/release-10.9.zShadowghost
2024-06-01Backport pull request #11743 from jellyfin/release-10.9.zShadowghost
2024-04-30More efficient array creation (#11468)Bond-009
2024-04-30Fix incomplete tag query for whitelist tags (#11416)gnattu
2024-04-28Address commentsBond_009
2024-04-28Improve audio normalizationBond_009
2024-04-24Always scan ReplayGain tag (#11418)Bond-009
2024-04-21fix: don't apply whitelist tags to libraries (#11377)gnattu
2024-04-05Only allow owner and admin to delete playlistsShadowghost
2024-03-25Check all tags for allow/block (#11206)Cody Robibero
2024-03-22feat(i18n): transliterate item name before sorting (#11172)Gary Wang
2024-03-16add lyric files to supportedExtensionsrobert-hamilton36
2024-01-17Use helper function to compare guid (#10825)Cody Robibero
2024-01-06Remove some unused client capabilities and sync code (#10812)Niels van Velzen
2023-12-08Convert CollectionType to use lowercase enum namesCody Robibero
2023-11-09Merge branch 'master' into media-typeCody Robibero
2023-11-09Convert CollectionType, SpecialFolderType to enum (#9764)Cody Robibero
2023-10-10Convert string MediaType to enum MediaTypeCody Robibero
2023-08-22== null -> is nullBond_009
2023-06-21Reduce bottlenecks scan code (#9863)Bond-009
2023-05-15Audio normalization (#9222)TelepathicWalrus
2023-04-06Remove redundant 'else' keywordsStepan Goremykin
2023-03-16Fix #9378Bond_009
2023-03-08Allow webp for local imagesBond_009
2023-02-20Fix playlist parental control and no parental control skipping forbidden unra...Shadowghost
2023-02-20Recursively update ratingShadowghost
2023-02-09Reduced number of calls to GetPreference()Jpuc1143