summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* make the Clone bytes types Copy as wellpennae2022-07-178-28/+18
* remove Seal from cryptopennae2022-07-171-10/+1
* remove SecretBytespennae2022-07-174-85/+30
* use SecretKey for key material in cryptopennae2022-07-174-53/+58
* use HawkKey everywhere hawk keys are handledpennae2022-07-176-85/+44
* add dedicated types for all the tokenspennae2022-07-176-84/+175
* make crypto fields private if they're not used outside cryptopennae2022-07-171-7/+7
* don't use SecretBytes in HawkKey/SecretKeypennae2022-07-175-33/+37
* remove zeroize dependencypennae2022-07-173-10/+1
* remove remnants of trying to quickcheck thingspennae2022-07-171-4/+0
* apply rustfmtpennae2022-07-174-4/+8
* fix clippy warningspennae2022-07-174-4/+6
* add test vector for password changes and account resetpennae2022-07-161-1/+48
* allow integration tests to run in parallelpennae2022-07-148-56/+77
* simplify spawn_loggedpennae2022-07-141-23/+7
* xfail a test the last commit brokepennae2022-07-141-0/+1
* keep oauth tokens around a bit after expirypennae2022-07-134-16/+27
* add downgrade migration for first schema versionpennae2022-07-131-1/+44
* fix avatar change showing an error and not reloading the pagepennae2022-07-131-0/+1
* initial importpennae2022-07-1362-0/+16966