10 Commits

Author SHA1 Message Date
Ilay
30e158973c fix: device deletion callback, branch variable, notifications
- fixed long callback_data for device deletion (use shortened HWID)
- fixed variable used to pass branch name during build
- improved error handling and logging when sending notifications
2025-12-22 09:03:07 +05:00
Ilay
26b03a9f53 fix: access mode, notifications, payments, and performance
- updated PURCHASE_BLOCKED and REG_BLOCKED as additional access mode properties
- improved node information display in notifications
- migrated to custom remnapy library for Remnawave API (replacing python-sdk)
- added build information in error notifications
- added block for repeated synchronization of all users
- added middleware to retry failed tasks
- added cache for subscription retrieval
- improved trial period handling
- added user name formatting for safe display
- optimized broadcast sending and deletion tasks
- fixed retrieval of recently registered users
- fixed payment gateway logic (YooMoney, Cryptomus, Heleket)
- fixed synchronization of UUID, traffic_limit_strategy, and tag
- fixed external_squad type for translation (msg-user-sync-subscription)
- removed certain buttons for expired subscriptions in user editor
- excluded self from recently interacted users lists
- fixed settings class update on invalid input
- fixed referral reward calculation respecting user level
- fixed subscription renewal calculation from current time when expired
- refactored payment gateways
- improved performance
- fixed translations
2025-12-18 23:24:47 +05:00
Ilay
5df95870b7 chore: release v0.3.1 2025-11-09 07:40:32 +05:00
Ilay
8577c237d0 fix: workflow 2025-11-02 21:16:17 +05:00
Ilay
0fdaead896 fix: workflow and readme 2025-11-02 21:05:33 +05:00
Ilay
31472112d5 chore: add workflow for releases 2025-11-02 20:52:45 +05:00
Ilay
622a6f0b81 fix: docker and workflows
- fixed Docker Compose network and volume configuration
- implemented asset backup process
- fixed banners enum type
2025-11-01 08:22:06 +05:00
Ilay
337b0f5002 feat: implement subscription connection and UI improvements
- implemented deletion of own devices for users
- added basic button for connecting via subscription page
- added support for subscription connection via miniapp (by maposia)
- added informational button in main menu for inactive subscriptions
- implemented compatibility with local Remnawave panel
- added support for caddy token for Remnawave API
- moved "Back to menu" button to keyboards + added button in several places for easier navigation
- added error notifications for webhook handling
- made minor cosmetic improvements
- refactored Docker files
- created docker-compose for production
- updated dependencies
- fixed .env.example
2025-10-31 16:50:58 +05:00
Ilay
2baf8c6039 feat: add background task management with TaskIQ and Dishka
- refactored the project structure to support dependency injection (DI)
- implemented Dishka as the main DI container
- integrated TaskIQ for asynchronous task processing
- adapted existing components to the new structure
2025-08-02 10:37:20 +05:00
Ilay
db935c214b feat: add workflows, refactor Dockerfile, and enhance routers structure 2025-06-06 22:11:41 +05:00