summaryrefslogtreecommitdiff
path: root/src/db
Commit message (Collapse)AuthorAgeFilesLines
* remove dependency on chronopennae2022-07-251-4/+4
| | | | | | prompted by a cargo audit run. time works just as well and is better maintained. web-push still uses chrono, but from the looks of things it won't be affected.
* make the Clone bytes types Copy as wellpennae2022-07-171-1/+1
| | | | u8 arrays are copy, no need to not have our wrappers be copy.
* apply rustfmtpennae2022-07-171-1/+3
|
* keep oauth tokens around a bit after expirypennae2022-07-131-4/+3
| | | | | | | 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.
* initial importpennae2022-07-131-0/+1026