mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #1677] [MERGED] Remove legacy auth code #8850
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/1677
Author: @Bond-009
Created: 8/28/2019
Status: ✅ Merged
Merged: 9/17/2019
Merged by: @anthonylavado
Base:
master← Head:test📝 Commits (5)
64f9002Remove legacy auth code5115863Use auto properties4645224static using5c88fa6Don't use 'this'd17d4a2Fix build📊 Changes
34 files changed (+354 additions, -3430 deletions)
View changed files
📝
Emby.Server.Implementations/Cryptography/CryptographyProvider.cs(+9 -56)📝
Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs(+36 -98)📝
Emby.Server.Implementations/Library/UserManager.cs(+22 -36)📝
Emby.Server.Implementations/Updates/InstallationManager.cs(+2 -2)📝
MediaBrowser.Api/StartupWizardService.cs(+2 -1)➕
MediaBrowser.Common/Cryptography/Constants.cs(+18 -0)➕
MediaBrowser.Common/Cryptography/Extensions.cs(+35 -0)➕
MediaBrowser.Common/Cryptography/PasswordHash.cs(+155 -0)📝
MediaBrowser.Common/HexHelper.cs(+1 -1)📝
MediaBrowser.Common/MediaBrowser.Common.csproj(+6 -0)📝
MediaBrowser.Model/Cryptography/ICryptoProvider.cs(+8 -11)➖
MediaBrowser.Model/Cryptography/PasswordHash.cs(+0 -142)➖
MediaBrowser.Tests/ConsistencyTests/Resources/SampleTransformed.htm(+0 -1277)➖
MediaBrowser.Tests/ConsistencyTests/Resources/StringCheck.xslt(+0 -145)➖
MediaBrowser.Tests/ConsistencyTests/Resources/StringCheckSample.xml(+0 -222)➖
MediaBrowser.Tests/ConsistencyTests/StringUsageReporter.cs(+0 -259)➖
MediaBrowser.Tests/ConsistencyTests/TextIndexing/IndexBuilder.cs(+0 -52)➖
MediaBrowser.Tests/ConsistencyTests/TextIndexing/WordIndex.cs(+0 -36)➖
MediaBrowser.Tests/ConsistencyTests/TextIndexing/WordOccurrence.cs(+0 -18)➖
MediaBrowser.Tests/ConsistencyTests/TextIndexing/WordOccurrences.cs(+0 -13)...and 14 more files
📄 Description
PasswordHash(again)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.