aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Playlists
AgeCommit message (Expand)Author
2025-09-16Optimize internal querying of UserData, other fixes (#14795)JPVenson
2025-03-25Fixed namespacesJPVenson
2025-03-25WIP fixed namespacesJPVenson
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-01-26Prepared Seperation of Database components for future multi provider supportJPVenson
2024-11-19Merge remote-tracking branch 'origin/master' into feature/EFUserDataJPVenson
2024-11-19Backport pull request #12934 from jellyfin/release-10.10.zShadowghost
2024-10-09WIP porting new Repository structureJPVenson
2024-06-23Backport pull request #12024 from jellyfin/release-10.9.zShadowghost
2024-05-05Playlist fixes (#11487)Tim Eisele
2024-04-21Maintaining track order when a new playlist is created from an existing playl...Nick Ganter
2024-04-17chore: use proper way to override remove rootgnattu
2024-04-05Only allow owner and admin to delete playlistsShadowghost
2024-04-03Enforce permissionsShadowghost
2024-04-02Apply review suggestionsShadowghost
2024-04-01Implement update endpointShadowghost
2024-04-01Apply review suggestionsShadowghost
2024-03-26Apply review suggestionsShadowghost
2024-03-26Add playlist ACL endpointsShadowghost
2023-10-10Convert string MediaType to enum MediaTypeCody Robibero
2023-09-16Extend collections cleanup task to include playlists tooShadowghost
2023-05-15Fix playlists library and migration (#9770)Shadowghost
2023-05-12Fix access to playlists not created by a user (#9746)Shadowghost
2023-03-17Apply review suggestionsShadowghost
2023-03-10Add migration to properly set playlist ownerShadowghost
2023-03-10Fix playlist creation and removalShadowghost
2022-12-05Replace != null with is not nullBond_009
2022-09-28Remove redundant using directivesHannes Braun
2022-02-21Optimize Guid comparisonsBond_009
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-08-13Fix warnings in MediaBrowser.ControllerRich Lander
2021-06-06Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)Cody Robibero
2021-05-15Fix suggestions from reviewcrobibero
2021-05-13Reduce warnings in MediaBrowser.Controllercrobibero
2021-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2021-05-05Code Clean up: Convert to null-coalescing operator ?? (#5845)BaronGreenback
2021-04-21Improve perf of db save and queryBond_009
2021-04-17Remove unused using directivesBaronGreenback
2021-04-08Can't reference System.IO.Path as 'Path', even though System.IO is in the usi...Brian Arnold
2021-04-08Update MediaBrowser.Controller/Playlists/Playlist.cs BrianCArnold
2021-04-08Fixed issue with determining if a directory was a directory or file when it c...Brian Arnold
2020-11-16Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.crobibero
2020-10-17Use nameof where possibleBond_009
2020-08-22Enable TreatWarningsAsErrors for MediaBrowser.Controller in ReleaseBond_009
2020-08-21Fix buildBond_009
2020-08-21Make some methods asyncBond_009
2020-07-17Migrate Display Preferences to EF CorePatrick Barron
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-12Initial migration codePatrick Barron