Cody Robibero
|
3de86ffdb4
|
Fix nullability on DisplayPreferencesDto
Remove duplicate, fix namespace
|
2021-11-11 07:34:36 -07:00 |
|
KonH
|
6cbfdea4c0
|
Fix warning: Type cast is redundant (#2149)
|
2021-10-03 11:05:18 +07:00 |
|
Bond_009
|
f1f72c3060
|
Minor improvements
|
2021-08-04 14:40:09 +02:00 |
|
cvium
|
4d7c1fbdca
|
use int.Parse
|
2021-04-20 13:43:05 +02:00 |
|
cvium
|
cbb855e65f
|
Check for empty string when migrating displaypreferences
|
2021-04-20 13:24:15 +02:00 |
|
Bond_009
|
1ea2b200c0
|
JsonSerializer deserialize from bytes where possible
This is faster and uses way less memory
```
BenchmarkDotNet=v0.12.1, OS=fedora 32
Intel Core i7-6700HQ CPU 2.60GHz (Skylake), 1 CPU, 8 logical and 4 physical cores
.NET Core SDK=5.0.100
[Host] : .NET Core 5.0.0 (CoreCLR 5.0.20.51904, CoreFX 5.0.20.51904), X64 RyuJIT
DefaultJob : .NET Core 5.0.0 (CoreCLR 5.0.20.51904, CoreFX 5.0.20.51904), X64 RyuJIT
| Method | Mean | Error | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
|------- |---------:|--------:|--------:|--------:|------:|------:|----------:|
| Bytes | 158.4 us | 2.56 us | 2.14 us | 16.8457 | - | - | 52.08 KB |
| String | 172.8 us | 0.78 us | 0.70 us | 41.5039 | - | - | 127.82 KB |
| Custom | 155.5 us | 2.95 us | 2.76 us | 10.0098 | - | - | 31.27 KB |
```
|
2021-01-12 15:28:02 +01:00 |
|
crobibero
|
3a6501abe0
|
Fix another key collision in MigrateDisplayPreferencesDatabase
|
2020-12-21 17:28:06 -07:00 |
|
crobibero
|
eefe87f537
|
Remove CustomItemDisplayPreferences unique key collision
|
2020-12-06 09:11:00 -07:00 |
|
crobibero
|
76250a8895
|
Use md5 Guid for legacy compat
|
2020-12-04 16:27:31 -07:00 |
|
crobibero
|
3db6ae91f6
|
Add ItemId to all display preferences
|
2020-12-04 16:00:11 -07:00 |
|
crobibero
|
e765184afa
|
Fix existing DisplayPreferences migration
|
2020-12-03 15:00:26 -07:00 |
|
Cody Robibero
|
1d059bc76b
|
Update Jellyfin.Server/Migrations/Routines/MigrateDisplayPreferencesDb.cs
|
2020-11-12 07:33:12 -07:00 |
|
crobibero
|
7375d70396
|
Skip migration if user doesn't exist
|
2020-11-11 07:17:19 -07:00 |
|
crobibero
|
78ae86b86a
|
Apply suggestions from code review
|
2020-08-26 08:23:35 -06:00 |
|
crobibero
|
5f64ab02a0
|
bump System.Text.Json
|
2020-08-25 07:33:58 -06:00 |
|
Patrick Barron
|
ad32800504
|
Switch to unstable chromecast version.
|
2020-08-01 14:56:32 -04:00 |
|
Patrick Barron
|
a6bc4c688d
|
Add using statement to DisplayPreferences migration
|
2020-08-01 14:52:45 -04:00 |
|
Patrick Barron
|
c094916df0
|
Migrate default library display preferences.
|
2020-07-28 09:19:25 -04:00 |
|
Patrick Barron
|
4b8ab1a803
|
Set default value of SortBy during migrations.
|
2020-07-27 21:01:08 -04:00 |
|
Patrick Barron
|
754837f16f
|
Add tv home.
|
2020-07-27 20:50:58 -04:00 |
|
Patrick Barron
|
68a185fd02
|
Serialize/deserialize new entities properly.
|
2020-07-27 20:40:21 -04:00 |
|
Patrick Barron
|
9fcf23bd21
|
Migrate EnableNextVideoInfoOverlay
|
2020-07-24 16:34:19 -04:00 |
|
Patrick Barron
|
0d13d830bb
|
Migrate skip lengths.
|
2020-07-24 16:30:54 -04:00 |
|
Patrick Barron
|
629ffe395f
|
Fixed build errors.
|
2020-07-23 20:36:36 -04:00 |
|
Patrick Barron
|
9f323e5579
|
Add missing chromecast version serialization/deserialization.
|
2020-07-22 14:37:17 -04:00 |
|
Patrick Barron
|
ab396225ea
|
Migrate Display Preferences to EF Core
|
2020-07-17 16:11:53 -04:00 |
|