aboutsummaryrefslogtreecommitdiffstats
path: root/src/db.rs
Commit message (Expand)AuthorAgeFilesLines
* switch to thiserrorJesse Luehrs2021-03-061-21/+46
* persist uri match type when editingJesse Luehrs2021-02-211-1/+86
* add totp, uris, and custom fields to --full outputJesse Luehrs2020-07-251-0/+10
* include filenames in the error messages about file operationsJesse Luehrs2020-05-231-31/+41
* maintain folder and uris when editing an entryJesse Luehrs2020-05-031-0/+2
* start adding support for different entry typesJesse Luehrs2020-05-031-2/+39
* allow storing password databases from different serversJesse Luehrs2020-05-031-12/+13
* simplifyJesse Luehrs2020-05-031-9/+5
* also store org keys in the local dbJesse Luehrs2020-05-031-0/+1
* save the private key to the local dbJesse Luehrs2020-05-031-0/+1
* save org id in the sync dbJesse Luehrs2020-05-021-0/+1
* add folder as an option for list fieldsJesse Luehrs2020-04-201-0/+1
* track password historyJesse Luehrs2020-04-191-0/+9
* allow matching on substringsJesse Luehrs2020-04-181-1/+3
* implement removeJesse Luehrs2020-04-181-0/+1
* stop using the api cipher struct publiclyJesse Luehrs2020-04-181-1/+9
* avoid throwing errors for things we don't care aboutJesse Luehrs2020-04-121-1/+7
* improve error handling and reportingJesse Luehrs2020-04-121-0/+4
* only actually login or unlock if it's requiredJesse Luehrs2020-04-111-0/+7
* implement purgeJesse Luehrs2020-04-111-0/+6
* save sync data to local fileJesse Luehrs2020-04-101-0/+83