gnattu
|
1739962f52
Update Jellyfin.Server.Implementations/Devices/DeviceManager.cs
|
11 months ago |
gnattu
|
7f0f93eb4a
Update Jellyfin.Server.Implementations/Devices/DeviceManager.cs
|
11 months ago |
gnattu
|
7f12677dc3
Directly add new device to cache
|
11 months ago |
gnattu
|
4f2b1736ab
Add user not found message
|
11 months ago |
gnattu
|
c05049e54e
Filter full device list only once
|
11 months ago |
gnattu
|
dd5f6406a2
Use FirstAsync for device creation
|
11 months ago |
gnattu
|
79c0a7d7f0
Don't cache user in DeviceManager, query from user cache instead
|
11 months ago |
gnattu
|
3c6485f0a1
Get device id from input
|
1 year ago |
gnattu
|
8a8b2c4380
Explicitly declare type of devices
|
1 year ago |
gnattu
|
7403428864
Always enumerate to get count
|
1 year ago |
gnattu
|
235da65a75
Use concrete ConcurrentDictionary Type
|
1 year ago |
gnattu
|
d235378133
Query User on device creation
|
1 year ago |
gnattu
|
5a62c7a146
Implement Device Cache to replace EFCoreSecondLevelCacheInterceptor
|
1 year ago |
Cody Robibero
|
a5d60c4521
Allow empty user id when getting device list (#11633)
|
1 year ago |
Niels van Velzen
|
55916a09eb
Remove some unused client capabilities and sync code (#10812)
|
1 year ago |
LJQ
|
98bc2fea8b
Removed dupe ToDeviceInfo
|
1 year ago |
LJQ
|
2f9b44fcd0
Switch to LINQ and updated /Device/Info endpoint to return in accordance to the updated API doc
|
1 year ago |
LJQ
|
259fe4522c
Update /Device endpoint to return CustomName
|
1 year ago |
Bond_009
|
52230d1c30
Return NotFound when itemId isn't found
|
2 years ago |
Patrick Barron
|
8479f0f90c
Rename JellyfinDb to JellyfinDbContext
|
2 years ago |
Patrick Barron
|
f07553abdf
Optimize EF Core queries and remove unnecessary AsQueryable calls
|
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 |
cvium
|
b836fe9685
remove JellyfinDbProvider and add second level caching
|
2 years ago |
Bond_009
|
a9a5fcde81
Use ArgumentNullException.ThrowIfNull helper method
|
2 years ago |
Bond_009
|
f50a250cd9
Optimize Guid comparisons
|
3 years ago |
Cody Robibero
|
a60cb280a3
Properly populate QueryResult
|
3 years ago |
Cody Robibero
|
57db188c2e
Fix device ordering
|
3 years ago |
Bond_009
|
cbfa355e31
Update StyleCop
|
3 years ago |