Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | apply rustfmt | pennae | 2022-07-17 | 4 | -4/+8 |
| | |||||
* | fix clippy warnings | pennae | 2022-07-17 | 4 | -4/+6 |
| | |||||
* | add test vector for password changes and account reset | pennae | 2022-07-16 | 1 | -1/+48 |
| | | | | | | | these are not "official" test vectors, just an example of what the implementation does currently. since it works with other parts of the ecosystem (most importantly firefox itself) they seem good enough to include. | ||||
* | allow integration tests to run in parallel | pennae | 2022-07-14 | 8 | -56/+77 |
| | | | | | this doesn't do much for performance, but it does allow running the tests with a simple `cargo t`. | ||||
* | simplify spawn_logged | pennae | 2022-07-14 | 1 | -23/+7 |
| | |||||
* | xfail a test the last commit broke | pennae | 2022-07-14 | 1 | -0/+1 |
| | |||||
* | keep oauth tokens around a bit after expiry | pennae | 2022-07-13 | 4 | -16/+27 |
| | | | | | | | firefox wants to delete profile access tokens after they're expired and logs errors if it can't do that. since this happens every hour we can end up with a bunch of error logs very quickly, so we better let it do what it wants. | ||||
* | add downgrade migration for first schema version | pennae | 2022-07-13 | 1 | -1/+44 |
| | |||||
* | fix avatar change showing an error and not reloading the page | pennae | 2022-07-13 | 1 | -0/+1 |
| | |||||
* | initial import | pennae | 2022-07-13 | 62 | -0/+16966 |