兰一民 lan
  • Joined on 2025-11-27
lan pushed to master at carrot_bbs/backend 2026-04-07 00:07:48 +08:00
98b8abd26a feat(config): add sensitive word filtering system with database support
lan pushed to master at carrot_bbs/backend 2026-04-05 20:27:10 +08:00
6429322217 feat(verification): add user identity verification system
lan pushed to master at carrot_bbs/admin 2026-04-05 20:27:05 +08:00
0f86e5b9ee feat(verifications): add identity verification management for admin panel
lan pushed to dev at carrot_bbs/frontend 2026-04-05 20:26:57 +08:00
542d385d08 feat(verification): add user identity verification system
lan pushed to dev at carrot_bbs/frontend 2026-04-04 08:01:55 +08:00
82c2970a85 refactor(database): migrate to new modular database layer and unify data access
lan pushed to dev at carrot_bbs/frontend 2026-04-04 02:39:03 +08:00
189b977fac fix(database): improve web environment database connection handling
lan pushed to master at carrot_bbs/admin 2026-04-04 00:43:16 +08:00
00b79681a0 refactor(types): add TypeScript type assertion for channel API response
lan pushed to master at carrot_bbs/admin 2026-04-04 00:38:59 +08:00
bfb018b766 fix(api): handle varying API response formats in channels data retrieval
lan pushed to master at carrot_bbs/admin 2026-04-04 00:31:59 +08:00
740bfc76fa build(config): update API endpoint to production URL and remove dev proxy
lan pushed to master at carrot_bbs/admin 2026-04-04 00:25:24 +08:00
dacad1587a refactor(ui): clean up unused imports and variables in UI components
lan pushed to master at carrot_bbs/admin 2026-04-04 00:20:51 +08:00
ff77b46f79 build: add Docker and nginx configuration for deployment
lan pushed to dev at carrot_bbs/frontend 2026-04-04 00:15:58 +08:00
69717ea407 build(deploy): add nginx configuration for web application serving
lan pushed to dev at carrot_bbs/frontend 2026-04-04 00:02:28 +08:00
775deeb9c4 refactor(database): unify database connections and add retry logic
lan pushed to dev at carrot_bbs/frontend 2026-04-02 17:56:03 +08:00
e8651215f7 feat(chat): implement dynamic theme support in chat components
lan pushed to dev at carrot_bbs/frontend 2026-04-01 16:30:50 +08:00
72842352d9 feat(chat): enhance chat settings and message bubble styles
lan pushed to dev at carrot_bbs/frontend 2026-04-01 04:48:43 +08:00
c771bd9755 feat(auth): implement multi-step registration process and enhance background services
lan pushed to dev at carrot_bbs/frontend 2026-04-01 02:17:43 +08:00
5614b4078a feat(profile): add chat settings and language options to profile settings
lan pushed to dev at carrot_bbs/frontend 2026-04-01 00:50:44 +08:00
20e9d69540 feat(auth): redesign auth screens with clean form style and add welcome page
lan pushed to dev at carrot_bbs/frontend 2026-03-31 19:15:20 +08:00
259de04f3e refactor(message): replace SubscriptionManager with Zustand selectors
lan pushed to dev at carrot_bbs/frontend 2026-03-31 18:22:30 +08:00
94c11062f0 refactor(message): replace MessageStateManager with zustand store