Bond-009
5975a0c5c8
Revert "Allow collection sort by Release Date Descending"
8 months ago
Bond-009
727f176542
Merge pull request #11615 from cptn-x/patch-1
...
Allow collection sort by Release Date Descending
8 months ago
Shadowghost
5d4880c497
Backport pull request #11743 from jellyfin/release-10.9.z
...
Fix replace logic
Original-merge: 2ddb15c784
Merged-by: joshuaboniface <joshua@boniface.me>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
8 months ago
cptn
fe07b4bbc5
Allow collection sort by Release Date Descending
...
- default sort is still Release Date Ascending
- choosing sort by Release Date will change it to sort by Release Date Descending
This is because most people go to collections to browse new movies to watch, and recently released movies should be on top.
9 months ago
Cody Robibero
c7a94d48ae
Convert ItemSortBy to enum ( #9765 )
...
* Convert ItemSortBy to enum
* Rename Unknown to Default
1 year ago
Shadowghost
b7418d6e9e
Add permission for collection management
2 years ago
Bond_009
52194f56b5
Replace != null with is not null
2 years ago
Shadowghost
072651c4be
Add xmldocs for TMDb provider, correct provider spelling
2 years ago
Dmitry Lyzo
f28384ba30
Ignore JSON serialization for special features of movie.
...
When refreshing the metadata of the video with a local trailer, the server gets
stuck trying to read the database and save the item at the same time.
3 years ago
Joe Rogers
a26509a98a
Keep from serializing trailers into database
3 years ago
cvium
05c8834a3a
Don't cache special feature ids
3 years ago
cvium
fde84a1e00
Refactor extras parsing
3 years ago
Rich Lander
0ce7a15534
Fix more warnings
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
f2c10471bf
Code Clean up: Use Pattern Matching ( #5838 )
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
4 years ago
crobibero
ee23d06154
Use a more descriptive function name
4 years ago
crobibero
b670937c3d
Use typed UserManager GetPreference
4 years ago
Bond_009
404bb4f835
Enable TreatWarningsAsErrors for MediaBrowser.Controller in Release
5 years ago
Bond_009
68edccd9f4
More warn
5 years ago
Bond_009
2b400c99ef
Fix warnings
5 years ago
Patrick Barron
6d1b00da64
Use Array.Empty
5 years ago
telans
9018f8d8be
Add full stop at end of comments (SA1629)
5 years ago
Patrick Barron
7a115024aa
Merge branch 'master' into userdb-efcore
...
# Conflicts:
# MediaBrowser.Controller/Library/ILibraryManager.cs
# MediaBrowser.Providers/Users/UserMetadataService.cs
5 years ago
aled
22a860a806
Fix a small number of compile warnings
5 years ago
Patrick Barron
eef7cfd912
Make SonarCloud less angry
5 years ago
Patrick Barron
c464f700db
Remove redundant qualifiers
5 years ago
Patrick Barron
9ad839c776
Initial migration code
5 years ago
Bond_009
5edb8159a7
Fix Json serialization error
5 years ago
Bond-009
ee637e8fec
Fix warnings, improve performance ( #1665 )
...
* Fix warnings, improve performance
`QueryResult.Items` is now a `IReadOnlyList` so we don't need to
allocate a new `Array` when we have a `List` (and `Items` shouldn't need to
be mutable anyway)
* Update Providers .csproj to latest C#
* Remove extra newline from DtoService.cs
* Remove extra newline from UserLibraryService.cs
5 years ago
Bond-009
c5fce647de
Cleanup/simplification
...
* Removed useless copies/allocations
* Reduced unneeded complexity
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
hawken
880825514a
Fix regression where it would do integer divisions, giving wrong result
6 years ago
Bond_009
340a2c6512
Post GPL cleanup
6 years ago
Andrew Rabert
a86b71899e
Add GPL modules
6 years ago
stefan
48facb797e
Update to 3.5.2 and .net core 2.1
6 years ago
Luke Pulverenti
ac09136a3d
restore GetImageSize method
7 years ago
Luke Pulverenti
4ef9f68837
support delete per library
7 years ago
Luke Pulverenti
cdd79ec7e2
update owned items
7 years ago
Luke Pulverenti
eb63e0d264
update image processor
8 years ago
Luke Pulverenti
e441e2f53d
update active recordings
8 years ago
Luke Pulverenti
f4765a87cc
update m3u tuner
8 years ago
Luke Pulverenti
1ad990ad72
update live tv data transfer
8 years ago
Luke Pulverenti
cf350f3b7e
expand on hardware decoding options
8 years ago
Luke Pulverenti
b7867214ef
update download error handling
8 years ago
Luke Pulverenti
e7425e6205
revert servicestack.text update
8 years ago
Luke Pulverenti
2ed625d27e
update themes
8 years ago
Luke Pulverenti
dcaf8356e6
update inherited images
8 years ago