Zakhar Izmaylov
092e2b95cf
Ignore GitHub Actions workflow directory in .gitignore
2025-02-08 11:00:00 +03:00
Zakhar Izmaylov
feaaa108f0
Remove Ruff code formatting GitHub Actions workflow
2025-02-08 10:59:50 +03:00
GitHub Actions
f06171b659
Auto-format code with Ruff using pyproject.toml
2025-02-08 07:46:14 +00:00
Vladless
f5afec997c
add traffic statistic/share refferal link and more
2025-02-07 21:38:46 +03:00
Vladless
cd23569e24
Improve stability and minor fixes
2025-02-06 19:01:20 +03:00
Vladless
ab91832ea8
fix_amount
2025-02-06 14:56:47 +03:00
Vladless
13325fab43
ruff formatting
2025-02-06 13:53:02 +03:00
Vladless
9d4cd6ccb5
Major bug fixes
2025-02-06 02:03:12 +03:00
Vladless
aa3a8096de
fixes: float_stats/delete_user/message_errors
2025-02-05 05:58:03 +03:00
Vladless
d64c927101
minor_fixes
2025-02-03 00:08:55 +03:00
Vladless
4894faa37a
limit_coupon_usage
2025-02-02 23:15:55 +03:00
Vladless
70b8aec368
minor fixes
2025-02-02 19:40:17 +03:00
Vladless
ce20961fb2
minor fixes
2025-02-02 19:00:22 +03:00
Vladless
a5ec03bafb
fix_negative cashback
2025-02-02 17:49:43 +03:00
Vladless
e40dae764a
change_location/CASHBACK/logging/bug_fixes
2025-02-02 05:50:14 +03:00
Vladless
c8503a1457
change_location/CASHBACK/logging/bug_fixes
2025-02-02 02:42:28 +03:00
Vladislav Lisitsyn
6bf4ee5a41
Merge pull request #147 from Capybara-z/patch-5
...
reorganizing notifications
2025-02-02 02:14:08 +03:00
Vladless
1b17f0fd71
change_location/CASHBACK/logging/bug_fixes
2025-02-02 02:11:57 +03:00
Capybara-z
8518dcba3b
Корректировка уведомлений.
...
- Исправлена работа оповещений 10/24 часа.
- Восстановлена и переработана работа истекших подписок.
- Переработана работа уведомлений при их удалении.
2025-02-02 00:58:07 +03:00
Vladless
51b4ebb677
fix coupons error
2025-02-01 19:15:47 +03:00
Vladless
e850b598eb
Merge remote-tracking branch 'origin/fix/admin-actions'
2025-02-01 18:32:38 +03:00
Vladislav Lisitsyn
b855e366aa
Merge pull request #144 from izzzzzi/main
...
Enhance error handling with start menu fallback
2025-02-01 18:11:23 +03:00
Zakhar Izmaylov
dcb534b9c4
Merge branch 'main' of https://github.com/izzzzzi/Solo_bot
2025-02-01 11:34:33 +03:00
Zakhar Izmaylov
01ed329e2d
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
bf00eefd40
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
d4b4ea75e5
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
0d937d8e81
Merge pull request #141 from izzzzzi/main
...
Fix key
2025-01-31 14:30:13 +03:00
Zakhar Izmaylov
14ac2cca2a
Merge branch 'main' of https://github.com/izzzzzi/Solo_bot
2025-01-31 11:01:40 +03:00
Zakhar Izmaylov
d73a8eacc9
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
419e8a6597
Temporary fix for key expiry change
2025-01-31 06:46:53 +03:00
hteppl
3de20a5734
Missing doc for field in update_key_expiry
2025-01-31 06:45:56 +03:00
GitHub Actions
eea9e88f0f
Auto-format code with Ruff using pyproject.toml
2025-01-31 03:45:45 +00:00
hteppl
d83ade8d51
Delete admin_user_editor.py
2025-01-31 06:45:24 +03:00
Zakhar Izmaylov
eb03b6014d
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
f042c5fd43
Fix cluster selection
2025-01-31 06:10:37 +03:00
hteppl
70bf8b98e9
Oops legacy codestyle
2025-01-31 05:19:52 +03:00
hteppl
85f26425ed
Get back cluster sync option
2025-01-31 05:14:40 +03:00
hteppl
ba692f5b73
Get back cluster sender option
2025-01-31 05:03:07 +03:00
hteppl
993c79e9db
Fix type mismatch for build_admin_back_btn
2025-01-31 04:21:03 +03:00
Zakhar Izmaylov
8390775b6b
Merge branch 'main' of https://github.com/izzzzzi/Solo_bot
2025-01-31 03:14:14 +03:00
Zahar Izmailov
3d1791cde7
Merge branch 'Vladless:main' into main
2025-01-31 03:09:45 +03:00
Zakhar Izmaylov
c8e907edd1
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
6a98f4fb43
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
db1a0d4db7
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
23c6c903ee
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
f9a3931ba0
Auto-format code with Ruff using pyproject.toml
2025-01-30 21:15:14 +00:00
Zakhar Izmaylov
2b006ecae4
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
dbb8f2db96
Merge pull request #139 from izzzzzi/main
...
Fix
2025-01-31 00:09:44 +03:00
Zakhar Izmaylov
c9afe25c52
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
838bb0762c
Merge branch 'main' of https://github.com/izzzzzi/Solo_bot
2025-01-30 23:37:28 +03:00