祀梦
5af8cb5486
feat: add goal management module (long-term goals with phases, milestones, reviews)
...
Backend:
- Goal model: title, description, status (active/paused/completed/abandoned),
progress (auto-computed from milestones), target_date, category, color, icon
- GoalStep model: unified phase/milestone with parent nesting
- GoalReview model: periodic reflection with rating
- goal_tasks M2M: link existing tasks to goals
- /api/goals CRUD + steps CRUD + reviews + task linking + status toggle
- Progress auto-calculated from milestone completion ratio
Frontend:
- GoalPage: card grid with progress bars, status filter
- GoalDetailPage: step tree (phases > milestones), reviews, linked tasks
- GoalDialog: create/edit form with color/icon picker
- Goal navigation in AppHeader
- useGoalStore: full Pinia store for all goal operations
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-17 16:34:39 +08:00
祀梦
9d4d869d57
fix: harden authentication system (JWT, cookies, rate limiting, password policy)
...
- Replace hardcoded JWT secret with randomly generated key persisted to file
- Replace hardcoded default password with random password shown in logs
- Migrate token storage from localStorage to HttpOnly SameSite=strict cookie
- Add IP-based login rate limiter (5 attempts / 15 min, 429 on lockout)
- Add token_version for JWT revocation on password change
- Add password strength validation (min 6 chars, 3+ unique characters)
- Inject decoded user payload into request.state.user in auth middleware
- Add /api/auth/me and /api/auth/logout endpoints
- Narrow auth middleware exception handling (JWTError only, not all Exception)
- Update updated_at timestamp on password change
- Remove localStorage token management from frontend (axios, router, store)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-17 15:54:45 +08:00
祀梦
58559064d2
chore: update built frontend artifacts (asset features removed)
2026-05-17 13:06:00 +08:00
祀梦
3c03866021
feat: add JWT authentication and AGENTS.md
2026-05-17 11:21:41 +08:00
祀梦
40eb2dadb0
fix: configure Element Plus Chinese locale (zh-cn)
...
Add zh-cn locale to Element Plus globally via app.use() and el-config-provider wrapper, and apply :locale prop to all el-date-picker components in dialogs to ensure correct Chinese display in date pickers, calendars, and other locale-aware UI.
Made-with: Cursor
2026-03-16 15:47:15 +08:00
祀梦
473b9052b0
feat: add Docker deployment support
...
Add Dockerfile (python:3.11-slim), docker-compose.yml with volume mounts for webui/data/logs, and .dockerignore for minimal image size.
Made-with: Cursor
2026-03-16 15:06:24 +08:00
祀梦
2979197b1c
release: Elysia ToDo v1.0.0
...
鍏ㄦ爤涓汉淇℃伅绠$悊搴旂敤锛岄泦鎴愬緟鍔炰换鍔°€佷範鎯墦鍗°€佺邯蹇垫棩鎻愰啋銆佽祫浜ф€昏鍔熻兘銆
Made-with: Cursor
2026-03-14 22:21:26 +08:00