[PR #2976] [MERGED] Transfer EnvironmentService to Jellyfin.Api #9311

Closed
opened 2026-02-07 05:59:58 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/2976
Author: @crobibero
Created: 4/25/2020
Status: Merged
Merged: 7/4/2020
Merged by: @barronpm

Base: api-migrationHead: api-environment


📝 Commits (9)

  • 714aaef Transfer EnvironmentService to Jellyfin.Api
  • e03c97d update xml docs
  • 5f0c37d Fix DefaultDirectoryBrowserInfo naming
  • 22f5684 Apply review suggestions
  • ae514da Merge remote-tracking branch 'upstream/api-migration' into api-environment
  • 2d4998c fix build
  • 6767c47 remove #nullable
  • 18f7f5a Merge remote-tracking branch 'upstream/api-migration' into api-environment
  • 0179293 fix build

📊 Changes

4 files changed (+227 additions, -285 deletions)

View changed files

Jellyfin.Api/Controllers/EnvironmentController.cs (+191 -0)
Jellyfin.Api/Models/EnvironmentDtos/DefaultDirectoryBrowserInfoDto.cs (+13 -0)
Jellyfin.Api/Models/EnvironmentDtos/ValidatePathDto.cs (+23 -0)
MediaBrowser.Api/EnvironmentService.cs (+0 -285)

📄 Description

According to the following ValidatePath only uses a post body.
ef7cf6c24b/src/components/directorybrowser/directorybrowser.js (L156)

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/2976 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 4/25/2020 **Status:** ✅ Merged **Merged:** 7/4/2020 **Merged by:** [@barronpm](https://github.com/barronpm) **Base:** `api-migration` ← **Head:** `api-environment` --- ### 📝 Commits (9) - [`714aaef`](https://github.com/jellyfin/jellyfin/commit/714aaefbcc3abf0b952efc831001cf42e1c873b0) Transfer EnvironmentService to Jellyfin.Api - [`e03c97d`](https://github.com/jellyfin/jellyfin/commit/e03c97d7cdfad65a48bc0aff6ca0e45f9b3ec3cd) update xml docs - [`5f0c37d`](https://github.com/jellyfin/jellyfin/commit/5f0c37d5745cbf2632d377905a0763f0254bca08) Fix DefaultDirectoryBrowserInfo naming - [`22f5684`](https://github.com/jellyfin/jellyfin/commit/22f56842bd6422a8f2789a2ce5a7d6f4caf563f2) Apply review suggestions - [`ae514da`](https://github.com/jellyfin/jellyfin/commit/ae514da8400ab004258cb38943a8cb0e7aea1cff) Merge remote-tracking branch 'upstream/api-migration' into api-environment - [`2d4998c`](https://github.com/jellyfin/jellyfin/commit/2d4998c5782d426f09aa264f37a2bc384bf940f2) fix build - [`6767c47`](https://github.com/jellyfin/jellyfin/commit/6767c47ccdede27a374ea21b3013fe32ee356f01) remove #nullable - [`18f7f5a`](https://github.com/jellyfin/jellyfin/commit/18f7f5aec7eb303d7bcee8462166abbf52dc6325) Merge remote-tracking branch 'upstream/api-migration' into api-environment - [`0179293`](https://github.com/jellyfin/jellyfin/commit/0179293c24b8fe4000612b5538f14082719bf8f4) fix build ### 📊 Changes **4 files changed** (+227 additions, -285 deletions) <details> <summary>View changed files</summary> ➕ `Jellyfin.Api/Controllers/EnvironmentController.cs` (+191 -0) ➕ `Jellyfin.Api/Models/EnvironmentDtos/DefaultDirectoryBrowserInfoDto.cs` (+13 -0) ➕ `Jellyfin.Api/Models/EnvironmentDtos/ValidatePathDto.cs` (+23 -0) ➖ `MediaBrowser.Api/EnvironmentService.cs` (+0 -285) </details> ### 📄 Description According to the following `ValidatePath` only uses a post body. https://github.com/jellyfin/jellyfin-web/blob/ef7cf6c24bf67305e3ecca69739b1e2651165191/src/components/directorybrowser/directorybrowser.js#L156 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 05:59:58 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9311