[PR #3281] [MERGED] Move ActivityLogService to Jellyfin.Api #9415

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3281
Author: @daullmer
Created: 6/9/2020
Status: Merged
Merged: 6/12/2020
Merged by: @barronpm

Base: api-migrationHead: api-activitylog


📝 Commits (2)

  • dc190e5 Move ActivityLogService to Jellyfin.Api
  • 1bf6c08 Move File; Move Route; use DateTime? in Query

📊 Changes

2 files changed (+50 additions, -61 deletions)

View changed files

Jellyfin.Api/Controllers/ActivityLogController.cs (+50 -0)
MediaBrowser.Api/System/ActivityLogService.cs (+0 -61)

📄 Description

Changes
Migrated the ActivityLogService.cs from MediaBrowser.Api to Jellyfin.Api

Issues
Part of #2872


🔄 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/3281 **Author:** [@daullmer](https://github.com/daullmer) **Created:** 6/9/2020 **Status:** ✅ Merged **Merged:** 6/12/2020 **Merged by:** [@barronpm](https://github.com/barronpm) **Base:** `api-migration` ← **Head:** `api-activitylog` --- ### 📝 Commits (2) - [`dc190e5`](https://github.com/jellyfin/jellyfin/commit/dc190e56833235c1b20fa76b8382da80fc62b0b7) Move ActivityLogService to Jellyfin.Api - [`1bf6c08`](https://github.com/jellyfin/jellyfin/commit/1bf6c085eda59034687f24fa5b5997389aede9e5) Move File; Move Route; use DateTime? in Query ### 📊 Changes **2 files changed** (+50 additions, -61 deletions) <details> <summary>View changed files</summary> ➕ `Jellyfin.Api/Controllers/ActivityLogController.cs` (+50 -0) ➖ `MediaBrowser.Api/System/ActivityLogService.cs` (+0 -61) </details> ### 📄 Description **Changes** Migrated the ActivityLogService.cs from MediaBrowser.Api to Jellyfin.Api **Issues** Part of #2872 --- <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:01:43 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9415