mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #1926] [MERGED] Add clearer exceptions, warnings and docs #8951
Reference in New Issue
Block a user
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/1926
Author: @Bond-009
Created: 10/20/2019
Status: ✅ Merged
Merged: 11/22/2019
Merged by: @dkanada
Base:
master← Head:auth📝 Commits (4)
fef35d0Add clearer exceptions, warnings and docs24c076eUpdate Emby.Server.Implementations/Library/UserViewManager.cs2b1e766Update MediaBrowser.Controller/Library/IUserManager.csd7335f6Reword exception message📊 Changes
10 files changed (+63 additions, -57 deletions)
View changed files
📝
Emby.Server.Implementations/Cryptography/CryptographyProvider.cs(+3 -7)📝
Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs(+4 -1)📝
Emby.Server.Implementations/Library/UserManager.cs(+6 -14)📝
Emby.Server.Implementations/Library/UserViewManager.cs(+10 -10)📝
Emby.Server.Implementations/Session/SessionManager.cs(+14 -13)📝
MediaBrowser.Api/UserLibrary/UserViewsService.cs(+7 -1)📝
MediaBrowser.Common/Cryptography/PasswordHash.cs(+3 -3)📝
MediaBrowser.Controller/Entities/Folder.cs(+9 -1)📝
MediaBrowser.Controller/Library/IUserManager.cs(+7 -3)📝
MediaBrowser.Model/Cryptography/ICryptoProvider.cs(+0 -4)📄 Description
Also removes 2 unused methods.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.