[PR #12417] [CLOSED] Merge Latest Updates from Jellyfin Master #13189

Closed
opened 2026-02-07 07:08:40 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/12417
Author: @mjamal-dev
Created: 8/9/2024
Status: Closed

Base: masterHead: master


📝 Commits (4)

📊 Changes

6 files changed (+37 additions, -20 deletions)

View changed files

📝 Directory.Packages.props (+1 -1)
📝 Jellyfin.Api/Controllers/DisplayPreferencesController.cs (+5 -5)
📝 Jellyfin.Api/Controllers/UserController.cs (+16 -0)
📝 Jellyfin.Data/Enums/HomeSectionType.cs (+8 -8)
📝 Jellyfin.Server.Implementations/Users/DisplayPreferencesManager.cs (+1 -1)
📝 Jellyfin.Server/Migrations/Routines/MigrateDisplayPreferencesDb.cs (+6 -5)

📄 Description

Changes
Added on-the-fly user creation when no user is found.
Rearranged home sections.


🔄 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/12417 **Author:** [@mjamal-dev](https://github.com/mjamal-dev) **Created:** 8/9/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`a35fa6c`](https://github.com/jellyfin/jellyfin/commit/a35fa6c0a6170b739dcd8b9bd20bfc646d780fae) feat: Added user creation when no user is found - [`12c5922`](https://github.com/jellyfin/jellyfin/commit/12c59220a9f76d1a4a499c0e3d182934211c4ad5) add - [`b7a805f`](https://github.com/jellyfin/jellyfin/commit/b7a805ff5f08a997514a81abf2aaed4f8e0c07ad) Merge branch 'master' of https://github.com/LondonBoy619/jellyfin-server - [`644763f`](https://github.com/jellyfin/jellyfin/commit/644763f524e076dcc35898162aab7cbf66983f4e) Rearranged home sections ### 📊 Changes **6 files changed** (+37 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `Directory.Packages.props` (+1 -1) 📝 `Jellyfin.Api/Controllers/DisplayPreferencesController.cs` (+5 -5) 📝 `Jellyfin.Api/Controllers/UserController.cs` (+16 -0) 📝 `Jellyfin.Data/Enums/HomeSectionType.cs` (+8 -8) 📝 `Jellyfin.Server.Implementations/Users/DisplayPreferencesManager.cs` (+1 -1) 📝 `Jellyfin.Server/Migrations/Routines/MigrateDisplayPreferencesDb.cs` (+6 -5) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** Added on-the-fly user creation when no user is found. Rearranged home sections. <!-- Describe your changes here in 1-5 sentences. --> <!-- Tag any issues that this PR solves here. ex. Fixes # --> --- <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 07:08:40 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13189