| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-10-28 | Reverted Primary Constructor | JPVenson | |
| 2024-10-20 | Fixed Migrations | JPVenson | |
| 2024-10-20 | i have too much time. | JPVenson | |
| Refactored BaseItem and UserData relation | |||
| 2024-10-11 | applied review comments | JPVenson | |
| 2024-10-11 | Expanded People architecture and fixed migration | JPVenson | |
| 2024-10-10 | Fixed CustomType serialisation | JPVenson | |
| 2024-10-10 | Applied review comments | JPVenson | |
| 2024-10-10 | Applied review comments | JPVenson | |
| 2024-10-10 | Readded custom serialisation | JPVenson | |
| 2024-10-10 | fixed string concat | JPVenson | |
| 2024-10-10 | Aggregated Migrations | JPVenson | |
| 2024-10-10 | Refactored ItemValue structure | JPVenson | |
| 2024-10-10 | Removed obsolete Score and Similiarity values for search | JPVenson | |
| 2024-10-10 | Fixed tests | JPVenson | |
| 2024-10-09 | Updated .AsNoTracking() where applicable | JPVenson | |
| 2024-10-09 | Used enum value for ItemValueType | JPVenson | |
| 2024-10-09 | Fixed AncestorIds and applied review comments | JPVenson | |
| 2024-10-09 | Expanded BaseItem aggregate types | JPVenson | |
| 2024-10-09 | Apply suggestions from code review | JPVenson | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2024-10-09 | Fixed (most) tests | JPVenson | |
| 2024-10-09 | Added EF BaseItem migration | JPVenson | |
| 2024-10-09 | Added BaseItem Configuration | JPVenson | |
| 2024-10-09 | WIP porting new Repository structure | JPVenson | |
| 2024-10-09 | Naming refactoring and WIP porting of new interface repositories | JPVenson | |
| 2024-10-08 | Removed BaseSqliteRepository | JPVenson | |
| 2024-10-08 | WIP migration sqlite item repository to efcore | JPVenson | |
| 2024-10-08 | Added Sorting and Grouping | JPVenson | |
| 2024-10-08 | Removed SimilarityScore and ported Search function | JPVenson | |
| 2024-10-08 | WIP port search function | JPVenson | |
| 2024-10-08 | WIP Search refactoring and Provider ID refactoring | JPVenson | |
| 2024-10-08 | WIP BaseItem search refactoring | JPVenson | |
| 2024-10-08 | Merge remote-tracking branch 'jellyfinorigin/master' into feature/EFUserData | JPVenson | |
| 2024-10-06 | Clean up logging in MediaSegmentManager (#12776) | Cody Robibero | |
| 2024-09-28 | Add missing migration for SegmentProviderId (#12735) | Tim Eisele | |
| 2024-09-24 | Only move trickplay file should not be saved with media to metadata dir (#12704) | gnattu | |
| 2024-09-23 | Tweak Trickplay migration for speed (#12643) | Cody Robibero | |
| 2024-09-18 | Add SessionInfoDto, DeviceInfoDto and implement ↵ | Shadowghost | |
| JsonDelimitedArrayConverter.Write | |||
| 2024-09-17 | Rework PR 6203 | Shadowghost | |
| 2024-09-08 | WIP move baseitem to jellyfin.db | JPVenson | |
| 2024-09-07 | Feature/media segments plugin api (#12359) | JPVenson | |
| 2024-09-07 | Migrated UserData from library sqlite db to jellyfin.db | JPVenson | |
| 2024-09-07 | Enhance Trickplay (#11883) | Tim Eisele | |
| 2024-09-06 | Merge pull request #12552 from Bond-009/passwordhashing | Niels van Velzen | |
| Increase password hash iterations | |||
| 2024-09-06 | Merge pull request #12545 from Bond-009/sha1 | Niels van Velzen | |
| Remove passwordSha1 param from AuthenticateUser function | |||
| 2024-08-30 | Increase password hash iterations | Bond_009 | |
| It has been a while since this was last updated: https://github.com/jellyfin/jellyfin/pull/6818 Recommendations have changed since: https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#pbkdf2 | |||
| 2024-08-30 | Remove BOM from UTF-8 files | Bond_009 | |
| I think some people need to change their IDE configuration ;) | |||
| 2024-08-30 | Remove passwordSha1 param from AuthenticateUser function | Bond_009 | |
| 2024-08-05 | Backport pull request #11901 from jellyfin/release-10.9.z | gnattu | |
| Implement Device Cache to replace EFCoreSecondLevelCacheInterceptor Original-merge: b7bc0e1c96553675a490c0bd92a58ad9c5f0d0e1 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2024-08-05 | Add 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-07-17 | Merge pull request #11511 from jellyfin/trickplay-keyframe-only | Cody Robibero | |
