jellyfin/Jellyfin.Server.Implementations
gnattu d2e7ab1c1a Simulate old GetItemValueNames behavior
The GetItemValueNames function in the old implementation was intended to retrieve the original value rather than the cleaned value. The old implementation lacked a clear specification regarding which value to return for the non-cleaned value in a group and relied on an undefined behavior of SQLite, and this implementation assumes the first one is the desired one.
2025-02-11 11:45:53 +08:00
..
Activity
Devices
Events
Extensions Disabled sqlite pooling 2024-11-14 21:47:42 +00:00
Item Simulate old GetItemValueNames behavior 2025-02-11 11:45:53 +08:00
MediaSegments Fix various typos 2025-01-25 21:04:37 -05:00
Migrations Make StartDate/EndDate nullable (#13494) 2025-02-04 17:02:07 -07:00
ModelConfiguration Fix Deduplication and Save of Items 2024-11-13 14:25:26 +00:00
Properties
Security Enable nullable for AuthorizationInfo (#13485) 2025-02-04 17:10:39 -07:00
Trickplay Backport pull request #13183 from jellyfin/release-10.10.z 2025-02-03 16:55:58 -05:00
Users Added + in username regex validator, Test + in username, issue #10414 (#12819) 2024-11-03 15:43:27 +01:00
ValueConverters
Jellyfin.Server.Implementations.csproj Update projects to .NET 9 (#13023) 2024-11-16 10:11:01 -07:00
JellyfinDbContext.cs chore: fix spelling 2025-01-25 20:05:15 -05:00
ModelBuilderExtensions.cs