[PR #15583] [MERGED] Add ability to sort and filter activity log entries #14356

Closed
opened 2026-02-07 07:28:31 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: activity-log-filter


📝 Commits (3)

  • 91d4ee4 Add ability to sort and filter activity log entries
  • a9c7876 Use guid for item id filter
  • 2edfbbe Filter / 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/15583 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 11/20/2025 **Status:** ✅ Merged **Merged:** 12/9/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `activity-log-filter` --- ### 📝 Commits (3) - [`91d4ee4`](https://github.com/jellyfin/jellyfin/commit/91d4ee4160ae07dfaeff6bacdfaa46ebf33ff935) Add ability to sort and filter activity log entries - [`a9c7876`](https://github.com/jellyfin/jellyfin/commit/a9c787625a321a6182a9b1496a07df206aae9ffb) Use guid for item id filter - [`2edfbbe`](https://github.com/jellyfin/jellyfin/commit/2edfbbecdd840a76f80cada78a19d377013a5456) Filter / sort by username instead of user id ### 📊 Changes **5 files changed** (+362 additions, -104 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Part of https://github.com/jellyfin/jellyfin-web/issues/6221 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:28:31 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14356