mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #15820] [MERGED] Fixed Multi Sort in New ActivityManager #14434
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/15820
Author: @bjorntp
Created: 12/17/2025
Status: ✅ Merged
Merged: 12/20/2025
Merged by: @crobibero
Base:
master← Head:activity-multi-sort📝 Commits (4)
1760f56Fixed bug where sorting was only applied by the last query8e28bb1contributor6d4c9cbAdded MaxDate endpoint71d1364indendations and removed unnecessary statement📊 Changes
4 files changed (+27 additions, -3 deletions)
View changed files
📝
CONTRIBUTORS.md(+1 -0)📝
Jellyfin.Api/Controllers/ActivityLogController.cs(+3 -0)📝
Jellyfin.Data/Queries/ActivityLogQuery.cs(+5 -0)📝
Jellyfin.Server.Implementations/Activity/ActivityManager.cs(+18 -3)📄 Description
Changes
Fixed Multi Sort by adding condition that sets
THEN BYto the queries following the first one instead ofORDER BYon every one asORDER BYoverwrites.Added MaxDate endpoint to allow for range selector among dates as that might come useful among logs and the MRT-table used in the frontend has support for it.
Issues
Multi sort did not work as intended #15583.
jellyfin/jellyfin-web/issues/6221
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.