Commit Graph
6 Commits
Author SHA1 Message Date
dreamhunter2333 46efabd184 fix: address user mail review feedback 2026-08-23 19:41:04 +08:00
dreamhunter2333 10760ccc44 fix: align user mail navigation 2026-08-23 19:28:06 +08:00
dreamhunter2333 43d9a9dfe9 feat: add user send mail client 2026-08-23 17:44:21 +08:00
Dream HunterandClaude Opus 4.6 b86d1faac4 docs: update missing documentation from closed issues (#948)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-06 11:11:44 +08:00
Dream HunterandClaude Opus 4.6 a2d37b8183 docs: add private site password hint to all API docs (#850)
docs: add x-custom-auth private site password hint to all API docs

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 18:04:27 +08:00
Dream HunterandClaude b337a44e62 feat: add daily request limit and refactor access control (#759)
- Add daily request limit per IP in blacklist settings (1-1,000,000/day)
- Refactor access control logic: merge blacklist and rate limit checks
- Remove RATE_LIMIT_API_DAILY_REQUESTS env var, use database config instead
- Move x-custom-auth check earlier in middleware chain
- Add comprehensive English documentation (31 new guide pages)
- Improve code structure and error handling

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>
2025-11-08 12:46:30 +08:00