Commit Graph

2099 Commits

Author SHA1 Message Date
Egor 65c087aefb Update system_settings_service.py 2026-01-16 04:57:04 +03:00
Egor be9d7290cb Update config.py 2026-01-16 04:56:34 +03:00
Egor 0e907d80fa Update balance.py 2026-01-16 04:16:20 +03:00
Egor 192381d148 Update balance.py 2026-01-16 04:10:11 +03:00
Egor 73bf9b757a Update balance.py 2026-01-16 04:09:46 +03:00
Egor 0a67a55c5e Add files via upload 2026-01-16 03:59:49 +03:00
Egor 3ef4183650 Update admin_stats.py 2026-01-16 03:52:35 +03:00
Egor 365bcd15a5 Update admin_stats.py 2026-01-16 03:35:41 +03:00
Egor 6483b37bd3 Update admin_stats.py 2026-01-16 03:28:47 +03:00
Egor ec9eaf4271 Update subscription_conversion.py 2026-01-16 03:28:01 +03:00
Egor 1c03cd8425 Update admin_stats.py 2026-01-16 03:19:21 +03:00
Egor 176d17fe40 Update subscription_conversion.py 2026-01-16 03:18:53 +03:00
Egor 4e69e0ea0f Add files via upload 2026-01-16 02:24:46 +03:00
Egor e33995c446 Update admin_tickets.py 2026-01-16 02:15:39 +03:00
Egor a72e029d1d Update balance.py 2026-01-16 01:59:54 +03:00
Egor d07390f379 Update subscription.py 2026-01-16 01:42:36 +03:00
Egor 088236e136 Update referral.py 2026-01-16 01:16:16 +03:00
Egor 6d2cb32e5f Update subscription.py 2026-01-16 00:58:44 +03:00
Egor 7b23c61703 Add files via upload 2026-01-16 00:57:38 +03:00
Egor 9422b9421f Update miniapp.py 2026-01-16 00:51:53 +03:00
Egor 5b7fdff186 Update traffic.py 2026-01-16 00:50:59 +03:00
Egor 395646168d Update subscription.py 2026-01-16 00:50:03 +03:00
Egor 23f0be4915 Update info.py 2026-01-15 18:43:34 +03:00
Egor 79904b58a9 Update config.py 2026-01-15 18:42:23 +03:00
Egor 829da095e0 Update balance.py 2026-01-15 17:59:21 +03:00
Egor 8bafcc89f5 Update balance.py 2026-01-15 17:58:52 +03:00
Egor a80f6f8700 Add files via upload 2026-01-15 17:42:17 +03:00
Egor 2e77c5b74e Update miniapp.py 2026-01-15 17:34:39 +03:00
Egor 75108682cc Update miniapp.py 2026-01-15 17:34:16 +03:00
Egor 7113a381c5 Add files via upload 2026-01-15 17:33:28 +03:00
Egor 26865059b8 Update traffic.py 2026-01-15 17:32:20 +03:00
Egor c4382ff69d Add files via upload 2026-01-15 17:31:39 +03:00
Egor 13770a01c6 Add files via upload 2026-01-15 17:31:15 +03:00
Egor a2a09c8914 Update menu.py 2026-01-15 17:02:04 +03:00
Egor bcd3c26843 Update subscription_auto_purchase_service.py 2026-01-15 17:01:35 +03:00
Egor 7f65d398bf Update models.py 2026-01-15 16:56:19 +03:00
PEDZEO a53219525f Merge pull request #2284 from BEDOLAGA-DEV/buttons
Enhance ban notification system with delete functionality and improve…
2026-01-14 14:56:43 +03:00
PEDZEO c868ef3b69 Enhance ban notification system with delete functionality and improved message formatting
- Added a new handler to delete ban notifications upon user interaction.
- Introduced a delete button in ban notifications for better user experience.
- Updated ban notification messages to include node information more prominently.
- Refactored the BanNotificationService to send messages with the delete button included.
2026-01-14 14:50:00 +03:00
PEDZEO 34b87cba88 Merge pull request #2283 from BEDOLAGA-DEV/buttons
Enhance ban notification messages and service to include node informa…
2026-01-14 14:10:24 +03:00
PEDZEO 3aa5e304c3 Enhance ban notification messages and service to include node information
- Updated ban notification messages to provide detailed reasons for account bans, including node information.
- Refactored the BanNotificationService to safely format messages with optional node details.
- Modified API routes and schemas to support the inclusion of node names in ban notifications.
2026-01-14 14:03:09 +03:00
Egor 4b338b3ce2 Update subscription.py 2026-01-14 09:35:16 +03:00
Egor ba4c41a689 Update subscription.py 2026-01-14 09:22:54 +03:00
Egor e4c4b11d74 Update subscription.py 2026-01-14 09:17:49 +03:00
Egor 5fa4cf78c0 Update subscription.py 2026-01-14 09:00:20 +03:00
Egor d2c2f3ced0 Update subscription.py 2026-01-14 08:59:46 +03:00
Egor 7a65dd7fb6 Update branding.py 2026-01-14 08:17:57 +03:00
Egor e33e8bcc2d Update subscription.py 2026-01-14 07:38:59 +03:00
PEDZEO b49031ea72 Merge pull request #2282 from BEDOLAGA-DEV/buttons
Add ban notification messages and refactor notification service
2026-01-14 07:33:02 +03:00
PEDZEO c02c5472a5 Update BanNotificationRequest schema to include new notification type for mobile network bans 2026-01-14 07:31:09 +03:00
PEDZEO 243eef066c Add ban notification messages and refactor notification service
- Introduced new ban notification messages for device limit, WiFi, and mobile network violations in the configuration.
- Refactored the BanNotificationService to utilize the new messages from the configuration for sending notifications.
- Added a new method to handle mobile network ban notifications.
- Updated API routes to support the new notification type for mobile network bans.
2026-01-14 07:25:09 +03:00