gnattu
2de04cb07c
Make StartDate/EndDate nullable ( #13494 )
...
These dates are used as birthdate and death date for person (ask luke for why) and a non-nullable column would cause the null date become 1901-01-01, making all living people dead.
1 week ago
JPVenson
7b81a39ee1
Fix Deduplication and Save of Items
3 months ago
JPVenson
d073e2c664
Fixed invalid columns on MediaStreams
3 months ago
JPVenson
85b8b2573b
Fixed AncestorIds
...
Fixed Sorting, NextUp and Continue Watching
3 months ago
JPVenson
508b27f156
Fixed Duplicate returns on grouping
...
Fixed UserDataKey not stored
3 months ago
JPVenson
d4ca8d58c4
Fixed Migrations
4 months ago
JPVenson
b73985e04f
Expanded People architecture and fixed migration
4 months ago
JPVenson
5e922f1c10
Aggregated Migrations
4 months ago
JPVenson
ee0dad6f43
Refactored ItemValue structure
4 months ago
JPVenson
2955f2f562
Fixed AncestorIds and applied review comments
4 months ago
JPVenson
eb601e944c
Expanded BaseItem aggregate types
4 months ago
JPVenson
01d834f21a
Fixed (most) tests
4 months ago
JPVenson
c2844bda3b
Added EF BaseItem migration
4 months ago
JPVenson
d3a3d9fce3
Merge remote-tracking branch 'jellyfinorigin/master' into feature/EFUserData
4 months ago
Tim Eisele
c8c58d6aac
Add missing migration for SegmentProviderId ( #12735 )
5 months ago
JPVenson
d0b4b2ddb3
Migrated UserData from library sqlite db to jellyfin.db
5 months ago
Bond_009
97a02f5803
Remove BOM from UTF-8 files
...
I think some people need to change their IDE configuration ;)
6 months ago
JPVenson
00eb6c0d6f
Add media segments API ( #12345 )
...
* Added Media segment manager
* Added "HasSegments" to MediaSourceInfo when requesting though baseitem
* Fixed ordering of Media Segements
* Added media segment API controller
* Added .ConfigureAwait(false) on media segments manager
* renamed MediaSegmentsController
removed empty route
* Added Model layer for Media Segments
Fixed review comments Media segments
* Updated media segment naming
refactored api and manager usage
* Added mediaSegment type filter
* Fixed codesmell
* Fixed naming and typos
* Added EF Migration
* Added Identity Generation for MediaSegments
Made mediasegment filter optional
* Fixed optional filter parameter
* refactored segment namespace
* Added SegmentProviderId to MediaSegment
* Media segment comment indentation
* Added MediaSegmentManager query notracking
6 months ago
Nick
cd662506a1
Merge branch 'master' into trickplay
1 year ago
Cody Robibero
ba7e3bfd82
Migrate to customizable cast receiver config
1 year ago
Nick
ab20ceaad6
Migrate to trickplay table to EF. Rename vars/methods/members to have consistent use of tile and thumbnail
2 years ago
cvium
3bdef7207c
chore: add db migrations
2 years ago
cvium
716bcc6410
chore: deprecate EasyPassword as it isn't very secure
2 years ago
Patrick Barron
8479f0f90c
Rename JellyfinDb to JellyfinDbContext
2 years ago
cvium
a64acac799
Backport pull request #8608 from jellyfin/release-10.8.z
...
Add index for DateCreated on ActivityLogs
Original-merge: 39b29eb9f1
Merged-by: Claus Vium <cvium@users.noreply.github.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
2 years ago
Patrick Barron
8a1e55251e
Fix devices migration
4 years ago
Patrick Barron
15baf04bd2
Add IAuditableEntity
4 years ago
Patrick Barron
3fd0b1a359
Recreate devices migration with missing fields
4 years ago
Patrick Barron
a0c6f72762
Migrate authentication db to EF Core
4 years ago
Bill Thornton
77f0f89e45
Merge pull request #5623 from barronpm/ef-cleanup2
...
EF Core Cleanup 2
4 years ago
cvium
d772fddfb3
make custompref value nullable
4 years ago
Patrick Barron
daa21c9e99
Add migration
4 years ago
crobibero
3db6ae91f6
Add ItemId to all display preferences
4 years ago
crobibero
b0c79edd2c
Add support for custom item display preferences
4 years ago
Joshua M. Boniface
b3249e849c
Add default value of 0
4 years ago
Joshua M. Boniface
49c363751a
Make MaxActiveSessions not nullable
...
Fixes a bad assumption with the previous migration.
4 years ago
Joshua M. Boniface
f2763a71e0
Rename migrations to match others
4 years ago
Joshua M. Boniface
725acb528a
Add pragma warning disabled to migrations
4 years ago
Joshua M. Boniface
b9d79d7635
Add DB migration for new MaxActiveSessions field
4 years ago
Patrick Barron
46c705b545
Generate migration for display preferences fix.
5 years ago
Patrick Barron
c3a36485b6
Recreate display preferences migration.
5 years ago
Patrick Barron
1ac1186312
Add pragmas to DisplayPreferences migration files
5 years ago
Patrick Barron
27eefd49f1
Add missing fields
5 years ago
Patrick Barron
ab396225ea
Migrate Display Preferences to EF Core
5 years ago
Patrick Barron
3278015444
Actually fix profile images
5 years ago
Patrick Barron
1e1386bbc6
Fix build issues
5 years ago
Patrick Barron
84f0cf6cc6
Regenerate migrations
5 years ago
Patrick Barron
63344ec5fd
Remove unused portions of the user schema
5 years ago
Patrick Barron
7f8f3e09e5
Ignore documentation warnings in new migration files
5 years ago
Patrick Barron
12a900b8f6
Update schema and migration to allow LastLoginDate and LastActivityDate to be null
5 years ago