Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't allow users to edit devices of other users | pennae | 2022-08-10 | 1 | -0/+11 |
| | | | | | | while device ids should be impossible to guess (being as long as oauth tokens), we should still guard against malicious activity if they should ever leak. | ||||
* | speed up test suite | pennae | 2022-07-18 | 1 | -11/+16 |
| | | | | | mostly by grouping tests that can reuse the same account (which is expensive to create) into classes and scoping accounts to classes. | ||||
* | allow integration tests to run in parallel | pennae | 2022-07-14 | 1 | -6/+9 |
| | | | | | this doesn't do much for performance, but it does allow running the tests with a simple `cargo t`. | ||||
* | initial import | pennae | 2022-07-13 | 1 | -0/+115 |