aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations
AgeCommit message (Collapse)Author
2024-10-28Reverted Primary ConstructorJPVenson
2024-10-20Fixed MigrationsJPVenson
2024-10-20i have too much time.JPVenson
Refactored BaseItem and UserData relation
2024-10-11applied review commentsJPVenson
2024-10-11Expanded People architecture and fixed migrationJPVenson
2024-10-10Fixed CustomType serialisationJPVenson
2024-10-10Applied review commentsJPVenson
2024-10-10Applied review commentsJPVenson
2024-10-10Readded custom serialisationJPVenson
2024-10-10fixed string concatJPVenson
2024-10-10Aggregated MigrationsJPVenson
2024-10-10Refactored ItemValue structureJPVenson
2024-10-10Removed obsolete Score and Similiarity values for searchJPVenson
2024-10-10Fixed testsJPVenson
2024-10-09Updated .AsNoTracking() where applicableJPVenson
2024-10-09Used enum value for ItemValueTypeJPVenson
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-09Fixed (most) testsJPVenson
2024-10-09Added EF BaseItem migrationJPVenson
2024-10-09Added BaseItem ConfigurationJPVenson
2024-10-09WIP porting new Repository structureJPVenson
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-08Added Sorting and GroupingJPVenson
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-10-08Merge remote-tracking branch 'jellyfinorigin/master' into feature/EFUserDataJPVenson
2024-10-06Clean up logging in MediaSegmentManager (#12776)Cody Robibero
2024-09-28Add missing migration for SegmentProviderId (#12735)Tim Eisele
2024-09-24Only move trickplay file should not be saved with media to metadata dir (#12704)gnattu
2024-09-23Tweak Trickplay migration for speed (#12643)Cody Robibero
2024-09-18Add SessionInfoDto, DeviceInfoDto and implement ↵Shadowghost
JsonDelimitedArrayConverter.Write
2024-09-17Rework PR 6203Shadowghost
2024-09-08WIP move baseitem to jellyfin.dbJPVenson
2024-09-07Feature/media segments plugin api (#12359)JPVenson
2024-09-07Migrated UserData from library sqlite db to jellyfin.dbJPVenson
2024-09-07Enhance Trickplay (#11883)Tim Eisele
2024-09-06Merge pull request #12552 from Bond-009/passwordhashingNiels van Velzen
Increase password hash iterations
2024-09-06Merge pull request #12545 from Bond-009/sha1Niels van Velzen
Remove passwordSha1 param from AuthenticateUser function
2024-08-30Increase password hash iterationsBond_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-30Remove BOM from UTF-8 filesBond_009
I think some people need to change their IDE configuration ;)
2024-08-30Remove passwordSha1 param from AuthenticateUser functionBond_009
2024-08-05Backport pull request #11901 from jellyfin/release-10.9.zgnattu
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-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-07-17Merge pull request #11511 from jellyfin/trickplay-keyframe-onlyCody Robibero