[PR #6879] [MERGED] Remove ClientLog endpoints #11185

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6879
Author: @crobibero
Created: 11/20/2021
Status: Merged
Merged: 11/22/2021
Merged by: @cvium

Base: masterHead: client-log-cleanup


📝 Commits (1)

  • ea355b4 Remove ClientLog endpoints

📊 Changes

6 files changed (+16 additions, -174 deletions)

View changed files

📝 Jellyfin.Api/Controllers/ClientLogController.cs (+4 -73)
Jellyfin.Api/Models/ClientLogDtos/ClientLogEventDto.cs (+0 -30)
📝 Jellyfin.Server/Jellyfin.Server.csproj (+0 -1)
📝 Jellyfin.Server/Program.cs (+11 -37)
📝 MediaBrowser.Controller/ClientEvent/ClientEventLogger.cs (+1 -25)
📝 MediaBrowser.Controller/ClientEvent/IClientEventLogger.cs (+0 -8)

📄 Description

Partially reverts https://github.com/jellyfin/jellyfin/pull/5918/

The log mappers broke logging, and the main endpoint of interest to client developers was the document upload.


🔄 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/6879 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 11/20/2021 **Status:** ✅ Merged **Merged:** 11/22/2021 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `client-log-cleanup` --- ### 📝 Commits (1) - [`ea355b4`](https://github.com/jellyfin/jellyfin/commit/ea355b4262fa0b817930d2bb751c05e6e0ee3022) Remove ClientLog endpoints ### 📊 Changes **6 files changed** (+16 additions, -174 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/ClientLogController.cs` (+4 -73) ➖ `Jellyfin.Api/Models/ClientLogDtos/ClientLogEventDto.cs` (+0 -30) 📝 `Jellyfin.Server/Jellyfin.Server.csproj` (+0 -1) 📝 `Jellyfin.Server/Program.cs` (+11 -37) 📝 `MediaBrowser.Controller/ClientEvent/ClientEventLogger.cs` (+1 -25) 📝 `MediaBrowser.Controller/ClientEvent/IClientEventLogger.cs` (+0 -8) </details> ### 📄 Description Partially reverts https://github.com/jellyfin/jellyfin/pull/5918/ The log mappers broke logging, and the main endpoint of interest to client developers was the document upload. --- <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:33:55 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11185