Commit Graph

  • 2101c302db Added note about ability to copt StNicolay 2022-10-30 16:53:56 +0300
  • ac9d89fb3d made login and password easily copyable StNicolay 2022-10-30 16:37:24 +0300
  • f6b58df6c4 Properly documented help command StNicolay 2022-10-30 16:30:00 +0300
  • 69cddd1cbb Remved unnessasary import StNicolay 2022-10-30 16:28:23 +0300
  • 88d51785ed Added conformation for deleting all, added cacel command for the case, when there is no active action StNicolay 2022-10-30 16:24:32 +0300
  • 731893ad33 Added cancel command StNicolay 2022-10-30 16:16:04 +0300
  • 689de06782 Tweaks in handlers to optimize database usage StNicolay 2022-10-30 16:06:38 +0300
  • d65468134a fixed compose.yaml StNicolay 2022-10-29 22:16:19 +0000
  • 394990c3ac changed dockerfile to use python3.11 StNicolay 2022-10-29 22:09:16 +0000
  • 796aa79db0 changed commands in README StNicolay 2022-10-30 01:07:47 +0300
  • dec7a9b7c9 Now commands ask for params in separate messages StNicolay 2022-10-30 00:31:51 +0300
  • fae04547c8 added commits to delete funcs StNicolay 2022-10-30 00:30:45 +0300
  • fab8e18723 Changes to the positon of the telegram token StNicolay 2022-10-29 22:03:20 +0000
  • baef759929 merged functions for master password hashing StNicolay 2022-10-29 19:35:54 +0300
  • a5d93f0d5c Fixed a typo StNicolay 2022-10-21 19:14:32 +0300
  • 98b621b39d Изменению README.md, добавил документацию StNicolay 2022-10-21 19:03:27 +0300
  • 8128a059df Vadim's preferences StNicolay 2022-10-14 21:26:20 +0300
  • cfd2a24e25 Added help command StNicolay 2022-10-14 20:16:46 +0300
  • b5aebdb101 Added message after account deletion StNicolay 2022-10-14 20:02:27 +0300
  • 267e54bb29 Added ability to delete account of a user StNicolay 2022-10-14 20:01:05 +0300
  • b1017082a9 Fixed reset of master password StNicolay 2022-10-14 19:53:05 +0300
  • 39e86793a6 Removed print StNicolay 2022-10-14 19:52:48 +0300
  • 822061ae49 Removed prints StNicolay 2022-10-14 19:35:16 +0300
  • 4702e048f3 Docker files StNicolay 2022-10-14 18:54:29 +0300
  • 865c98ad46 Created basic version of the bot StNicolay 2022-10-14 17:48:54 +0300
  • 7fe7b23a63 Filled delete.py and created change.py StNicolay 2022-10-14 17:48:32 +0300
  • 85129d8b7a Changes to db: fixed error in __init__, looking for more precise errors StNicolay 2022-10-14 17:12:24 +0300
  • b60579ecd6 Added sqlmodel to requirements StNicolay 2022-10-14 15:42:32 +0300
  • 29b7125a4d Added comments StNicolay 2022-10-14 15:41:55 +0300
  • 3ebe4240bf Changed database scripts StNicolay 2022-10-14 15:38:03 +0300
  • e09c56759e Added pyTelegramBotAPI to requirements StNicolay 2022-10-05 18:50:12 +0300
  • 70c98d2062 Changed func name StNicolay 2022-10-05 18:47:51 +0300
  • 79ed20bbf7 Added func to hash master pass with known hasg StNicolay 2022-10-05 18:37:19 +0300
  • 3cb9c74bac Moved code to main func in src StNicolay 2022-10-05 15:14:32 +0300
  • e744cba7c8 database.prepare now accepts connection StNicolay 2022-10-05 15:10:10 +0300
  • 44ae963f69 Added other files to database.__init__ StNicolay 2022-10-05 15:05:28 +0300
  • d61cd11a20 Sorted imports StNicolay 2022-10-05 15:04:39 +0300
  • 4753d91ba4 Created delete.py StNicolay 2022-10-05 15:01:34 +0300
  • 289532fd95 No longer recreating indexes StNicolay 2022-10-05 14:56:03 +0300
  • 91518559b0 Added exception handling StNicolay 2022-10-05 14:52:23 +0300
  • 6546fc0401 Completed add_account function StNicolay 2022-10-05 14:47:34 +0300
  • 7cfb97199f Completed add_master pass function StNicolay 2022-10-05 14:44:03 +0300
  • 449056d2d2 made passwrd lowercase StNicolay 2022-10-05 14:38:00 +0300
  • e92044ec1b Added function headers in database.add StNicolay 2022-09-29 16:02:11 +0300
  • c8410a877c Created get.py StNicolay 2022-09-29 15:58:56 +0300
  • 89d8e78eec env variables! StNicolay 2022-09-26 22:46:21 +0300
  • 44bab0fb48 Created database/prepare.py StNicolay 2022-09-26 22:44:48 +0300
  • 1bde1a1739 Now using env. variables for db info StNicolay 2022-09-26 21:45:27 +0300
  • 9d8d9cfdd6 Made generate_keys private StNicolay 2022-09-26 21:45:10 +0300
  • 2f4bd2421b Added master_pass and other_accounts to __init__.py StNicolay 2022-09-26 21:18:58 +0300
  • 08b0603e23 Sorted imports StNicolay 2022-09-26 21:18:00 +0300
  • b523a7574d Created functions to encrypt and decrypt account info StNicolay 2022-09-26 21:15:43 +0300
  • ba72f9f2d4 Created master_pass encryption function StNicolay 2022-09-26 20:41:42 +0300
  • 6cd1016249 Created file structure StNicolay 2022-09-26 20:34:02 +0300
  • 00c35baabe Changed README.md StNicolay 2022-09-25 18:53:32 +0000
  • 7e7f70f55d Changed License to General Public License v3.0 StNicolay 2022-09-25 18:49:39 +0000
  • d8933c4b41 Initial commit StNicolay 2022-09-25 18:48:09 +0000