mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #15583] [MERGED] Add ability to sort and filter activity log entries #14356
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/15583
Author: @crobibero
Created: 11/20/2025
Status: ✅ Merged
Merged: 12/9/2025
Merged by: @crobibero
Base:
master← Head:activity-log-filter📝 Commits (3)
91d4ee4Add ability to sort and filter activity log entriesa9c7876Use guid for item id filter2edfbbeFilter / sort by username instead of user id📊 Changes
5 files changed (+362 additions, -104 deletions)
View changed files
📝
Jellyfin.Api/Controllers/ActivityLogController.cs(+67 -9)➕
Jellyfin.Data/Enums/ActivityLogSortBy.cs(+49 -0)📝
Jellyfin.Data/Queries/ActivityLogQuery.cs(+56 -13)📝
Jellyfin.Server.Implementations/Activity/ActivityManager.cs(+162 -67)📝
MediaBrowser.Model/Activity/IActivityManager.cs(+28 -15)📄 Description
Part of https://github.com/jellyfin/jellyfin-web/issues/6221
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.