StNicolay
  • Joined on 2022-09-21
StNicolay pushed to master at StNicolay/pass_manager 2023-08-06 14:18:30 +00:00
d3cfa3c50f Updated deps
9881310afa Implemented account altering
5a07d0b5e0 Updated sea-orm
6408d9d1d0 now answering callback queries
adf19c35b5 Added export handler macro
Compare 16 commits »
StNicolay pushed to menu at StNicolay/pass_manager 2023-08-06 14:17:53 +00:00
d3cfa3c50f Updated deps
StNicolay pushed to menu at StNicolay/pass_manager 2023-08-03 21:44:46 +00:00
9881310afa Implemented account altering
5a07d0b5e0 Updated sea-orm
6408d9d1d0 now answering callback queries
Compare 3 commits »
StNicolay pushed to menu at StNicolay/pass_manager 2023-07-29 13:07:58 +00:00
adf19c35b5 Added export handler macro
875c18a510 Moved the /menu up in the list of commands
2fed183146 Added a mention of /set_master_pass when it is not set
9ea0af9add added missing return
Compare 4 commits »
StNicolay pushed to menu at StNicolay/pass_manager 2023-07-29 12:39:44 +00:00
df7f52774d Changed get.rs and get_menu.rs to use MessageIds::alter_message func
8c72b7417f added inline attributes
Compare 2 commits »
StNicolay pushed to menu at StNicolay/pass_manager 2023-07-29 12:22:51 +00:00
7cd8100fdb Switched to inline buttons when getting the account name, finished decrypt and delete Callback commands
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