Pithaya
487d79f8ac
Add book related values to PersonKind ( #10325 )
1 year ago
Shadowghost
20a4509991
Migrate VideoRange and VideoRangeType to Enum
1 year ago
Cody Robibero
89be3aa37f
Convert Person.Type to use PersonKind enum ( #9487 )
2 years ago
Shadowghost
b7418d6e9e
Add permission for collection management
2 years ago
Jpuc1143
7fa6d4c81e
Add "Allowed Tags" to Parental Controls
2 years ago
Bond_009
cbfa355e31
Update StyleCop
3 years ago
crobibero
790b284184
Add missing BaseItemKind
3 years ago
Nathan Mascitelli
bdab8d1edb
Add ResumeBook section
4 years ago
crobibero
223b42aed3
Create BaseItemKind enum
4 years ago
Joshua M. Boniface
4f6a585424
Merge pull request #4716 from OancaAndrei/syncplay-new-auth-policies
4 years ago
nyanmisaka
0332b72502
fix landing screen options
4 years ago
Ionut Andrei Oanca
499f3ee950
Update authorization policies for SyncPlay
4 years ago
Patrick Barron
b1b2d399f8
Document UnratedItem.cs
4 years ago
Patrick Barron
65bce98ec5
Document SubtitlePlaybackMode.cs
4 years ago
Patrick Barron
0110b2472d
Document PersonRoleType.cs
4 years ago
Patrick Barron
a1aece1299
Document MediaFileKind.cs
4 years ago
Patrick Barron
4e439652da
Document IndexingKind.cs
4 years ago
Patrick Barron
8124e6fddf
Document DynamicDayOfWeek.cs
4 years ago
Patrick Barron
367aa26ab5
Document ArtKind.cs
4 years ago
Bond_009
4243a17c86
Enable TreatWarningsAsErrors for Emby.Data in Release
4 years ago
Patrick Barron
ad32800504
Switch to unstable chromecast version.
4 years ago
Patrick Barron
5993a4ac2d
Fix ChromecastVersion numbering
4 years ago
Patrick Barron
10f531bbe4
Manually specify enum order.
4 years ago
Patrick Barron
27eefd49f1
Add missing fields
4 years ago
Patrick Barron
9e17db59cd
Reorder HomeSectionType
4 years ago
Patrick Barron
ab396225ea
Migrate Display Preferences to EF Core
4 years ago
telans
9018f8d8be
Add full stop at end of comments (SA1629)
4 years ago
Patrick Barron
7c823464bc
Fix merge conflicts with SyncPlay
5 years ago
Patrick Barron
42177d1739
Replace Weekday with DayOfWeek
5 years ago
Patrick Barron
623dcde65c
Manually specify enum values
5 years ago
Patrick Barron
292993d8ef
Document various classes.
5 years ago
Patrick Barron
c1360a1dc3
Merge branch 'master' into userdb-efcore
...
# Conflicts:
# Emby.Server.Implementations/Data/SqliteUserDataRepository.cs
# Emby.Server.Implementations/Library/UserManager.cs
# Jellyfin.Data/Entities/User.cs
# Jellyfin.Data/ISavingChanges.cs
# Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj
# Jellyfin.Server.Implementations/JellyfinDb.cs
# Jellyfin.Server/Migrations/MigrationRunner.cs
# MediaBrowser.Model/Notifications/NotificationOptions.cs
# MediaBrowser.sln
5 years ago
Patrick Barron
9ad839c776
Initial migration code
5 years ago
Patrick Barron
55cfa96b9f
Apply review suggestions
5 years ago
Patrick Barron
2b41f8ab63
Clean up generated code
5 years ago
Erwin de Haan
b8d1419d9a
Add basic new data model.
...
Added maxlength to SourceId text field in Metadata entity.
Added extra fields to Person entity and adjusted SourceId length to 255.
Added Extra Nuget deps for Relational databases and added Default Sqlite connection string.
Made LibraryItem and Metadata abstract.
Added artwork, changed DbSet names, added Seasons, added Genres, removed Language enum
Add MediaFIleKind, add CustomVideos, add Books.
Add AdditionalStream
Updated GUIDs.
Remove merge artifacts.
Updated Language to use ISO-639-3 3 letter language codes.
Added collections and concurrency tokens.
Added chapters.
Added Photos and renamed CustomVideo to CustomItem.
Started adding fields.
Added extra fields and Company entities.
Implement a first pass of user permissions for the new database schema
Upgrade to v2 of the addon. Commit generated files.
Update comment, rename namespace and remove superflous field.
Un-ignore any generated code.
Clean up the model files and other left overs.
5 years ago