Commit Graph

17 Commits

Author SHA1 Message Date
0139963459
Switched to inline buttons when getting the account name, finished decrypt and delete Callback commands 2023-07-29 15:21:40 +03:00
22c754a256
added get endpoint, updated state_management 2023-07-26 00:52:12 +03:00
96c7d2e37e
Added menu endpoints 2023-07-25 19:09:34 +03:00
64a5435dc3
Added new callback types 2023-07-25 17:44:12 +03:00
255f29bfad
Started simplifying code using macros 2023-07-16 22:34:11 +03:00
c0fcb41575
Added a prelude to reduce the amount of imports 2023-06-29 17:33:26 +03:00
f1228ed80f
Removed library crate for pass_manager 2023-06-23 11:38:54 +03:00
cda07b4d84
Sepparated the code out into 3 more library crates: cryptography, entity and pass_manager 2023-06-01 14:42:35 +03:00
02d090dd6a
Updated models and entities 2023-05-15 19:09:15 +03:00
71940762ff
Added NoUserInfo, NoMessageText and HandlerUsed error types to decrease the amount of unwraps 2023-05-06 20:20:33 +03:00
fc76d7f65c
Added import command, created User struct to remove the usage of a json! macro 2023-05-05 21:29:58 +03:00
957bcfb952
Now checking that account exists before getting/deleting it, added export command 2023-05-05 16:45:56 +03:00
ecf74fb50f
First steps 2023-05-03 21:08:14 +03:00
8aadf96020
Added checks of the master password for /add_account and /get_account 2023-04-27 19:38:34 +03:00
e8fc43f9ad
Extended functionality 2023-04-27 16:25:23 +03:00
b92ce0b0fa
First prototype 2023-04-24 20:48:34 +03:00
c755de93b8
Initial commit 2023-04-23 20:54:16 +03:00