1. 21 Mar, 2026 2 commits
    • fix: log management race condition, partial delete reporting, and UX issues · dcd09116
      - Fix data race on gin.DefaultWriter during log rotation by adding LogWriterMu
      - Report partial failure when some log files fail to delete instead of always returning success
      - Fix misleading "logging disabled" banner shown before API responds
      - Fix en.json translation for numeric validation message
      RedwindA committed
    • feat: add server log file management to performance settings · e904579a
      Add API endpoints (GET/DELETE /api/performance/logs) to list and clean up
      server log files by count or by age. Track the active log file path in
      the logger to prevent deleting the currently open log. Add a management
      UI section in the performance settings page with log directory info,
      file statistics, and cleanup controls. Includes i18n translations for
      all supported languages (en, fr, ja, ru, vi, zh-CN, zh-TW).
      RedwindA committed
  2. 20 Mar, 2026 3 commits
  3. 19 Mar, 2026 2 commits
  4. 18 Mar, 2026 13 commits
  5. 17 Mar, 2026 8 commits
  6. 16 Mar, 2026 2 commits
  7. 14 Mar, 2026 9 commits
  8. 12 Mar, 2026 1 commit