Commit Graph

110 Commits

Author SHA1 Message Date
7f162b7c45 feat: switch upload hash to md5 2026-01-08 15:40:48 +08:00
675e7a6783 chore: document v1 dto fields 2026-01-08 15:13:15 +08:00
a7e253a008 chore: enrich content dto comments 2026-01-08 14:53:14 +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
ce95865f92 feat: enrich content item fields 2026-01-08 11:30:31 +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
a1de16bc01 fix: resolve frontend build error and order refund bug, add member price filter 2026-01-07 21:49:04 +08:00
5b45f7d5c4 feat: 添加租户列表接口,优化租户相关功能;更新前端租户列表和收藏功能 2026-01-07 16:10:03 +08:00
1298192157 feat: 添加点赞和收藏功能,优化内容详情视图和评论交互 2026-01-07 14:43:52 +08:00
ab5bc8d41a feat: 添加内容创建时间字段,优化内容列表和详情视图;添加创作者内容列表接口;优化上传和删除功能 2026-01-06 17:03:11 +08:00
1723802722 feat: 添加内容排序功能,优化内容列表查询和加载状态处理 2026-01-06 15:28:12 +08:00
31d6192816 feat: 添加内容可见性字段和过滤选项,优化内容列表查询功能 2026-01-06 10:04:50 +08:00
1d53d9560e feat: 添加内容创建时间字段,优化内容列表和详情视图,更新价格获取逻辑 2026-01-05 19:22:04 +08:00
454f6809b0 feat: 添加内容置顶过滤选项,更新内容列表查询功能;添加创作者设置 ID 字段;优化租户信息获取逻辑;更新租户 API 接口 2026-01-05 17:10:25 +08:00
c231847f81 feat: 添加内容置顶功能,更新相关数据模型和前端视图 2026-01-05 12:54:26 +08:00
a5cc9b13d6 feat: 添加主定调过滤选项,优化内容列表查询功能 2026-01-05 09:19:39 +08:00
113f9c8d3c feat: 添加内容创建表单状态字段,优化内容保存和发布逻辑 2026-01-04 21:45:42 +08:00
4b32e64d35 feat: 更新内容管理功能,支持价格为可选字段,添加状态管理及媒体计数显示 2026-01-04 19:56:53 +08:00
2438d363f5 feat: 实现多部分上传功能,支持初始化、上传部分、完成和中止上传,添加媒体资产删除功能 2026-01-04 15:20:06 +08:00
221b068a84 feat: add file deduplication and hash checking for uploads
- Implemented SHA-256 hashing for uploaded files to enable deduplication.
- Added CheckHash method to verify if a file with the same hash already exists.
- Updated Upload method to reuse existing media assets if a duplicate is found.
- Introduced a new hash column in the media_assets table to store file hashes.
- Enhanced the upload process to include progress tracking and hash calculation.
- Modified frontend to check for existing files before uploading and to show upload progress.
- Added vuedraggable for drag-and-drop functionality in the content editing view.
2025-12-31 19:16:02 +08:00
f560b95ec0 feat: 更新内容创建和更新表单,支持封面ID和媒体ID字段 2025-12-31 17:57:30 +08:00
5a364a995a feat: 更新上传接口,使用新的上传表单结构并添加价格字段 2025-12-31 16:41:19 +08:00
b82a69689d feat: 添加音乐键位字段,更新相关数据结构和接口 2025-12-31 16:01:20 +08:00
984770c6a1 feat(editor): update 2025-12-31 14:50:18 +08:00
20e1a2fa19 feat: 添加获取全局选项接口,支持动态状态和曲种选择 2025-12-31 12:31:52 +08:00
c133169c7b feat: 更新订单和用户视图,增强订单信息展示,支持充值类型订单 2025-12-31 12:19:01 +08:00
e6a8e3f321 feat: 更新用户上下文处理,服务方法显式接受用户参数,简化上下文调用 2025-12-30 23:01:35 +08:00
54de243fa1 feat: Refactor user context handling and service methods
- Updated middleware to fetch user and tenant models by ID and set them in context.
- Refactored common service methods to accept userID as a parameter instead of extracting from context.
- Modified content service methods to include userID as a parameter for better clarity and performance.
- Adjusted coupon, creator, notification, order, tenant, user, and wallet services to utilize userID directly.
- Enhanced context key constants for improved readability and maintainability.
2025-12-30 22:49:26 +08:00
e5064db577 refactor: 移除不必要的上下文调用,简化服务方法参数 2025-12-30 22:14:22 +08:00
179b6aa0e2 feat(auth): 重构认证模块,添加登录和检查Token功能,更新路由和数据结构 2025-12-30 18:12:22 +08:00
6d7f4ad1c6 feat(auth): 重构认证模块,添加OTP发送和登录功能 2025-12-30 18:10:24 +08:00
3952d80d30 feat(storage): 更新存储结构以使用新的存储提供者并优化文件上传和下载逻辑 2025-12-30 18:07:58 +08:00
d87eac7d94 feat(middlewares): 添加认证中间件以处理JWT授权 2025-12-30 18:06:16 +08:00
2c633dac0f feat: 添加用户优惠券列表接口及相关数据结构 2025-12-30 17:53:27 +08:00
dbfb08ed37 feat: add coupon support to orders and create user_coupons model
- Added CouponID field to Order model to track used coupons.
- Updated order query generation to include CouponID.
- Introduced UserCoupon model to manage user coupon associations.
- Implemented query methods for UserCoupon to facilitate CRUD operations.
- Updated query context and default query setup to include UserCoupon.
2025-12-30 17:28:21 +08:00
b969218208 feat(storage): 实现本地存储功能,包括文件上传和下载接口 2025-12-30 17:14:03 +08:00
ee1acae3ed feat: 实现平台抽成、提现审批、异步任务集成及安全审计功能 2025-12-30 14:54:19 +08:00
5cf2295f91 feat: Implement notification service and integrate with user interactions
- Added notification service to handle sending and listing notifications.
- Integrated notification sending on user follow and order payment events.
- Updated user service to include fetching followed tenants.
- Enhanced content service to manage access control for content assets.
- Implemented logic for listing content topics based on genre.
- Updated creator service to manage content updates and pricing.
- Improved order service to include detailed order information and notifications.
- Added tests for notification CRUD operations and order details.
2025-12-30 09:57:12 +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
9d598e7f9b feat: 重构内容和订单列表接口,使用过滤器结构体简化参数传递;更新相关服务和测试用例 2025-12-29 15:41:48 +08:00
fba77afec1 feat: 重构内容列表接口,使用过滤器结构体简化参数传递;更新相关服务和测试用例 2025-12-29 15:04:55 +08:00
b78f1e1c84 feat(user): implement OTP login, user creation, and profile management
- Added SendOTP method for simulating OTP sending.
- Implemented LoginWithOTP method for user login/registration via OTP, including user creation if not found.
- Added Me method to retrieve current user information.
- Implemented Update method for updating user profile details.
- Added RealName method for real-name verification.
- Implemented GetNotifications method to fetch user notifications.
- Created user_test.go for comprehensive unit tests covering login, profile retrieval, updates, real-name verification, and notifications.
- Updated database models to use appropriate consts for fields like gender, status, and roles.
2025-12-29 10:55:13 +08:00
60ff49d4c8 feat: 统一字段命名风格,使用下划线格式替代驼峰式命名 2025-12-29 10:20:53 +08:00
d482905157 feat: 更新内容相关接口,使用统一的分页响应结构 2025-12-29 10:14:47 +08:00
62262bbac2 feat: 更新数据库迁移脚本,添加用户、租户及内容相关表的详细注释 2025-12-29 09:56:37 +08:00
ad52371028 feat: implement new structure 2025-12-29 09:30:49 +08:00