This website requires JavaScript.
Explore
Help
Sign In
MetaZone
/
MetaLab
Archived
Watch
1
Star
0
Fork
0
You've already forked MetaLab
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2026-06-21
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
b0a1ff3c3fb6621efc4eb5b5ce23e0d860600230
MetaLab
/
internal
/
service
History
Victor_Jay
a806532d25
fix: 锁定按钮改为随时可用,不联动审核状态
...
- 前端:锁定按钮仅受 IsLocked 控制,移除 status!=pending 的条件 - 后端:Lock 方法移除 pending 状态的阻止,锁定状态独立
2026-06-02 22:31:34 +08:00
..
admin_service.go
feat: 管理首页帖子总数统计(总数/已发布/待审核)
2026-05-31 12:46:06 +08:00
audit_review.go
fix: 修复头像审核旧图裂开问题 + CSP 配置修复
2026-06-02 22:26:01 +08:00
audit_service.go
fix: 修复头像审核旧图裂开问题 + CSP 配置修复
2026-06-02 22:26:01 +08:00
auth_password.go
feat: 密码强度校验增强,要求大写+小写+数字
2026-06-02 18:56:08 +08:00
auth_service.go
refactor: 文件行数超标拆解(Service + Controller 9/16 完成)
2026-06-02 15:45:54 +08:00
avatar_service.go
fix: 修复头像审核旧图裂开问题 + CSP 配置修复
2026-06-02 22:26:01 +08:00
comment_service.go
fix: UID 类型混用统一(uint ↔ string)
2026-06-02 19:26:44 +08:00
energy_admin.go
fix: Service 层移除直接持有的 *gorm.DB,引入 Repository Transaction 方法
2026-06-02 16:46:44 +08:00
energy_energize.go
fix: Service 层移除直接持有的 *gorm.DB,引入 Repository Transaction 方法
2026-06-02 16:46:44 +08:00
energy_operations.go
fix: Service 层移除直接持有的 *gorm.DB,引入 Repository Transaction 方法
2026-06-02 16:46:44 +08:00
energy_query.go
refactor: 文件行数超标拆解(Service + Controller 9/16 完成)
2026-06-02 15:45:54 +08:00
energy_service.go
fix: Service 层移除直接持有的 *gorm.DB,引入 Repository Transaction 方法
2026-06-02 16:46:44 +08:00
favorite_items.go
fix: Service 层移除直接持有的 *gorm.DB,引入 Repository Transaction 方法
2026-06-02 16:46:44 +08:00
favorite_service.go
fix: Service 层移除直接持有的 *gorm.DB,引入 Repository Transaction 方法
2026-06-02 16:46:44 +08:00
follow_service.go
fix: Service 层移除直接持有的 *gorm.DB,引入 Repository Transaction 方法
2026-06-02 16:46:44 +08:00
level_service.go
fix: 评论系统全量检查修复(7 项 Gap 全部修复)
2026-06-01 14:05:47 +08:00
notification_notify.go
refactor: 文件行数超标拆解(Service + Controller 9/16 完成)
2026-06-02 15:45:54 +08:00
notification_service.go
refactor: 文件行数超标拆解(Service + Controller 9/16 完成)
2026-06-02 15:45:54 +08:00
post_audit_service.go
fix: 锁定按钮改为随时可用,不联动审核状态
2026-06-02 22:31:34 +08:00
post_helpers.go
refactor: 文件行数超标拆解(Service + Controller 9/16 完成)
2026-06-02 15:45:54 +08:00
post_service.go
feat: 首页增加内存缓存(30s TTL)
2026-06-02 17:20:59 +08:00
reaction_service.go
fix: Service 层移除直接持有的 *gorm.DB,引入 Repository Transaction 方法
2026-06-02 16:46:44 +08:00
repository.go
fix: UID 类型混用统一(uint ↔ string)
2026-06-02 19:26:44 +08:00
shortcode_service.go
fix: 审计问题全量修复 + RateLimiter 原子化重构 + CDN 本地化收紧
2026-05-31 11:13:32 +08:00
site_setting_service.go
feat: 消息通知中心 + 账号安全体系 + Bug修复
2026-05-27 13:32:45 +08:00
space_service.go
fix: 实现空间 TotalReads 统计,修复 selectMention 闭包
2026-06-02 15:21:37 +08:00
trends_service.go
feat: GetTrends 趋势查询并行化 (errgroup)
2026-06-02 19:37:43 +08:00