Commit graph

14 commits

Author SHA1 Message Date
Artem
3a2e87897a
feat: Обновить модель пользователя для поддержки тега и добавить новый эндпоинт для получения пользователей по тегу 2025-05-11 15:42:50 +02:00
Artem
44dfb1b010
feat: Добавить тесты для HWIDUserController, включая методы получения, добавления и удаления HWID 2025-05-08 15:53:31 +02:00
Artem
e45324075d
feat: Изменить инициализацию WebhookUtility без клиента; добавить HWIDUserController 2025-05-08 15:06:31 +02:00
Artem
b238672b9b
feat: Добавить HWIDUserController и WebhookUtility в класс RemnawaveSDK 2025-05-08 14:54:56 +02:00
Artem
c64756aed1
feat: Add HWIDUserController to the API controllers; update __all__ exports
fix: Remove unused BulkDeleteUsersByStatusRequestDto and BulkDeleteUsersRequestDto from models
2025-05-02 17:19:31 +02:00
Artem
42f1bfa066
feat: Refactor API endpoints and models for HWID management; add new HWID user controller and models 2025-05-02 15:05:31 +02:00
Artem
2b29f74087
feat: Update user models with new fields and types; add support for hwidDeviceLimit and HappCrypto 2025-04-29 23:51:20 +02:00
Artem
15ae9e6a20
feat: Update version to 1.0.7 in pyproject.toml; add WebhookUtility for webhook validation 2025-04-27 00:23:57 +02:00
Artem
da24ecdf14
feat: Update version to 1.0.6 in pyproject.toml; enhance UsersController with pagination parameters 2025-04-24 21:43:39 +02:00
Artem
ab4fe9d399
feat: Bump version to 1.0.5 in pyproject.toml; refactor UsersController to use default parameters for pagination 2025-04-24 19:50:41 +02:00
Artem
15cfb16c67
feat: Update README and pyproject.toml for version 1.0.4; enhance UsersController with pagination support 2025-04-24 19:46:48 +02:00
Artem
adc37ab126
feat: Update SDK initialization to include caddy_token and enhance header preparation (Issue #6) 2025-04-24 19:39:16 +02:00
Artem
4195450e62
feat: Refactor API token management models and update response types in controller 2025-04-23 00:00:23 +02:00
Artem
f47cda9378
feat: Add models for subscriptions, users, and system statistics
- Implemented TemplateResponseDto and UpdateTemplateRequestDto for subscription templates.
- Created models for system statistics including CPU, memory, and bandwidth.
- Developed user models for user creation, updates, and responses.
- Added bulk actions for user updates and statistics tracking.
- Introduced tests for authentication, bandwidth statistics, hosts, inbounds, key generation, nodes, subscriptions, and user management.
- Enhanced utility functions for generating random strings, emails, and date ranges for testing.
2025-04-21 20:44:27 +02:00