mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #15364] [CLOSED] Add lock for User operations #14105
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#14105
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/15364
Author: @JPVenson
Created: 11/3/2025
Status: ❌ Closed
Base:
release-10.11.z← Head:bugfix/15153_UserConcurrency📝 Commits (10+)
1a1a24cBump version to 10.12.0c8ad861Translated using Weblate (Marathi)96b7fc0Translated using Weblate (Spanish (Mexico))f58b486Translated using Weblate (Hindi)d167d59Translated using Weblate (Punjabi)0e3b665Update github/codeql-action action to v4.31.0788f090Update GitHub Artifact Actionsc5affbbTranslated using Weblate (Korean)d859184Merge pull request #15192 from jellyfin/renovate/major-github-artifact-actions3ff516aMerge 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.