mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4274] [MERGED] Rewrite Activity Log Backend #9996
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/4274
Author: @barronpm
Created: 10/5/2020
Status: ✅ Merged
Merged: 10/10/2020
Merged by: @anthonylavado
Base:
master← Head:activitylog-query📝 Commits (2)
4d7e7d6Rewrite activity log backend to use a query class.d4a492eFix 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.