| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-10 | Replace PBKDF2-SHA1 with PBKDF2-SHA512 | Bond_009 | |
| This also migrates already created passwords on login Source for the number of iterations: https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#pbkdf2 | |||
| 2021-05-05 | Enable nullable reference types for MediaBrowser.Common | Bond_009 | |
| 2021-04-17 | Remove unused using directives | BaronGreenback | |
| 2021-03-25 | Apply suggestions from code review | Bond-009 | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-03-24 | Rewrite PasswordHash.Parse to work with ReadOnlySpans | Bond_009 | |
| 2020-11-25 | Remove Hex class as the BCL has one now | Bond_009 | |
| 2020-04-02 | Enable Microsoft.CodeAnalysis.FxCopAnalyzers for Jellyfin.Common | Bond_009 | |
| 2020-02-23 | Fix some warnings | Bond_009 | |
| * Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591 | |||
| 2019-12-11 | More warnings (removed) | Bond_009 | |
| 2019-11-23 | Merge pull request #1926 from Bond-009/auth | dkanada | |
| Add clearer exceptions, warnings and docs | |||
| 2019-11-01 | Rewrite hex encoder/decoder | Bond_009 | |
| 2019-10-29 | More warning fixes | Bond_009 | |
| 2019-10-20 | Add clearer exceptions, warnings and docs | Bond_009 | |
| 2019-10-09 | Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.Photos | Bond_009 | |
| Adds `#pragma warning disable CS1591` to all files in MediaBrowser.Common containing undocumented members. | |||
| 2019-09-17 | Remove legacy auth code (#1677) | Bond-009 | |
| * Remove legacy auth code * Adds tests so we don't break PasswordHash (again) * Clean up interfaces * Remove duplicate code * Use auto properties * static using * Don't use 'this' * Fix build | |||
