17 Commits

Author SHA1 Message Date
b65525cc6e
Updated master_pass.rs to improve readablity 2023-05-13 21:21:43 +03:00
4d153d8c44
Updated account.rs to improve readability 2023-05-13 21:10:21 +03:00
b326aa696d
Added Account::delete_all method 2023-05-09 20:32:07 +03:00
3db99a3626
Added comments to the funtions 2023-05-09 20:27:58 +03:00
4a0760d711
Added Account::get method 2023-05-06 20:37:26 +03:00
c1e1b9c0c1
Updated account and master pass methods 2023-05-06 19:35:11 +03:00
8af4d0ab12
Updated import and export commands to work better 2023-05-06 19:21:40 +03:00
957bcfb952
Now checking that account exists before getting/deleting it, added export command 2023-05-05 16:45:56 +03:00
89d3ea1bf7
Added message deletion 2023-05-04 20:51:36 +03:00
e129934aac
Made verify_master_pass compute the hash in a blocking thread 2023-05-04 19:39:36 +03:00
83aa2c90b1
Moved the check of existence of a master password into master_pass.rs, added buttons for /get_account 2023-05-04 19:03:03 +03:00
17e4f1892c
Added more paralization to allow better multi-user perfomace 2023-05-04 18:27:19 +03:00
8aadf96020
Added checks of the master password for /add_account and /get_account 2023-04-27 19:38:34 +03:00
3f8adb96f9
Added command to add master password 2023-04-27 17:40:49 +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