[PR #4274] [MERGED] Rewrite Activity Log Backend #9996

Closed
opened 2026-02-07 06:12:14 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4274
Author: @barronpm
Created: 10/5/2020
Status: Merged
Merged: 10/10/2020
Merged by: @anthonylavado

Base: masterHead: activitylog-query


📝 Commits (2)

  • 4d7e7d6 Rewrite activity log backend to use a query class.
  • d4a492e Fix activity log query.

📊 Changes

7 files changed (+69 additions, -43 deletions)

View changed files

📝 Jellyfin.Api/Controllers/ActivityLogController.cs (+10 -10)
Jellyfin.Data/Queries/ActivityLogQuery.cs (+30 -0)
📝 Jellyfin.Server.Implementations/Activity/ActivityManager.cs (+19 -21)
📝 Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj (+1 -0)
📝 Jellyfin.Server.Implementations/Users/DisplayPreferencesManager.cs (+1 -0)
📝 Jellyfin.Server.Implementations/Users/UserManager.cs (+6 -5)
📝 MediaBrowser.Model/Activity/IActivityManager.cs (+2 -7)

📄 Description

Changes
Rewrites the activity log backend to use a query model and makes the backend async.


🔄 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/4274 **Author:** [@barronpm](https://github.com/barronpm) **Created:** 10/5/2020 **Status:** ✅ Merged **Merged:** 10/10/2020 **Merged by:** [@anthonylavado](https://github.com/anthonylavado) **Base:** `master` ← **Head:** `activitylog-query` --- ### 📝 Commits (2) - [`4d7e7d6`](https://github.com/jellyfin/jellyfin/commit/4d7e7d6331243bd339464bd6010569c6c308088b) Rewrite activity log backend to use a query class. - [`d4a492e`](https://github.com/jellyfin/jellyfin/commit/d4a492ef93f6b663fd4a4f7710613f06863f401f) Fix activity log query. ### 📊 Changes **7 files changed** (+69 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/ActivityLogController.cs` (+10 -10) ➕ `Jellyfin.Data/Queries/ActivityLogQuery.cs` (+30 -0) 📝 `Jellyfin.Server.Implementations/Activity/ActivityManager.cs` (+19 -21) 📝 `Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj` (+1 -0) 📝 `Jellyfin.Server.Implementations/Users/DisplayPreferencesManager.cs` (+1 -0) 📝 `Jellyfin.Server.Implementations/Users/UserManager.cs` (+6 -5) 📝 `MediaBrowser.Model/Activity/IActivityManager.cs` (+2 -7) </details> ### 📄 Description **Changes** Rewrites the activity log backend to use a query model and makes the backend async. --- <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 06:12:14 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9996