summaryrefslogtreecommitdiff
path: root/src/routers/vault/models/vault
AgeCommit message (Expand)AuthorFilesLines
2021-05-09(untested) extend login table to allow 2FA activation (method itself still un...Jesusaves1-0/+6
2021-05-09Add an (unused) password field to store PBKDF2 hashes to go along TOTPJesusaves1-0/+4
2021-05-09Add a TOTP field to store a 16-chars TOTP secret for 2FA applications.Jesusaves1-0/+4
2020-03-27use sequelize setters for ip addressesgumi4-0/+12
2020-03-18make sure the identity table is not uppercasegumi1-0/+2
2020-03-15refactor strictIPCheck => strictIpCheck in vault.logingumi1-1/+2
2020-03-06prevent uuid bruteforcinggumi1-0/+5
2020-03-02add support for Vault + major refactorgumi8-0/+287