ea342bf8a3
fix: align portal queries and super auth
2026-01-25 15:11:08 +08:00
984a404b5f
feat: expand superadmin edits and minio docs
2026-01-17 19:32:46 +08:00
4f2b8ea3ad
feat: add superadmin health center
2026-01-17 09:18:05 +08:00
94a10a3af0
fix: align superadmin sort fields
2026-01-17 09:14:34 +08:00
b796636b5d
feat: add batch content report processing
2026-01-16 17:59:18 +08:00
028c462eaa
feat: add payout account review flow
2026-01-16 15:17:43 +08:00
daaacc3fa4
feat: add batch content governance actions
2026-01-16 14:19:43 +08:00
e5f40287c3
feat: add order governance flags and reconciliation
2026-01-16 13:29:59 +08:00
609ca7b980
feat: add content report governance
2026-01-16 11:36:04 +08:00
3af3c854c9
feat: add super comment governance and finance oversight
2026-01-16 10:37:24 +08:00
b3fc226bbe
feat: add audit logs and system configs
2026-01-15 20:07:36 +08:00
ba1d120c84
feat: add coupon risk review
2026-01-15 17:01:36 +08:00
c8ec0af07f
feat: add superadmin user library detail
2026-01-15 16:17:32 +08:00
339fd4fb1d
feat: add superadmin user interaction views
2026-01-15 15:51:26 +08:00
b896d0fa00
feat: add superadmin assets and notifications
2026-01-15 15:28:41 +08:00
c683fa5cf3
feat: enhance superadmin dashboard overview
2026-01-15 14:16:20 +08:00
539cdf3c1c
feat: add superadmin creator review and coupon governance
2026-01-15 13:14:25 +08:00
bec984b959
feat: expand superadmin user detail views
2026-01-15 12:29:52 +08:00
8419ddede7
feat: add superadmin member review and coupon ops
2026-01-15 11:53:52 +08:00
56082bad4f
feat: add superadmin wallet view
2026-01-15 11:21:37 +08:00
37325ab1b4
feat: add content review flow
2026-01-15 11:10:43 +08:00
235a216b0c
feat: wire superadmin p1 data
2026-01-15 09:35:16 +08:00
5ac2ea028c
feat: add super admin health review
2026-01-13 15:02:05 +08:00
cf92e0bd89
chore: add dto field comments
2026-01-09 15:03:19 +08:00
cd96033a3d
fix: use int64 for auth and recharge ids
2026-01-09 10:06:41 +08:00
c0cebb6fb9
feat: complete superadmin management endpoints
2026-01-09 09:52:23 +08:00
edbb62449b
fix: stabilize backend tests
2026-01-08 14:07:58 +08:00
7f1d2e7cb3
feat: add super list filters
2026-01-08 11:39:40 +08:00
054a4f414a
feat: add tenant info to super content list
2026-01-08 11:20:20 +08:00
109b0ce012
feat: add super order detail snapshot
2026-01-08 11:15:42 +08:00
87b32063f6
feat: add super admin auth
2026-01-08 10:12:18 +08:00
d98f41f1ac
feat: align ids to int64
2026-01-08 09:57:04 +08:00
e5064db577
refactor: 移除不必要的上下文调用,简化服务方法参数
2025-12-30 22:14:22 +08:00
179b6aa0e2
feat(auth): 重构认证模块,添加登录和检查Token功能,更新路由和数据结构
2025-12-30 18:12:22 +08:00
d87eac7d94
feat(middlewares): 添加认证中间件以处理JWT授权
2025-12-30 18:06:16 +08:00
33e1921e17
Refactor super module: Move HTTP handlers to new super/v1 package
...
- Deleted old super.go file and moved all related HTTP handlers to new package structure under backend/app/http/super/v1.
- Updated service imports in super.go and super_test.go to reflect new DTO paths.
- Created new auth, contents, orders, tenants, and users handlers with corresponding routes and methods.
- Added new DTO definitions for authentication and content management in the super/v1/dto directory.
- Implemented new migration for content_access table and created model for it.
2025-12-29 17:17:07 +08:00