aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Cryptography
AgeCommit message (Collapse)Author
2019-12-11More warnings (removed)Bond_009
2019-11-23Merge pull request #1926 from Bond-009/authdkanada
Add clearer exceptions, warnings and docs
2019-11-01Rewrite hex encoder/decoderBond_009
2019-10-29More warning fixesBond_009
2019-10-20Add clearer exceptions, warnings and docsBond_009
2019-10-09Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.PhotosBond_009
Adds `#pragma warning disable CS1591` to all files in MediaBrowser.Common containing undocumented members.
2019-09-17Remove 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