| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: Switch to libsql driver for Turso compatibility | Fuwn | 2026-01-23 | 1 | -2/+16 |
| | | |||||
| * | feat: Add database maintenance with backup/reset modes and triggers | Fuwn | 2026-01-23 | 1 | -3/+5 |
| | | |||||
| * | perf: Implement zero-downtime configuration reload | Fuwn | 2026-01-21 | 1 | -40/+6 |
| | | |||||
| * | feat: Add version tooltip to 'Powered by Kaze' footer | Fuwn | 2026-01-20 | 1 | -1/+3 |
| | | | | | | | | - Add VersionInfo struct to server - Add SetVersion() method called from main.go - Display version, commit, and build date in hoverable tooltip - Tooltip uses same style as other tooltips in the UI | ||||
| * | feat: Add POST /api/reload endpoint for config reload | Fuwn | 2026-01-20 | 1 | -7/+14 |
| | | | | | | | | - Add /api/reload endpoint that triggers configuration reload - Always requires API key authentication (even if api.access is public) - Returns error if no API keys are configured - Update config.example.yaml with new endpoint and {group}/{name} format docs | ||||
| * | feat: Add reset_on_next_check flag to wipe monitor history | Fuwn | 2026-01-19 | 1 | -2/+2 |
| | | |||||
| * | feat: Hot reload configuration | Fuwn | 2026-01-17 | 1 | -0/+246 |