62ad721262
add admin-panel by hteppl
Vladislav Lisitsyn
2025-01-28 19:36:54 +03:00
5f43bb6e55
add admin-panel by hteppl
Vladislav Lisitsyn
2025-01-28 19:36:54 +03:00
ee155db444
Merge branch 'main' into dev
Oleg Kraev
2025-01-24 23:35:19 +03:00
f7c906f608
Merge branch 'main' into dev
Oleg Kraev
2025-01-24 23:35:19 +03:00
873b178151
Add inline button for user profile in admin panel message processing. Enhanced user interaction by including a button that directs users to their personal account, improving the overall user experience.
Zakhar Izmaylov
2025-01-23 14:43:39 +03:00
e97e3060f7
Add inline button for user profile in admin panel message processing. Enhanced user interaction by including a button that directs users to their personal account, improving the overall user experience.
Zakhar Izmaylov
2025-01-23 14:43:39 +03:00
ca2a720bfc
Enhance error handling in backup cleanup process. Added a generic exception handler to log errors during the removal of old backups, improving robustness and maintainability of the backup functionality.
Zakhar Izmaylov
2025-01-23 12:10:08 +03:00
b6ebfd5c1e
Enhance error handling in backup cleanup process. Added a generic exception handler to log errors during the removal of old backups, improving robustness and maintainability of the backup functionality.
Zakhar Izmaylov
2025-01-23 12:10:08 +03:00
46ec8fef50
Update button labels from "🔙 Назад" to "⬅️ Назад" across multiple admin handlers and key management files for improved user interface consistency. This change enhances the visual clarity of navigation options within the application.
Zakhar Izmaylov
2025-01-23 12:06:38 +03:00
3d67311e61
Update button labels from "🔙 Назад" to "⬅️ Назад" across multiple admin handlers and key management files for improved user interface consistency. This change enhances the visual clarity of navigation options within the application.
Zakhar Izmaylov
2025-01-23 12:06:38 +03:00
0890d326a4
Refactor trial management function names for clarity. Renamed set_trial to update_trial in database.py and updated all related handler calls in start.py, admin_user_editor.py, and trial_key.py to reflect this change. This improves code readability and consistency across the codebase.
Zakhar Izmaylov
2025-01-23 12:03:01 +03:00
7bfbf89054
Refactor trial management function names for clarity. Renamed set_trial to update_trial in database.py and updated all related handler calls in start.py, admin_user_editor.py, and trial_key.py to reflect this change. This improves code readability and consistency across the codebase.
Zakhar Izmaylov
2025-01-23 12:03:01 +03:00
39b998e6df
Auto-format code with Ruff using pyproject.toml
GitHub Actions
2025-01-23 09:00:26 +00:00
43959a996e
Auto-format code with Ruff using pyproject.toml
GitHub Actions
2025-01-23 09:00:26 +00:00
5be5cd33f7
Implement new database functions for server and coupon management. Added check_server_name_by_cluster, get_coupon_details, get_referral_by_referred_id, and get_all_keys to enhance data retrieval capabilities. Updated handlers to utilize these new functions, improving code clarity and maintainability. Refactored existing database calls in start.py, utils.py, and keys.py for consistency and better session management.
Zakhar Izmaylov
2025-01-23 11:58:35 +03:00
bb803ab145
Implement new database functions for server and coupon management. Added check_server_name_by_cluster, get_coupon_details, get_referral_by_referred_id, and get_all_keys to enhance data retrieval capabilities. Updated handlers to utilize these new functions, improving code clarity and maintainability. Refactored existing database calls in start.py, utils.py, and keys.py for consistency and better session management.
Zakhar Izmaylov
2025-01-23 11:58:35 +03:00
589851ae2c
Auto-format code with Ruff using pyproject.toml
GitHub Actions
2025-01-23 08:40:44 +00:00
07d14a301b
Auto-format code with Ruff using pyproject.toml
GitHub Actions
2025-01-23 08:40:44 +00:00
73a365eeb6
Refactor server management and database interactions. Renamed get_servers_from_db to get_servers for clarity and updated related handlers to utilize session management. Refactored add_server_to_db to create_server for consistency. Improved code readability and maintainability across coupon and notification handlers by streamlining database calls and enhancing error handling.
Zakhar Izmaylov
2025-01-23 11:36:15 +03:00
c2ba4e9ab6
Refactor server management and database interactions. Renamed get_servers_from_db to get_servers for clarity and updated related handlers to utilize session management. Refactored add_server_to_db to create_server for consistency. Improved code readability and maintainability across coupon and notification handlers by streamlining database calls and enhancing error handling.
Zakhar Izmaylov
2025-01-23 11:36:15 +03:00
4cfaf41980
Auto-format code with Ruff using pyproject.toml
GitHub Actions
2025-01-23 08:28:39 +00:00
7b372e095e
Auto-format code with Ruff using pyproject.toml
GitHub Actions
2025-01-23 08:28:39 +00:00
7dafb47c38
Enhance database interaction in coupon and server management. Updated check_unique_server_name to accept session and cluster name parameters for improved uniqueness checks. Introduced new functions: get_coupon_by_code, delete_server, create_coupon_usage, check_coupon_usage, and update_coupon_usage_count for better coupon management. Refactored handlers to utilize these new functions, improving code clarity and maintainability.
Zakhar Izmaylov
2025-01-23 11:28:21 +03:00
33f98276ce
Enhance database interaction in coupon and server management. Updated check_unique_server_name to accept session and cluster name parameters for improved uniqueness checks. Introduced new functions: get_coupon_by_code, delete_server, create_coupon_usage, check_coupon_usage, and update_coupon_usage_count for better coupon management. Refactored handlers to utilize these new functions, improving code clarity and maintainability.
Zakhar Izmaylov
2025-01-23 11:28:21 +03:00
906601f5cd
Refactor database interaction in key management functions to utilize session objects for improved performance and consistency. Updated get_keys, get_keys_by_server, update_balance, and update_key_expiry functions to accept a session parameter, allowing for better session management across handlers. Adjusted related handler functions to pass the session, enhancing code clarity and maintainability.
Zakhar Izmaylov
2025-01-23 11:06:25 +03:00
8818d91232
Refactor database interaction in key management functions to utilize session objects for improved performance and consistency. Updated get_keys, get_keys_by_server, update_balance, and update_key_expiry functions to accept a session parameter, allowing for better session management across handlers. Adjusted related handler functions to pass the session, enhancing code clarity and maintainability.
Zakhar Izmaylov
2025-01-23 11:06:25 +03:00
e42a66dde7
Refactor database interaction functions in database.py and update related handlers. Renamed functions for clarity: save_temporary_data to create_temporary_data, add_blocked_user to create_blocked_user, remove_blocked_user to delete_blocked_user, and delete_coupon_from_db to delete_coupon. Updated trial management function from restore_trial to set_trial to better reflect its purpose. Adjusted corresponding calls in notifications, start, user, and admin handlers for consistency and improved readability.
Zakhar Izmaylov
2025-01-23 10:38:32 +03:00
0aab2096a5
Refactor database interaction functions in database.py and update related handlers. Renamed functions for clarity: save_temporary_data to create_temporary_data, add_blocked_user to create_blocked_user, remove_blocked_user to delete_blocked_user, and delete_coupon_from_db to delete_coupon. Updated trial management function from restore_trial to set_trial to better reflect its purpose. Adjusted corresponding calls in notifications, start, user, and admin handlers for consistency and improved readability.
Zakhar Izmaylov
2025-01-23 10:38:32 +03:00
31dd3d6654
Refactor client management in key_utils.py and trial_key.py to utilize ClientConfig dataclass for improved parameter handling. This change enhances code clarity and maintainability by consolidating client configuration parameters into a single structured object, streamlining the add_client function calls across multiple handlers.
Zakhar Izmaylov
2025-01-23 10:24:16 +03:00
5a3f54c3a7
Refactor client management in key_utils.py and trial_key.py to utilize ClientConfig dataclass for improved parameter handling. This change enhances code clarity and maintainability by consolidating client configuration parameters into a single structured object, streamlining the add_client function calls across multiple handlers.
Zakhar Izmaylov
2025-01-23 10:24:16 +03:00
a9d1c0b75a
Refactor backup sending logic in backup.py to remove redundant document sending for admin IDs. Streamlined the process by ensuring only the necessary admin IDs receive the backup document, enhancing code clarity and reducing potential errors in the backup notification process.
Zakhar Izmaylov
2025-01-23 08:54:22 +03:00
79ebe6b6bc
Refactor backup sending logic in backup.py to remove redundant document sending for admin IDs. Streamlined the process by ensuring only the necessary admin IDs receive the backup document, enhancing code clarity and reducing potential errors in the backup notification process.
Zakhar Izmaylov
2025-01-23 08:54:22 +03:00
c850698703
Refactor client configuration and improve code clarity in client.py and admin_servers.py. Added a new line in ClientConfig for better readability and updated the extend_client_key function signature for consistency. Corrected a TODO comment format in admin_servers.py for improved code standards.
Zakhar Izmaylov
2025-01-23 08:50:04 +03:00
6c323dc7df
Refactor client configuration and improve code clarity in client.py and admin_servers.py. Added a new line in ClientConfig for better readability and updated the extend_client_key function signature for consistency. Corrected a TODO comment format in admin_servers.py for improved code standards.
Zakhar Izmaylov
2025-01-23 08:50:04 +03:00
70e9bfc2ca
Refactor client management functions in client.py to use a dataclass for client configuration. Update add_client, extend_client_key, and delete_client functions to improve parameter handling and logging. Enhance error handling and documentation for better clarity and maintainability.
Zakhar Izmaylov
2025-01-23 08:49:03 +03:00
94980d4524
Refactor client management functions in client.py to use a dataclass for client configuration. Update add_client, extend_client_key, and delete_client functions to improve parameter handling and logging. Enhance error handling and documentation for better clarity and maintainability.
Zakhar Izmaylov
2025-01-23 08:49:03 +03:00
533e1283ea
Auto-format code with Ruff using pyproject.toml
GitHub Actions
2025-01-23 05:42:01 +00:00
78c00b5454
Auto-format code with Ruff using pyproject.toml
GitHub Actions
2025-01-23 05:42:01 +00:00
17d519d440
Refactor key retrieval and management logic across multiple handlers. Update get_key_details to include email in the fetched record and replace direct SQL queries with dedicated functions for improved code clarity and maintainability. Add a TODO comment in admin_servers.py for future enhancements.
Zakhar Izmaylov
2025-01-23 08:41:44 +03:00
9437ee9c90
Refactor key retrieval and management logic across multiple handlers. Update get_key_details to include email in the fetched record and replace direct SQL queries with dedicated functions for improved code clarity and maintainability. Add a TODO comment in admin_servers.py for future enhancements.
Zakhar Izmaylov
2025-01-23 08:41:44 +03:00
4dcfa31331
Add server management functionality by introducing add_server_to_db function for streamlined database interactions. Refactor server addition logic in sync_servers_with_db and admin handlers to utilize the new function, enhancing code clarity and session management.
Zakhar Izmaylov
2025-01-23 08:03:58 +03:00
4addb772a0
Add server management functionality by introducing add_server_to_db function for streamlined database interactions. Refactor server addition logic in sync_servers_with_db and admin handlers to utilize the new function, enhancing code clarity and session management.
Zakhar Izmaylov
2025-01-23 08:03:58 +03:00
2d638b0c82
Refactor key management functions to improve database interactions by consolidating key deletion logic into a single function. Introduce timezone-aware expiry date calculations for keys and enhance key retrieval processes across various handlers. Update the start command to utilize a dedicated function for adding connections, ensuring cleaner code and better session management.
Zakhar Izmaylov
2025-01-23 07:49:21 +03:00
a1d051a3f1
Refactor key management functions to improve database interactions by consolidating key deletion logic into a single function. Introduce timezone-aware expiry date calculations for keys and enhance key retrieval processes across various handlers. Update the start command to utilize a dedicated function for adding connections, ensuring cleaner code and better session management.
Zakhar Izmaylov
2025-01-23 07:49:21 +03:00
311c48edcd
Refactor code to utilize aiofiles for asynchronous file handling across multiple modules. Added a new function to remove blocked users from the database and updated user blocking/unblocking logic to use this new function. Improved database interaction in admin panel handlers by passing session objects instead of creating new connections. This enhances performance and maintains consistency in file operations.
Zakhar Izmaylov
2025-01-23 06:34:45 +03:00
c4d3c921bd
Refactor code to utilize aiofiles for asynchronous file handling across multiple modules. Added a new function to remove blocked users from the database and updated user blocking/unblocking logic to use this new function. Improved database interaction in admin panel handlers by passing session objects instead of creating new connections. This enhances performance and maintains consistency in file operations.
Zakhar Izmaylov
2025-01-23 06:34:45 +03:00
845a8c8671
Auto-format code with Ruff using pyproject.toml
GitHub Actions
2025-01-23 03:15:11 +00:00
1596c85bee
Auto-format code with Ruff using pyproject.toml
GitHub Actions
2025-01-23 03:15:11 +00:00
b78e1148d1
Update .gitignore to include logs and setup.py, and remove unnecessary entries
Zakhar Izmaylov
2025-01-23 06:14:48 +03:00
3d4a72d3fd
Update .gitignore to include logs and setup.py, and remove unnecessary entries
Zakhar Izmaylov
2025-01-23 06:14:48 +03:00