aboutsummaryrefslogtreecommitdiffstats
path: root/src/api.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* also store org keys in the local dbJesse Luehrs2020-05-031-1/+23
|
* save the private key to the local dbJesse Luehrs2020-05-031-2/+8
|
* save org id in the sync dbJesse Luehrs2020-05-021-0/+3
|
* add folder as an option for list fieldsJesse Luehrs2020-04-201-2/+30
|
* only handle login entries for nowJesse Luehrs2020-04-191-20/+25
|
* implement adding into a folderJesse Luehrs2020-04-191-0/+82
|
* allow creating entries with associated urisJesse Luehrs2020-04-191-0/+11
|
* more model cleanupJesse Luehrs2020-04-191-12/+0
|
* clean up api model structsJesse Luehrs2020-04-191-112/+61
|
* track password historyJesse Luehrs2020-04-191-0/+40
|
* these fields don't need to be public anymoreJesse Luehrs2020-04-191-6/+6
|
* better error messages for incorrect passwordsJesse Luehrs2020-04-181-7/+32
|
* implement edit commandJesse Luehrs2020-04-181-0/+54
|
* implement removeJesse Luehrs2020-04-181-0/+19
|
* stop using the api cipher struct publiclyJesse Luehrs2020-04-181-11/+36
|
* refactorJesse Luehrs2020-04-181-2/+2
|
* support adding entries with notesJesse Luehrs2020-04-181-7/+4
|
* implement add commandJesse Luehrs2020-04-181-1/+132
|
* implement refresh token handlingJesse Luehrs2020-04-121-6/+54
|
* handle entries with no username or passwordJesse Luehrs2020-04-121-2/+2
|
* move some basic stuff into configJesse Luehrs2020-04-101-23/+7
|
* mlock sensitive memoryJesse Luehrs2020-04-081-2/+2
|
* clippyJesse Luehrs2020-04-061-3/+11
|
* factor out into an agentJesse Luehrs2020-04-061-12/+19
|
* basic implementation of the cryptographic stuffJesse Luehrs2020-04-051-0/+161