JPVenson
|
2014fa56b8
|
Ported new Item Repository architecture
|
4 months ago |
JPVenson
|
b09a41ad1f
|
WIP porting new Repository structure
|
4 months ago |
JPVenson
|
d0b4b2ddb3
|
Migrated UserData from library sqlite db to jellyfin.db
|
5 months ago |
Niels van Velzen
|
2b492ed8cd
|
Merge pull request #12545 from Bond-009/sha1
Remove passwordSha1 param from AuthenticateUser function
|
5 months ago |
Niels van Velzen
|
cc2f91b331
|
Merge pull request #12547 from Bond-009/userdatamanager
Clean up UserDataManager
|
5 months ago |
Bond_009
|
97a02f5803
|
Remove BOM from UTF-8 files
I think some people need to change their IDE configuration ;)
|
5 months ago |
Bond_009
|
277830855d
|
Clean up UserDataManager
* enable nullable
* remove unused methods
* fix warnings and docs
|
5 months ago |
Bond_009
|
eca5abe4bb
|
Remove passwordSha1 param from AuthenticateUser function
|
5 months ago |
gnattu
|
cd5fb84136
|
Backport pull request #11963 from jellyfin/release-10.9.z
Fix Library renaming
Original-merge: b78efd6b1e
Merged-by: joshuaboniface <joshua@boniface.me>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
|
8 months ago |
Bond-009
|
3feb3f81bf
|
More efficient array creation (#11468)
|
9 months ago |
Bond-009
|
bb018c4adc
|
Enable nullable for LibraryManager (#11191)
|
10 months ago |
Cody Robibero
|
6fb6b5f176
|
Validate item access (#11171)
|
10 months ago |
Shadowghost
|
4a9565ab52
|
Fix some spelling mistakes
|
10 months ago |
Bond_009
|
651681c276
|
Enable nullable for more files
|
11 months ago |
Cody Robibero
|
f7f3ad9eb7
|
Precache livetv program images (#11083)
* Precache livetv program images
* return if cache hit
* use EnsureSuccessStatusCode
* Read proper bytes
|
11 months ago |
Cody Robibero
|
0bc41c015f
|
Store lyrics in the database as media streams (#9951)
|
11 months ago |
Patrick Barron
|
4c7eca9313
|
Use IHostApplicationLifetime to start library monitor
|
12 months ago |
Patrick Barron
|
051fa04a80
|
Move GetRecordingStreamMediaSources to IMediaSourceManager
|
1 year ago |
Bond-009
|
053c3392f4
|
Merge pull request #10682 from barronpm/livetv-warnings
Fix some warnings in LiveTV
|
1 year ago |
Patrick Barron
|
192559db32
|
Make ILiveStream an IDisposable
|
1 year ago |
ArabCoders
|
c4013d2e10
|
Updated the summary and the Dto name.
|
1 year ago |
ArabCoders
|
2a25c5a2e3
|
Refactored api call logic handling.
|
1 year ago |
Cody Robibero
|
906f701fa8
|
Convert CollectionType, SpecialFolderType to enum (#9764)
* Convert CollectionType, SpecialFolderType to enum
* Hide internal enum CollectionType values
* Apply suggestions from code review
Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
* Fix recent change
* Update Jellyfin.Data/Attributes/OpenApiIgnoreEnumAttribute.cs
Co-authored-by: Patrick Barron <barronpm@gmail.com>
---------
Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
Co-authored-by: Patrick Barron <barronpm@gmail.com>
|
1 year ago |
Cody Robibero
|
c7a94d48ae
|
Convert ItemSortBy to enum (#9765)
* Convert ItemSortBy to enum
* Rename Unknown to Default
|
1 year ago |
Bond_009
|
18a311d32f
|
== null -> is null
|
1 year ago |
Bond-009
|
3982b0e057
|
Reduce bottlenecks scan code (#9863)
|
2 years ago |
cvium
|
716bcc6410
|
chore: deprecate EasyPassword as it isn't very secure
|
2 years ago |
Joe Rogers
|
1c3a97bf6a
|
Inject IDirectoryService where needed instead of passing it through ItemResolveArgs
|
2 years ago |
Joe Rogers
|
160baa02fd
|
Remove some BaseItem references to make ItemResolveArgs more usable for testing.
|
2 years ago |
Bond_009
|
52230d1c30
|
Return NotFound when itemId isn't found
|
2 years ago |
Bond_009
|
6481376b81
|
Use DistinctBy introduced in .NET 6
|
2 years ago |
Joe Rogers
|
e4040ab812
|
Allow video extras to use owner library options
|
2 years ago |
Bond_009
|
b366dc2e6e
|
Use ArgumentException.ThrowIfNullOrEmpty
|
2 years ago |
Bond_009
|
52194f56b5
|
Replace != null with is not null
|
2 years ago |
Bond_009
|
c7d50d640e
|
Replace == null with is null
|
2 years ago |
jgriff6
|
c2c286be6e
|
Remove unnecessary IsPathLocked function
|
2 years ago |
Joshua Boniface
|
e251f1483f
|
Backport pull request #8167 from jellyfin/release-10.8.z
Add back library scan from library manager
Authored-by: Cody Robibero <cody@robibe.ro>
Merged-by: Bond-009 <bond.009@outlook.com>
Original-merge: f9dffa767f
|
3 years ago |
Bond-009
|
2b1a915ead
|
Merge pull request #7604 from Jellifi007/fixes-diactritics
Co-authored-by: Cody Robibero <cody@robibe.ro>
(cherry picked from commit 8d1d973438 )
Signed-off-by: crobibero <cody@robibe.ro>
|
3 years ago |
Bond_009
|
adad13b865
|
Remove some dead code
|
3 years ago |
Bond_009
|
5732e6188c
|
Fix some warnings
|
3 years ago |
Cody Robibero
|
b6489e73ab
|
Merge pull request #7241 from Bond-009/async5
|
3 years ago |
Claus Vium
|
488ce51032
|
Remove some allocations (#7246)
|
3 years ago |
Bond_009
|
e7be01d7a5
|
Flush to disk async where possible
|
3 years ago |
Cody Robibero
|
7bfc6b5679
|
Remove more warnings
|
3 years ago |
cvium
|
83a94aa612
|
Fix extras folders
|
3 years ago |
cvium
|
fde84a1e00
|
Refactor extras parsing
|
3 years ago |
cvium
|
24679af2e8
|
Fix comment
|
3 years ago |
cvium
|
4f45c52674
|
Remove ILibraryManager as a dependency in resolvers etc.
|
3 years ago |
Bond_009
|
4dfb7b18ae
|
Add some docs and tests
|
3 years ago |
cvium
|
ff328fefc5
|
Replace GetDirectStreamProviderByUniqueId with GetLiveStreamInfoByUniqueId
|
3 years ago |