aboutsummaryrefslogtreecommitdiff
path: root/internal/server/server.go
Commit message (Expand)AuthorAgeFilesLines
* feat: Add SSE streaming for instant page load and real-time updatesFuwn2026-01-281-5/+330
* perf: Implement zero-downtime configuration reloadFuwn2026-01-211-68/+88
* fix: Respect display.timezone for version tooltip build dateFuwn2026-01-201-4/+22
* feat: Add version tooltip to 'Powered by Kaze' footerFuwn2026-01-201-0/+44
* feat: Add POST /api/reload endpoint for config reloadFuwn2026-01-201-26/+79
* feat: Use composite group/name key for monitor identificationFuwn2026-01-201-32/+68
* fix: Use wildcard path for badge endpoint to support .svg extensionFuwn2026-01-201-1/+5
* feat: Add SVG status badge endpointFuwn2026-01-201-0/+131
* feat: Add new API endpoints (health, summary, uptime, incidents)Fuwn2026-01-201-0/+183
* perf: Optimize API refresh to single /api/page requestFuwn2026-01-201-0/+101
* feat: Add API-based refresh mode for smoother updatesFuwn2026-01-201-0/+4
* feat: Add API access control (public/private/authenticated)Fuwn2026-01-201-3/+48
* feat: Add disable_uptime_tooltip optionFuwn2026-01-201-23/+25
* feat: Add uptime tooltip showing last failure time and reasonFuwn2026-01-201-44/+78
* feat: Add custom_head option for injecting HTML into headFuwn2026-01-201-4/+6
* fix: Use generic error message for unknown error typesFuwn2026-01-201-5/+1
* fix: Simplify error messages in monitor displayFuwn2026-01-201-0/+49
* feat: Add status indicator to browser tab titleFuwn2026-01-201-3/+20
* fix: Hide ping in tooltips when hide_ping is enabledFuwn2026-01-201-5/+29
* feat: Add hide_ping option to hide response timeFuwn2026-01-201-0/+2
* feat: Add configurable UI scale optionFuwn2026-01-201-0/+2
* fix: Allow non-HTTP URL schemes in monitor linksFuwn2026-01-201-2/+2
* feat: Add clickable link option for monitor namesFuwn2026-01-201-0/+2
* refactor: Use CSS prefers-color-scheme instead of JS-based theme toggleFuwn2026-01-201-2/+0
* refactor: Use CSS variable overrides for proper theme integrationFuwn2026-01-201-2/+2
* feat: Add OpenCode-compatible theme loaderFuwn2026-01-191-2/+18
* feat: Add disable_ping_tooltips option to hide ping hover detailsFuwn2026-01-191-14/+16
* feat: Add browser timezone option for client-side time displayFuwn2026-01-191-7/+18
* fix: Implement response buffering to prevent broken pipe errorsFuwn2026-01-191-5/+15
* fix: Remove superfluous WriteHeader call in template error handlingFuwn2026-01-191-1/+1
* feat: Initial commitFuwn2026-01-171-0/+839