aboutsummaryrefslogtreecommitdiff
path: root/internal/cryptoutil
Commit message (Collapse)AuthorAge
* db: use GORM to backup and restore non-legacy tables (#6142)ᴜɴᴋɴᴡᴏɴ2020-05-04
|
* db: add tests for two factors (#6099)ᴜɴᴋɴᴡᴏɴ2020-04-14
* Rename to TwoFactors.Create * Use GORM to execute queries * TwoFactor.GetByUserID * Add tests * Fix failing tests * Add MD5 tests * Add tests for RandomChars