aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Playlists
AgeCommit message (Collapse)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 ↵JPVenson
feature/DatabaseRefactor
2025-02-09Backport pull request #12721 from jellyfin/release-10.10.zelfalem
Skip allowed tags check for parents of an item Original-merge: d1fbdcee3459c9b8b9f47362761ad8da2021bd93 Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
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
Fix playlists Original-merge: 8bee67f1f8dab604d745b3d077330085f7f111d4 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-10-09WIP porting new Repository structureJPVenson
2024-06-23Backport pull request #12024 from jellyfin/release-10.9.zShadowghost
Remove incomplete mediatype restriction from playlists Original-merge: 34a65980e31b7f2f45308a6247442c508d0d2098 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-05Playlist fixes (#11487)Tim Eisele
2024-04-21Maintaining track order when a new playlist is created from an existing ↵Nick Ganter
playlist (#11371)
2024-04-17chore: use proper way to override remove rootgnattu
This is an alternate approach which is more proper, but changes all parts that uses/overrides the original ValidateChildren method Signed-off-by: gnattu <gnattuoc@me.com>
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
* Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty
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
Co-authored-by: Bond-009 <bond.009@outlook.com>
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
Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
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 ↵Brian Arnold
usings, because there is a Path property of the class.
2021-04-08Update MediaBrowser.Controller/Playlists/Playlist.cs BrianCArnold
Included suggested change from cvium Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-04-08Fixed issue with determining if a directory was a directory or file when it ↵Brian Arnold
contained a '.' character in the directory path. Resolves: #2845
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