Chang lue Tsen
701d47ed21
feat(order): add validation for quantity and amount limits in order requests
2026-02-08 06:41:23 -05:00
Tension
e8084e9d2c
feat(subscribe): rename stop user subscribe handler to toggle and update logic for status change
2025-12-29 13:50:50 +08:00
Tension
7a2000f696
feat(discount): change discount type to float64 for improved precision
2025-12-28 22:04:50 +08:00
Tension
d332e760f8
feat(subscribe): add ShowOriginalPrice field and related database changes
2025-12-28 17:08:26 +08:00
Tension
31e634ba66
feat(user): add handlers and logic for resetting user subscribe token and traffic
2025-12-28 16:49:28 +08:00
Chang lue Tsen
67f16ead82
feat(user): add unscoped filter to include soft-deleted records in user queries
2025-12-27 10:57:34 -05:00
Chang lue Tsen
a9c832cb7c
feat(user): implement soft deletion for user accounts and update related logic
2025-12-27 10:45:28 -05:00
Chang lue Tsen
ec510b66fb
refactor(server): remove deprecated server types and related methods for cleaner codebase
2025-12-23 07:48:03 -05:00
Tension
338d962618
fix(api): remove default value for size in QueryAnnouncementRequest
2025-12-01 19:01:24 +08:00
Chang lue Tsen
7277438b07
feat(user): add commission withdrawal and query withdrawal log functionality
2025-11-26 12:13:33 -05:00
Chang lue Tsen
429e535dd4
feat(user): add endpoint and logic for updating user rules
2025-11-24 09:05:49 -05:00
Tension
c4166cef6b
feat(ip-location): implement IP location querying and GeoIP database management
2025-11-23 22:38:55 +08:00
Chang lue Tsen
e3999ba75f
feat(subscribe): add short token generation and validation logic
2025-11-18 12:03:14 -05:00
Chang lue Tsen
8a4cfcbdb3
feat(subscribe): add endpoint to reset all subscribe tokens
2025-11-18 08:37:57 -05:00
Chang lue Tsen
1172ecc2f1
feat(heartbeat): add heartbeat endpoint and logic for service health check
2025-11-09 10:49:51 -05:00
Chang lue Tsen
750a33cca2
feat(user): add UpdateUserSubscribeNote handler and endpoint for updating user subscription notes
2025-11-09 09:16:00 -05:00
Chang lue Tsen
d0aad68bb0
style
2025-11-09 09:07:11 -05:00
EUForest
96808d531a
Application device interface encryption and other bug fixes ( #87 )
...
* add: device login
* update: global config
* add: User transmission interface encryption
* update: get global config
* update: User transmission interface encryption
* add: get device list
* add: SecretIsEmpty Message
* update: device middleware
* add: query user subscribe node list
* fix bug: query device list
* fix bug: unbind device
* update: device login
* fix bug: The ad table is missing the description field
* fix bug:page size is zero
* update: Device Middleware
* fix bug: Site custom data update failed
2025-10-15 10:09:19 -04:00
Chang lue Tsen
453ad18303
feat(node): add PreViewNodeMultiplier endpoint and response structure
2025-09-29 13:12:37 +09:00
Chang lue Tsen
0179e9837c
refactor(api): remove Ratio field from NodeConfig and related structures
2025-09-28 11:14:43 -04:00
Chang lue Tsen
0d1df5f905
feat(config): enhance NodeConfig with TrafficReportThreshold, IPStrategy, DNS, Block, and Outbound fields
2025-09-28 19:06:29 +09:00
Chang lue Tsen
596434454c
feat(client): add additional options for Shadowsocks and Vless protocols
2025-09-16 11:20:39 -04:00
Chang lue Tsen
435283f962
fix(types): update plugin options to include 'none' in the plugin field
2025-09-14 09:46:14 -04:00
Chang lue Tsen
2c5efa2026
feat(protocol): add server protocol configuration query and enhance protocol options
2025-09-13 14:20:04 -04:00
Chang lue Tsen
3f5aac239b
feat(quota): enhance quota task management with new request structures and processing logic
2025-09-10 14:53:48 -04:00
Chang lue Tsen
d1be5febc3
feat(quota): add quota task creation and querying endpoints with updated data structures
2025-09-09 13:39:05 -04:00
Chang lue Tsen
d477ba4772
feat(log): add UserSubscribeId to FilterSubscribeLogRequest for enhanced filtering
2025-09-05 13:35:55 -04:00
Chang lue Tsen
1d878592ed
fix(log): rename OrderId to OrderNo for consistency in balance logging
2025-09-05 10:25:19 -04:00
Chang lue Tsen
10757612f5
feat(subscription): add Language parameter to GetSubscription request and update query logic
2025-09-04 03:14:31 -04:00
Chang lue Tsen
f632ea2c89
feat(subscribe): add Language field to subscription models and update query logic
2025-09-03 15:44:04 -04:00
Chang lue Tsen
1f824fd5a9
feat(tags): add endpoint to query all node tags
2025-09-03 11:57:12 -04:00
Chang lue Tsen
ca344a1ce9
fix(server): add server status handling based on last reported time
2025-09-02 14:38:53 -04:00
Chang lue Tsen
26b2afe06d
feat(api): implement sorting functionality for nodes and servers
2025-09-01 13:13:07 -04:00
Chang lue Tsen
d4850a73f3
feat(api): add sort field to server model
2025-09-01 12:24:15 -04:00
Chang lue Tsen
367ef9d2e7
feat(api): add reset sort endpoints for server and node
2025-09-01 11:41:34 -04:00
Chang lue Tsen
aea20ffd5e
feat(api): add referral percentage and only first purchase fields to user model and requests
2025-09-01 09:03:39 -04:00
Chang lue Tsen
b6cae7bbb5
feat(api): add log settings management with auto-clear and clear days configuration
2025-09-01 06:11:35 -04:00
Chang lue Tsen
4184a32c0f
feat(api): update server total data response to use 'OnlineUsers' and implement daily traffic statistics logging
2025-09-01 05:30:05 -04:00
Chang lue Tsen
3012a68339
feat(api): enhance server status handling with protocol support and refactor related logic
2025-09-01 04:17:33 -04:00
Chang lue Tsen
82fd674ae4
feat(api): standardize timestamp field across log structures
2025-08-26 14:39:54 -04:00
Chang lue Tsen
c7884d94aa
feat(api): migrate server and node data handling, update related structures and logic
2025-08-26 07:05:59 -04:00
Chang lue Tsen
9b3cdbbb4f
feat(api): add traffic log details filtering and enhance traffic log structures
2025-08-26 02:29:25 -04:00
Chang lue Tsen
ad4f3df74e
feat(server): implement server management handlers and database schema
2025-08-25 14:06:37 -04:00
Chang lue Tsen
1ccbdc18b1
feat(api): define OnlineUser type with SID and IP fields
2025-08-25 11:16:39 -04:00
Chang lue Tsen
630098bfbb
refactor(api): rename OnlineUser to ServerOnlineUser for clarity
2025-08-25 11:16:25 -04:00
Chang lue Tsen
7bd026a600
feat(api): enhance server and node management with new request/response structures
2025-08-25 10:10:13 -04:00
Chang lue Tsen
d33f4cd1ce
feat(traffic): add traffic statistics logging and scheduling
2025-08-21 14:11:03 -04:00
Chang lue Tsen
6b1b365734
refactor(log): remove Reset Subscribe Traffic Log endpoint and related types
2025-08-21 11:19:45 -04:00
Chang lue Tsen
062533412a
feat(log): add endpoints for retrieving and resetting subscribe traffic logs
2025-08-21 11:02:11 -04:00
Chang lue Tsen
c04923015e
fix(types): change Content field type in MessageLog to interface{} for improved flexibility
2025-08-21 08:24:30 -04:00