[PR #3393] [MERGED] Move DashboardController to Jellyfin.Api #9319

Closed
opened 2025-12-22 07:24:57 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3393
Author: @daullmer
Created: 6/20/2020
Status: Merged
Merged: 6/21/2020
Merged by: @barronpm

Base: api-migrationHead: api-dashboard


📝 Commits (4)

  • 64fb173 Move DashboardController to Jellyfin.Api
  • 9a223b7 Fix suggestions
  • fae5103 Add try catch block
  • 4eb94b8 Update Jellyfin.Api/Controllers/DashboardController.cs

📊 Changes

10 files changed (+307 additions, -466 deletions)

View changed files

📝 Emby.Server.Implementations/ApplicationHost.cs (+0 -4)
📝 Emby.Server.Implementations/Emby.Server.Implementations.csproj (+0 -1)
Jellyfin.Api/Controllers/DashboardController.cs (+275 -0)
📝 Jellyfin.Api/Models/ConfigurationPageInfo.cs (+30 -8)
📝 Jellyfin.Server/Program.cs (+2 -2)
MediaBrowser.WebDashboard/Api/DashboardService.cs (+0 -340)
MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj (+0 -42)
MediaBrowser.WebDashboard/Properties/AssemblyInfo.cs (+0 -21)
MediaBrowser.WebDashboard/ServerEntryPoint.cs (+0 -42)
📝 MediaBrowser.sln (+0 -6)

📄 Description

This moves DashboardController to Jellyfin.Api and removes the MediaBrowser.WebDashboard project and all its references.


🔄 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/3393 **Author:** [@daullmer](https://github.com/daullmer) **Created:** 6/20/2020 **Status:** ✅ Merged **Merged:** 6/21/2020 **Merged by:** [@barronpm](https://github.com/barronpm) **Base:** `api-migration` ← **Head:** `api-dashboard` --- ### 📝 Commits (4) - [`64fb173`](https://github.com/jellyfin/jellyfin/commit/64fb173dad77a38273548434bee683b85e323345) Move DashboardController to Jellyfin.Api - [`9a223b7`](https://github.com/jellyfin/jellyfin/commit/9a223b7359305ab718b744394688e1d948b56686) Fix suggestions - [`fae5103`](https://github.com/jellyfin/jellyfin/commit/fae510308e9b3e5022e8d9b67b07f1a5cda026b0) Add try catch block - [`4eb94b8`](https://github.com/jellyfin/jellyfin/commit/4eb94b8fb18ef2fdddfb7a7fe1cde484e6c6ff06) Update Jellyfin.Api/Controllers/DashboardController.cs ### 📊 Changes **10 files changed** (+307 additions, -466 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/ApplicationHost.cs` (+0 -4) 📝 `Emby.Server.Implementations/Emby.Server.Implementations.csproj` (+0 -1) ➕ `Jellyfin.Api/Controllers/DashboardController.cs` (+275 -0) 📝 `Jellyfin.Api/Models/ConfigurationPageInfo.cs` (+30 -8) 📝 `Jellyfin.Server/Program.cs` (+2 -2) ➖ `MediaBrowser.WebDashboard/Api/DashboardService.cs` (+0 -340) ➖ `MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj` (+0 -42) ➖ `MediaBrowser.WebDashboard/Properties/AssemblyInfo.cs` (+0 -21) ➖ `MediaBrowser.WebDashboard/ServerEntryPoint.cs` (+0 -42) 📝 `MediaBrowser.sln` (+0 -6) </details> ### 📄 Description This moves DashboardController to Jellyfin.Api and removes the MediaBrowser.WebDashboard project and all its references. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 07:24:57 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#9319
No description provided.