[PR #3187] [MERGED] Revert "Fix emby/user/public API leaking sensitive data" #9373

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3187
Author: @joshuaboniface
Created: 5/26/2020
Status: Merged
Merged: 5/27/2020
Merged by: @joshuaboniface

Base: masterHead: revert-2492-fix-api-private-data-leak


📝 Commits (1)

  • 0be3dfe Revert "Fix emby/user/public API leaking sensitive data"

📊 Changes

4 files changed (+11 additions, -108 deletions)

View changed files

📝 Emby.Server.Implementations/Library/UserManager.cs (+0 -25)
📝 MediaBrowser.Api/UserService.cs (+11 -27)
📝 MediaBrowser.Controller/Library/IUserManager.cs (+0 -8)
MediaBrowser.Model/Dto/PublicUserDto.cs (+0 -48)

📄 Description

Reverts jellyfin/jellyfin#2492

This change to the API was too extensive and broke clients. Changes like this cannot be made without ample testing and without first correcting all clients to not use the information provided


🔄 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/3187 **Author:** [@joshuaboniface](https://github.com/joshuaboniface) **Created:** 5/26/2020 **Status:** ✅ Merged **Merged:** 5/27/2020 **Merged by:** [@joshuaboniface](https://github.com/joshuaboniface) **Base:** `master` ← **Head:** `revert-2492-fix-api-private-data-leak` --- ### 📝 Commits (1) - [`0be3dfe`](https://github.com/jellyfin/jellyfin/commit/0be3dfe7c53d8c3bb43c28ea02c8a594bcb903b2) Revert "Fix emby/user/public API leaking sensitive data" ### 📊 Changes **4 files changed** (+11 additions, -108 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Library/UserManager.cs` (+0 -25) 📝 `MediaBrowser.Api/UserService.cs` (+11 -27) 📝 `MediaBrowser.Controller/Library/IUserManager.cs` (+0 -8) ➖ `MediaBrowser.Model/Dto/PublicUserDto.cs` (+0 -48) </details> ### 📄 Description Reverts jellyfin/jellyfin#2492 This change to the API was too extensive and broke clients. Changes like this cannot be made without ample testing and without first correcting all clients to not use the information provided --- <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:04 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9373