JPVenson
2f306358c0
applied review comments
1 month ago
JPVenson
96e4d8ca78
worsen comment
1 month ago
JPVenson
b33810534b
Applied review comments
1 month ago
JPVenson
427359deee
Merge branch 'master' into feature/EFUserData
3 months ago
Bond-009
ceb850c770
Update projects to .NET 9 ( #13023 )
3 months ago
JPVenson
37129f7952
Fixed Transaction for Userdata
3 months ago
JPVenson
d3174b5171
Fixed userdata lookup
4 months ago
JPVenson
508b27f156
Fixed Duplicate returns on grouping
...
Fixed UserDataKey not stored
4 months ago
JPVenson
2d4f7f725f
Fixed TopParent not beeing migrated
4 months ago
JPVenson
c2a0dfb1e5
Reodered Context creation
4 months ago
JPVenson
e331dc35ac
Fixed tests
4 months ago
JPVenson
10a2a316a4
i have too much time.
...
Refactored BaseItem and UserData relation
4 months ago
JPVenson
d0b4b2ddb3
Migrated UserData from library sqlite db to jellyfin.db
6 months ago
Bond_009
277830855d
Clean up UserDataManager
...
* enable nullable
* remove unused methods
* fix warnings and docs
6 months ago
ArabCoders
c4013d2e10
Updated the summary and the Dto name.
1 year ago
ArabCoders
07db2025a1
Refactored the code to not use reflection.
1 year ago
ArabCoders
2a25c5a2e3
Refactored api call logic handling.
1 year ago
Bond_009
52194f56b5
Replace != null with is not null
2 years ago
Bond_009
a9a5fcde81
Use ArgumentNullException.ThrowIfNull helper method
...
Did a simple search/replace on the whole repo (except the RSSDP project)
This reduces LOC and should improve performance (methods containing a throw statement don't get inlined)
```
if \((\w+) == null\)
\s+\{
\s+throw new ArgumentNullException\((.*)\);
\s+\}
```
```
ArgumentNullException.ThrowIfNull($1);
```
2 years ago
Bond_009
ea8f40e84a
More cleanup
3 years ago
Patrick Barron
876a902356
Fix warnings in Library
3 years ago
Bond_009
637e86478f
Fix some warnings
4 years ago
Claus Vium
9f2e8063ec
Merge pull request #5997 from JKI12/master
...
Fixes for Book Progress
4 years ago
Bond_009
7e8428e588
Enable nullable reference types for Emby.Server.Implementations
4 years ago
Jake King
bc017737e6
Changed condition for readbility
...
- Refactored check if item is not audio book or book to be more readable
4 years ago
Jake King
3cd57cb287
Fixes for Book Progress
...
- Ignore Books when checking for minium progress
4 years ago
artiume
005ae80b31
Update var names
4 years ago
artiume
dcd96909cd
Fix Audiobook Resume
...
https://github.com/jellyfin/jellyfin/issues/5703
4 years ago
BaronGreenback
bc1cc2d04a
Remove unused using directives
4 years ago
artiume
f411353c8c
Update Emby.Server.Implementations/Library/UserDataManager.cs
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
4 years ago
artiume
c7cb177260
Update Emby.Server.Implementations/Library/UserDataManager.cs
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
4 years ago
artiume
77b478c726
Update Emby.Server.Implementations/Library/UserDataManager.cs
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
4 years ago
artiume
99adbf0497
Split resume function for Audiobooks
4 years ago
Patrick Barron
0aa349fe40
Remove unused dependencies.
5 years ago
telans
9018f8d8be
Add full stop at end of comments (SA1629)
5 years ago
Patrick Barron
42b4f0aa2e
Merge branch 'master' into userdb-efcore
...
# Conflicts:
# Emby.Server.Implementations/Library/UserManager.cs
# Jellyfin.Data/Jellyfin.Data.csproj
5 years ago
dkanada
403cd3205f
Merge pull request #3254 from crobibero/ilogger
...
Use typed logger where possible
5 years ago
Patrick Barron
fc02157b42
Fix build errors
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
Daniyar Itegulov
613748b45d
Make books resumable and have duration of 1 second
5 years ago
crobibero
44957c5a9a
Use typed logger where possible
5 years ago
Patrick Barron
c464f700db
Remove redundant qualifiers
5 years ago
Patrick Barron
9ad839c776
Initial migration code
5 years ago
Mark Monteiro
615717e562
Register and construct IUserDataManager and IUserDataRepository correctly
5 years ago
Bond_009
07cc4be6a7
Fix some warnings
...
* Add analyzers to MediaBrowser.XbmcMetadata
* Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata
* Add analyzers to MediaBrowser.WebDashboard
* Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard
* Disable SA1600 in favor of CS1591
5 years ago
Bond_009
7f5a174dff
Merge branch 'master' into warn12
5 years ago
dkanada
02928128b9
track progress for any item that supports the feature
5 years ago
Bond_009
2ef4ffd698
More warnings (removed)
5 years ago
dkanada
67922dff50
Merge pull request #2041 from Bond-009/warn11
...
Fix more warnings
5 years ago
Bond_009
42ffddc269
Fix more warnings
5 years ago