|
|
7ebdfb2582
|
Implement unified story generation flow
|
2026-06-18 14:48:27 +08:00 |
|
|
|
bb575a7fe9
|
chore: simplify project entrypoints
|
2026-04-18 12:23:41 +08:00 |
|
|
|
b8d3cb4644
|
wip: snapshot full local workspace state
Build and Push Docker Images / changes (push) Has been cancelled
Build and Push Docker Images / build-backend (push) Has been cancelled
Build and Push Docker Images / build-frontend (push) Has been cancelled
Build and Push Docker Images / build-admin-frontend (push) Has been cancelled
|
2026-04-17 18:58:11 +08:00 |
|
zhangtuo
|
c351d16d3e
|
feat: migrate rate limiting to Redis distributed backend
- Add app/core/rate_limiter.py with Redis fixed-window counter + in-memory fallback
- Migrate stories.py from TTLCache to Redis-backed check_rate_limit
- Migrate admin_auth.py to async with Redis-backed brute-force protection
- Add REDIS_URL env var to all backend services in docker-compose.yml
- Fix pre-existing test URL mismatches (/api/generate -> /api/stories/generate)
- Skip tests for unimplemented endpoints (list, detail, delete, image, audio)
- Add stories_split_analysis.md for Phase 2 preparation
|
2026-02-10 16:13:40 +08:00 |
|
zhangtuo
|
e9d7f8832a
|
Initial commit: clean project structure
- Backend: FastAPI + SQLAlchemy + Celery (Python 3.11+)
- Frontend: Vue 3 + TypeScript + Pinia + Tailwind
- Admin Frontend: separate Vue 3 app for management
- Docker Compose: 9 services orchestration
- Specs: design prototypes, memory system PRD, product roadmap
Cleanup performed:
- Removed temporary debug scripts from backend root
- Removed deprecated admin_app.py (embedded UI)
- Removed duplicate docs from admin-frontend
- Updated .gitignore for Vite cache and egg-info
|
2026-01-20 18:20:03 +08:00 |
|