Tim Eisele
c9cd17220a
Playlist fixes ( #11487 )
8 months ago
Nick Ganter
89b798f830
Maintaining track order when a new playlist is created from an existing playlist ( #11371 )
9 months ago
gnattu
e4d66f35fd
chore: use proper way to override remove root
...
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>
9 months ago
Shadowghost
ddda30fe23
Only allow owner and admin to delete playlists
9 months ago
Shadowghost
3e0b201688
Enforce permissions
9 months ago
Shadowghost
8cf77424f6
Apply review suggestions
10 months ago
Shadowghost
c1dbb49315
Implement update endpoint
10 months ago
Shadowghost
bff37ed13a
Apply review suggestions
10 months ago
Shadowghost
56c432a843
Apply review suggestions
10 months ago
Shadowghost
88b3490d17
Add playlist ACL endpoints
10 months ago
Cody Robibero
2920611ffc
Convert string MediaType to enum MediaType
1 year ago
Shadowghost
f7720e7c99
Extend collections cleanup task to include playlists too
1 year ago
Shadowghost
eb52af4e6a
Fix playlists library and migration ( #9770 )
2 years ago
Shadowghost
a8cdf4434b
Fix access to playlists not created by a user ( #9746 )
2 years ago
Shadowghost
82080bd1ef
Apply review suggestions
2 years ago
Shadowghost
8d158df678
Add migration to properly set playlist owner
2 years ago
Shadowghost
76ae599bd3
Fix playlist creation and removal
2 years ago
Bond_009
52194f56b5
Replace != null with is not null
2 years ago
Hannes Braun
4edeccc5e0
Remove redundant using directives
2 years ago
Bond_009
f50a250cd9
Optimize Guid comparisons
...
* 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
3 years ago
Cody Robibero
32629cd7da
Use BaseItemKind where possible
3 years ago
Rich Lander
e3df4dcaae
Fix warnings in MediaBrowser.Controller
3 years ago
Cody Robibero
d461e3912a
Remove warninigs from MediaBrowser.Controller (Part 3) ( #6078 )
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
4 years ago
crobibero
b6dda30a33
Fix suggestions from review
4 years ago
crobibero
6bcbc2b88a
Reduce warnings in MediaBrowser.Controller
4 years ago
Bond_009
fb090df0b5
Enable nullable reference types for MediaBrowser.Controller
4 years ago
BaronGreenback
2e98de9062
Code Clean up: Convert to null-coalescing operator ?? ( #5845 )
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
4 years ago
Bond_009
f46195899e
Improve perf of db save and query
4 years ago
BaronGreenback
bc1cc2d04a
Remove unused using directives
4 years ago
Brian Arnold
a2acfb02e9
Can't reference System.IO.Path as 'Path', even though System.IO is in the usings, because there is a Path property of the class.
4 years ago
BrianCArnold
2314487e38
Update MediaBrowser.Controller/Playlists/Playlist.cs
...
Included suggested change from cvium
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
Brian Arnold
7c457da9ab
Fixed issue with determining if a directory was a directory or file when it contained a '.' character in the directory path.
...
Resolves : #2845
4 years ago
crobibero
3cc0dd7e12
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.
4 years ago
Bond_009
49569ca0a0
Use nameof where possible
4 years ago
Bond_009
404bb4f835
Enable TreatWarningsAsErrors for MediaBrowser.Controller in Release
4 years ago
Bond_009
2b832de289
Fix build
4 years ago
Bond_009
119f64f5e7
Make some methods async
4 years ago
Patrick Barron
ab396225ea
Migrate Display Preferences to EF Core
5 years ago
Patrick Barron
c464f700db
Remove redundant qualifiers
5 years ago
Patrick Barron
9ad839c776
Initial migration code
5 years ago
Mark Monteiro
9a7875b6f9
Do not check for duplicates if they are allowed in playlist configuration
5 years ago
Bond-009
a2c35e6dba
Merge remote-tracking branch 'upstream/master' into random
5 years ago
Bond_009
bbc0875387
Don't shuffle some types by default
5 years ago
Bond_009
5edb8159a7
Fix Json serialization error
5 years ago
Bond-009
6032f31aa6
Use CultureInvariant string conversion for Guids
6 years ago
Erwin de Haan
3a831994f6
Unwrapped GetDirectoryName and DirectorySeperatorChar
6 years ago
Erwin de Haan
a36658f6f0
ReSharper Reformat: Properties to expression bodied form.
6 years ago
Erwin de Haan
ba610b5094
Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.Controller
6 years ago
Erwin de Haan
26ca4b607b
Visual Studio Reformat: MediaBrowser.Controller
6 years ago
Bond_009
340a2c6512
Post GPL cleanup
6 years ago