aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Data/Entities
AgeCommit message (Collapse)Author
2025-01-26Prepared Seperation of Database components for future multi provider supportJPVenson
2025-01-18applied review commentsJPVenson
2024-12-15Applied review commentsJPVenson
2024-11-17Merge branch 'master' into feature/EFUserDataJPVenson
2024-11-16Update projects to .NET 9 (#13023)Bond-009
2024-11-12Fixed invalid columns on MediaStreamsJPVenson
2024-11-12Fixed AncestorIdsJPVenson
Fixed Sorting, NextUp and Continue Watching
2024-11-11Fixed Duplicate returns on groupingJPVenson
Fixed UserDataKey not stored
2024-10-20i have too much time.JPVenson
Refactored BaseItem and UserData relation
2024-10-11Expanded People architecture and fixed migrationJPVenson
2024-10-10Applied Review SuggestionsJPVenson
2024-10-10Refactored ItemValue structureJPVenson
2024-10-10Update commentsJPVenson
2024-10-10Update commentsJPVenson
2024-10-09Used enum value for ItemValueTypeJPVenson
2024-10-09Added commentsJPVenson
2024-10-09Fixed AncestorIds and applied review commentsJPVenson
2024-10-09Expanded BaseItem aggregate typesJPVenson
2024-10-09Apply suggestions from code reviewJPVenson
Co-authored-by: Cody Robibero <cody@robibe.ro>
2024-10-09Add migration for library.db to jellyfin.dbJPVenson
2024-10-09Fixed (most) testsJPVenson
2024-10-09Added EF BaseItem migrationJPVenson
2024-10-09Added BaseItem ConfigurationJPVenson
2024-10-09Naming refactoring and WIP porting of new interface repositoriesJPVenson
2024-10-08Removed BaseSqliteRepositoryJPVenson
2024-10-08WIP migration sqlite item repository to efcoreJPVenson
2024-10-08Removed SimilarityScore and ported Search functionJPVenson
2024-10-08WIP port search functionJPVenson
2024-10-08WIP Search refactoring and Provider ID refactoringJPVenson
2024-10-08WIP BaseItem search refactoringJPVenson
2024-09-08WIP move baseitem to jellyfin.dbJPVenson
2024-09-07Migrated UserData from library sqlite db to jellyfin.dbJPVenson
2024-08-30Remove BOM from UTF-8 filesBond_009
I think some people need to change their IDE configuration ;)
2024-08-05Add media segments API (#12345)JPVenson
* 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
2024-02-26Store lyrics in the database as media streams (#9951)Cody Robibero
2023-10-27Merge pull request #10410 from Ch1nkara/add-users-permission-to-edit-subtitlesClaus Vium
add EnableSubtitleManagement permission
2023-10-18Merge branch 'master' into trickplayNick
2023-10-18add EnableSubtitleManagement permissionchinkara
2023-09-23Migrate to customizable cast receiver configCody Robibero
2023-06-26Migrate to trickplay table to EF. Rename vars/methods/members to have ↵Nick
consistent use of tile and thumbnail
2023-05-26chore: deprecate EasyPassword as it isn't very securecvium
2023-02-13Add permission for collection managementShadowghost
2023-02-09refactor: simplify authzcvium
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-03-29Merge pull request #7506 from crobibero/set-permissionsClaus Vium
Safely get/set User permission/preference (cherry picked from commit d2ce315c1dd229c0a0d6c996ee5399e12cec7457) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2021-09-02Remove IAuditableEntityPatrick Barron
2021-08-13Add IAuditableEntityPatrick Barron
2021-06-18Re-add support for API keysPatrick Barron