[PR #15364] [CLOSED] Add lock for User operations #14105

Closed
opened 2025-12-22 10:19:08 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/15364
Author: @JPVenson
Created: 11/3/2025
Status: Closed

Base: release-10.11.zHead: bugfix/15153_UserConcurrency


📝 Commits (10+)

  • 1a1a24c Bump version to 10.12.0
  • c8ad861 Translated using Weblate (Marathi)
  • 96b7fc0 Translated using Weblate (Spanish (Mexico))
  • f58b486 Translated using Weblate (Hindi)
  • d167d59 Translated using Weblate (Punjabi)
  • 0e3b665 Update github/codeql-action action to v4.31.0
  • 788f090 Update GitHub Artifact Actions
  • c5affbb Translated using Weblate (Korean)
  • d859184 Merge pull request #15192 from jellyfin/renovate/major-github-artifact-actions
  • 3ff516a Merge pull request #15191 from jellyfin/renovate/ci-deps

📊 Changes

23 files changed (+346 additions, -283 deletions)

View changed files

📝 .github/CODEOWNERS (+11 -4)
📝 .github/workflows/ci-codeql-analysis.yml (+3 -3)
📝 .github/workflows/ci-compat.yml (+4 -4)
📝 .github/workflows/ci-openapi.yml (+6 -6)
📝 .github/workflows/ci-tests.yml (+1 -1)
📝 Emby.Naming/Emby.Naming.csproj (+1 -1)
📝 Emby.Server.Implementations/Localization/Core/es-MX.json (+1 -1)
📝 Emby.Server.Implementations/Localization/Core/gsw.json (+1 -1)
📝 Emby.Server.Implementations/Localization/Core/hi.json (+8 -1)
📝 Emby.Server.Implementations/Localization/Core/ko.json (+3 -1)
📝 Emby.Server.Implementations/Localization/Core/mn.json (+2 -2)
📝 Emby.Server.Implementations/Localization/Core/mr.json (+6 -1)
📝 Emby.Server.Implementations/Localization/Core/pa.json (+4 -2)
📝 Jellyfin.Data/Jellyfin.Data.csproj (+1 -1)
📝 Jellyfin.Server.Implementations/Users/UserManager.cs (+287 -235)
📝 Jellyfin.Server/Migrations/Routines/MigrateActivityLogDb.cs (+0 -9)
📝 Jellyfin.Server/Migrations/Routines/MigrateUserDb.cs (+1 -1)
📝 MediaBrowser.Common/MediaBrowser.Common.csproj (+1 -1)
📝 MediaBrowser.Controller/MediaBrowser.Controller.csproj (+1 -1)
📝 MediaBrowser.Model/MediaBrowser.Model.csproj (+1 -1)

...and 3 more files

📄 Description

Locks user operations based on userid

fixes #15153


🔄 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/15364 **Author:** [@JPVenson](https://github.com/JPVenson) **Created:** 11/3/2025 **Status:** ❌ Closed **Base:** `release-10.11.z` ← **Head:** `bugfix/15153_UserConcurrency` --- ### 📝 Commits (10+) - [`1a1a24c`](https://github.com/jellyfin/jellyfin/commit/1a1a24cfffb1e48577c177dd1642c46d0eb39dc0) Bump version to 10.12.0 - [`c8ad861`](https://github.com/jellyfin/jellyfin/commit/c8ad861590321198a3c7ca16121822672372c1ca) Translated using Weblate (Marathi) - [`96b7fc0`](https://github.com/jellyfin/jellyfin/commit/96b7fc0ac0767a60be272975b0a45dbadeec5701) Translated using Weblate (Spanish (Mexico)) - [`f58b486`](https://github.com/jellyfin/jellyfin/commit/f58b4860f7d295ea39ec64668e133579ac6154f9) Translated using Weblate (Hindi) - [`d167d59`](https://github.com/jellyfin/jellyfin/commit/d167d59c23765d2cc403fec778b53ea1b3dbe40d) Translated using Weblate (Punjabi) - [`0e3b665`](https://github.com/jellyfin/jellyfin/commit/0e3b6652b38dd8f7a2b42a1d4804f6feb1680440) Update github/codeql-action action to v4.31.0 - [`788f090`](https://github.com/jellyfin/jellyfin/commit/788f090f27936db0f665a3fd9fce3b27549dd337) Update GitHub Artifact Actions - [`c5affbb`](https://github.com/jellyfin/jellyfin/commit/c5affbbf71f9b8582d7ac9c88b294f50cc1a4fc7) Translated using Weblate (Korean) - [`d859184`](https://github.com/jellyfin/jellyfin/commit/d8591840f33890f2be1a240e4c823910f40ea455) Merge pull request #15192 from jellyfin/renovate/major-github-artifact-actions - [`3ff516a`](https://github.com/jellyfin/jellyfin/commit/3ff516a4300b68cf2987875b76bf16836a07b002) Merge pull request #15191 from jellyfin/renovate/ci-deps ### 📊 Changes **23 files changed** (+346 additions, -283 deletions) <details> <summary>View changed files</summary> 📝 `.github/CODEOWNERS` (+11 -4) 📝 `.github/workflows/ci-codeql-analysis.yml` (+3 -3) 📝 `.github/workflows/ci-compat.yml` (+4 -4) 📝 `.github/workflows/ci-openapi.yml` (+6 -6) 📝 `.github/workflows/ci-tests.yml` (+1 -1) 📝 `Emby.Naming/Emby.Naming.csproj` (+1 -1) 📝 `Emby.Server.Implementations/Localization/Core/es-MX.json` (+1 -1) 📝 `Emby.Server.Implementations/Localization/Core/gsw.json` (+1 -1) 📝 `Emby.Server.Implementations/Localization/Core/hi.json` (+8 -1) 📝 `Emby.Server.Implementations/Localization/Core/ko.json` (+3 -1) 📝 `Emby.Server.Implementations/Localization/Core/mn.json` (+2 -2) 📝 `Emby.Server.Implementations/Localization/Core/mr.json` (+6 -1) 📝 `Emby.Server.Implementations/Localization/Core/pa.json` (+4 -2) 📝 `Jellyfin.Data/Jellyfin.Data.csproj` (+1 -1) 📝 `Jellyfin.Server.Implementations/Users/UserManager.cs` (+287 -235) 📝 `Jellyfin.Server/Migrations/Routines/MigrateActivityLogDb.cs` (+0 -9) 📝 `Jellyfin.Server/Migrations/Routines/MigrateUserDb.cs` (+1 -1) 📝 `MediaBrowser.Common/MediaBrowser.Common.csproj` (+1 -1) 📝 `MediaBrowser.Controller/MediaBrowser.Controller.csproj` (+1 -1) 📝 `MediaBrowser.Model/MediaBrowser.Model.csproj` (+1 -1) _...and 3 more files_ </details> ### 📄 Description Locks user operations based on userid fixes #15153 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 10:19:08 +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#14105
No description provided.