Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |