GitHub Actions
aef1973720
Auto-format code with Ruff using pyproject.toml
2025-02-08 07:46:14 +00:00
Vladless
5a77f29bd5
add traffic statistic/share refferal link and more
2025-02-07 21:38:46 +03:00
Vladless
0789b3fe9d
Improve stability and minor fixes
2025-02-06 19:01:20 +03:00
Vladless
c82f64980b
fix_amount
2025-02-06 14:56:47 +03:00
Vladless
7623f339bc
ruff formatting
2025-02-06 13:53:02 +03:00
Vladless
3de1635efa
Major bug fixes
2025-02-06 02:03:12 +03:00
Vladless
eb824162d2
fixes: float_stats/delete_user/message_errors
2025-02-05 05:58:03 +03:00
Vladless
54d5df72af
minor_fixes
2025-02-03 00:08:55 +03:00
Vladless
74c991cf85
limit_coupon_usage
2025-02-02 23:15:55 +03:00
Vladless
46e6102412
minor fixes
2025-02-02 19:40:17 +03:00
Vladless
698b8a9484
minor fixes
2025-02-02 19:00:22 +03:00
Vladless
94f3c00628
fix_negative cashback
2025-02-02 17:49:43 +03:00
Vladless
630cf61f84
change_location/CASHBACK/logging/bug_fixes
2025-02-02 05:50:14 +03:00
Vladless
d3b384aa61
change_location/CASHBACK/logging/bug_fixes
2025-02-02 02:42:28 +03:00
Vladislav Lisitsyn
d209cf11c7
Merge pull request #147 from Capybara-z/patch-5
...
reorganizing notifications
2025-02-02 02:14:08 +03:00
Vladless
49eb0e68a1
change_location/CASHBACK/logging/bug_fixes
2025-02-02 02:11:57 +03:00
Capybara-z
3e7bebf189
Корректировка уведомлений.
...
- Исправлена работа оповещений 10/24 часа.
- Восстановлена и переработана работа истекших подписок.
- Переработана работа уведомлений при их удалении.
2025-02-02 00:58:07 +03:00
Vladless
73fbc22324
fix coupons error
2025-02-01 19:15:47 +03:00
Vladless
9774db74e5
Merge remote-tracking branch 'origin/fix/admin-actions'
2025-02-01 18:32:38 +03:00
Vladislav Lisitsyn
82d8b50956
Merge pull request #144 from izzzzzi/main
...
Enhance error handling with start menu fallback
2025-02-01 18:11:23 +03:00
Zakhar Izmaylov
587bf76c61
Merge branch 'main' of https://github.com/izzzzzi/Solo_bot
2025-02-01 11:34:33 +03:00
Zakhar Izmaylov
c2e4719f18
Enhance error handling with start menu fallback
...
- Add fallback mechanism to display start menu after error occurs
- Attempt to show start command or start callback query in error handler
- Log any additional errors during start menu display
2025-02-01 11:28:02 +03:00
Vladislav Lisitsyn
7b4bddfa28
Merge pull request #143 from izzzzzi/main
...
Update get_key_details query and return value
2025-01-31 21:40:13 +03:00
Zakhar Izmaylov
8be57829fb
Update get_key_details query and return value
...
- Reorder SELECT columns in database query for get_key_details
- Add server_id to the returned key details dictionary
- Ensure consistent and complete key information retrieval
2025-01-31 21:05:55 +03:00
Vladislav Lisitsyn
ceb3e160da
Merge pull request #141 from izzzzzi/main
...
Fix key
2025-01-31 14:30:13 +03:00
Zakhar Izmaylov
007f3a7bcf
Merge branch 'main' of https://github.com/izzzzzi/Solo_bot
2025-01-31 11:01:40 +03:00
Zakhar Izmaylov
cc42900142
Update server name input handler with session parameter
...
- Add session parameter to server name input handler
- Modify server name uniqueness check to use session and cluster name
- Improve data retrieval and validation in server creation flow
2025-01-31 10:54:42 +03:00
hteppl
1009bb4001
Temporary fix for key expiry change
2025-01-31 06:46:53 +03:00
hteppl
e4727dd0a4
Missing doc for field in update_key_expiry
2025-01-31 06:45:56 +03:00
GitHub Actions
3d6acf51f6
Auto-format code with Ruff using pyproject.toml
2025-01-31 03:45:45 +00:00
hteppl
1634588be9
Delete admin_user_editor.py
2025-01-31 06:45:24 +03:00
Zakhar Izmaylov
c379011fd2
Fix key renewal and expiry update function signatures
...
- Update `change_expiry_time` to pass session to `update_key_expiry`
- Adjust `complete_key_renewal` connection closing order
- Minor code structure improvements in key handling functions
2025-01-31 06:44:36 +03:00
hteppl
8483ef1df0
Fix cluster selection
2025-01-31 06:10:37 +03:00
hteppl
9be291c1e8
Oops legacy codestyle
2025-01-31 05:19:52 +03:00
hteppl
6871f2d15e
Get back cluster sync option
2025-01-31 05:14:40 +03:00
hteppl
60c9a4f1e6
Get back cluster sender option
2025-01-31 05:03:07 +03:00
hteppl
5a894e0e10
Fix type mismatch for build_admin_back_btn
2025-01-31 04:21:03 +03:00
Zakhar Izmaylov
45b9c56282
Merge branch 'main' of https://github.com/izzzzzi/Solo_bot
2025-01-31 03:14:14 +03:00
Zahar Izmailov
88c4d940e8
Merge branch 'Vladless:main' into main
2025-01-31 03:09:45 +03:00
Zakhar Izmaylov
3741e4f3bf
Standardize import order in handler modules
...
- Reorder imports in multiple handler files to follow a consistent pattern
- Move type-specific imports like Message and CallbackQuery to be more organized
- Ensure clean and uniform import statements across admin and handler modules
2025-01-31 03:01:46 +03:00
Zakhar Izmaylov
28e7c78601
Update type hints in admin and handler modules
...
- Replace types.Message and types.CallbackQuery with explicit Message and CallbackQuery imports
- Improve type annotations in multiple handler files
- Ensure consistent type hinting across admin and handler modules
2025-01-31 02:59:57 +03:00
Zakhar Izmaylov
37fbd35e8f
Add trailing comma in handlers router inclusion
...
- Minor formatting adjustment in router configuration
- Ensure consistent code style with trailing comma
2025-01-31 02:44:48 +03:00
Zakhar Izmaylov
c41b77d365
Update database query and key handling in admin user editor
...
- Modify get_keys function to return all columns in keys table
- Update admin user editor to handle full key record instead of just email
- Cast tg_id to integer in user record processing
- Adjust key display and callback data generation to use full key record
2025-01-31 02:41:40 +03:00
GitHub Actions
1d19d8b744
Auto-format code with Ruff using pyproject.toml
2025-01-30 21:15:14 +00:00
Zakhar Izmaylov
b04bc4dca5
Remove user router and related blocking/unblocking logic
...
- Deleted handlers/user.py file
- Removed user_router from main handlers router
- Eliminated user blocking/unblocking event handlers
2025-01-31 00:14:56 +03:00
Vladislav Lisitsyn
4dd4d829d7
Merge pull request #139 from izzzzzi/main
...
Fix
2025-01-31 00:09:44 +03:00
Zakhar Izmaylov
bf35156455
Remove check_online_users function and minor import reorganization
...
- Removed unused check_online_users function from notifications handler
- Reorganized imports in notifications.py and utils.py
- Fixed TimeoutError import in subscriptions.py
2025-01-31 00:08:31 +03:00
Zakhar Izmaylov
e6a1b55045
Merge branch 'main' of https://github.com/izzzzzi/Solo_bot
2025-01-30 23:37:28 +03:00
Zakhar Izmaylov
455ab76c8a
Minor text formatting in captcha generation message
2025-01-30 23:36:56 +03:00
GitHub Actions
720c145aa3
Auto-format code with Ruff using pyproject.toml
2025-01-30 20:36:20 +00:00