StNicolay
  • Joined on 2022-09-21
StNicolay pushed to menu at StNicolay/pass_manager 2023-07-29 07:20:27 +00:00
93824b190f Now altering messages where possible
aae30a3f82 now changing state in set_master_pass by using change_state macro
e91f1827ef added get endpoint, updated state_management
348223af3d Added menu endpoints
5189e8ab5f Added new callback types
Compare 5 commits »
StNicolay pushed to menu at StNicolay/pass_manager 2023-07-25 14:44:21 +00:00
d50de008a1 Added new callback types
StNicolay created branch menu in StNicolay/pass_manager 2023-07-25 14:44:21 +00:00
StNicolay pushed to master at StNicolay/pass_manager 2023-07-25 14:43:28 +00:00
fabe17844b Added a test that chars in passwords.rs must be ascii
StNicolay pushed to master at StNicolay/pass_manager 2023-07-22 11:54:25 +00:00
0621d78cd3 Replaced try_join func by tokio::try_join to be consistent with delete_all
111d4a56fa Added a 200 MB file size limit
6817ccc18c Moved document validation into a sepparate func
Compare 3 commits »
StNicolay pushed to master at StNicolay/pass_manager 2023-07-19 11:57:27 +00:00
f3e54807cd Added a transaction for deleting all
StNicolay pushed to master at StNicolay/pass_manager 2023-07-16 20:18:03 +00:00
a4b3d99b2f Added simple_state_handler macro
StNicolay pushed to master at StNicolay/pass_manager 2023-07-16 20:17:46 +00:00
43c9b34814 Simplified Handler::new
4f4a4d0d2b Added ask_name_handler
eeff85c1cf Started simplifying code using macros
b2738cd0fc Now forming MessageIds only from &Message to reduce the amount of moving this large type
Compare 4 commits »
StNicolay pushed to master at StNicolay/pass_manager 2023-07-16 10:24:46 +00:00
0e34b8abd8 simplified Handler.previous into the chat id and message id
StNicolay pushed to master at StNicolay/pass_manager 2023-07-16 10:21:59 +00:00
8443ca6a9e simplified Handler.previous into the chat id and message id
30f28a87d8 Now properly answering the callback query
Compare 2 commits »
StNicolay pushed to master at StNicolay/pass_manager 2023-07-14 21:13:30 +00:00
4d3ad75b9d Updated itertools and other deps, removed unnessesary versions from Cargo.toml
de3517749b Moved handler.func.is_none check to the top
Compare 2 commits »
StNicolay pushed to master at StNicolay/pass_manager 2023-07-03 12:28:41 +00:00
edc910ceb7 Updated deps
StNicolay pushed to master at StNicolay/pass_manager 2023-06-29 14:33:45 +00:00
21393eb54f Added a prelude to reduce the amount of imports
StNicolay pushed to master at StNicolay/pass_manager 2023-06-27 21:10:14 +00:00
733b608a83 Improved master password validation
StNicolay pushed to master at StNicolay/pass_manager 2023-06-27 20:05:21 +00:00
7c18b7596e Removed a new line
fbc689c93b Added rand/std feature in cryptography
34d877d631 Improved the char counting in the check_master_pass function
3f7486ce65 Added some constants to reduce the amount of magic values
c33c22d51c Updated debug config
Compare 5 commits »
StNicolay pushed to master at StNicolay/pass_manager 2023-06-23 10:26:00 +00:00
aced2df7fa Now fully trimming the text of the message in the state handlers
StNicolay pushed to master at StNicolay/pass_manager 2023-06-23 09:37:10 +00:00
d7f898ca93 Removed excesive validity checks
32aa368ccc Added checks if the account already exists in the database
3b5c1bdaed Updated GetUsers to provide better inforamtion about invalid accounts to a user
200692d376 Switched to debian:stable-slim image
7b5735aa59 Removed library crate for pass_manager
Compare 6 commits »
StNicolay pushed to master at StNicolay/pass_manager 2023-06-13 07:40:06 +00:00
6f03b2fdfd Updated deps
feae3fac81 Updated entities to use count method to check the existance of account/master password
Compare 2 commits »
StNicolay pushed to master at StNicolay/pass_manager 2023-06-12 15:07:41 +00:00
983b956cee Removed rayon dependency
StNicolay pushed to master at StNicolay/pass_manager 2023-06-12 14:56:12 +00:00
72d8e632f5 Updated account entity for better readability, now Account::get_names always orders by name