aboutsummaryrefslogtreecommitdiffstats
path: root/src/actions.rs
Commit message (Expand)AuthorAgeFilesLines
* switch to thiserrorJesse Luehrs2021-03-061-2/+2
* clippyJesse Luehrs2020-07-111-4/+6
* display the server's error message for incorrect passwordJesse Luehrs2020-05-281-1/+5
* add authenticator 2fa supportJesse Luehrs2020-05-281-1/+8
* maintain folder and uris when editing an entryJesse Luehrs2020-05-031-13/+24
* fix editing organization entriesJesse Luehrs2020-05-031-2/+4
* start adding support for different entry typesJesse Luehrs2020-05-031-29/+8
* also make the agent store decrypted org keys in memoryJesse Luehrs2020-05-031-5/+31
* also store org keys in the local dbJesse Luehrs2020-05-031-2/+15
* refactor encrypt/decrypt methods to indicate symmetric encryptionJesse Luehrs2020-05-031-2/+2
* save the private key to the local dbJesse Luehrs2020-05-031-2/+2
* implement adding into a folderJesse Luehrs2020-04-191-2/+53
* allow creating entries with associated urisJesse Luehrs2020-04-191-2/+4
* track password historyJesse Luehrs2020-04-191-2/+12
* better error messages for incorrect passwordsJesse Luehrs2020-04-181-2/+5
* refactorJesse Luehrs2020-04-181-42/+65
* implement edit commandJesse Luehrs2020-04-181-0/+35
* implement removeJesse Luehrs2020-04-181-0/+24
* stop using the api cipher struct publiclyJesse Luehrs2020-04-181-7/+16
* refactorJesse Luehrs2020-04-181-5/+36
* implement add commandJesse Luehrs2020-04-181-2/+19
* implement refresh token handlingJesse Luehrs2020-04-121-0/+7
* save sync data to local fileJesse Luehrs2020-04-101-11/+8
* move some basic stuff into configJesse Luehrs2020-04-101-2/+4
* also use cipherstring objectsJesse Luehrs2020-04-081-6/+9
* automatically unlock on loginJesse Luehrs2020-04-081-3/+11
* mlock sensitive memoryJesse Luehrs2020-04-081-9/+5
* clippyJesse Luehrs2020-04-061-3/+3
* a bit more cleanupJesse Luehrs2020-04-061-18/+19
* factor out into an agentJesse Luehrs2020-04-061-0/+46