aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Data/Entities/Chapter.cs
AgeCommit message (Collapse)Author
2025-01-26Prepared Seperation of Database components for future multi provider supportJPVenson
2024-10-10Update commentsJPVenson
2024-10-09Added BaseItem ConfigurationJPVenson
2024-10-09Naming refactoring and WIP porting of new interface repositoriesJPVenson
2024-10-08WIP Search refactoring and Provider ID refactoringJPVenson
2024-09-08WIP move baseitem to jellyfin.dbJPVenson
2020-08-30Move library entities to folder.Patrick Barron
2020-08-22Enable TreatWarningsAsErrors for Emby.Data in ReleaseBond_009
2020-06-20fix SA1503 for one line if statementstelans
2020-06-20fix some documentation periodstelans
2020-06-20fix SA1119telans
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
Add full stop at end of comments (SA1629)
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-15fix SA1508telans
2020-05-10Apply review suggestionsPatrick Barron
2020-05-02Clean up generated codePatrick Barron
2020-04-26Add basic new data model.Erwin de Haan
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.