jellyfin/Jellyfin.Server.Implementat.../Users
Bond_009 f50a250cd9 Optimize Guid comparisons
* Use Guid.Equals(Guid) instead of the == override
* Ban the usage of Guid.Equals(Object) to prevent accidental boxing
* Compare to default(Guid) instead of Guid.Empty
2022-02-21 14:15:09 +01:00
..
DefaultAuthenticationProvider.cs Replace PBKDF2-SHA1 with PBKDF2-SHA512 2021-11-10 22:34:54 +01:00
DefaultPasswordResetProvider.cs Use static crypto rng 2021-10-08 15:02:58 +02:00
DeviceAccessEntryPoint.cs Migrate authentication db to EF Core 2021-05-20 23:56:59 -04:00
DisplayPreferencesManager.cs Optimize Guid comparisons 2022-02-21 14:15:09 +01:00
InvalidAuthProvider.cs Enable nullable for Jellyfin.Server.Implementations 2020-12-12 11:20:48 -05:00
UserManager.cs Optimize Guid comparisons 2022-02-21 14:15:09 +01:00