aboutsummaryrefslogtreecommitdiff
path: root/internal/server
Commit message (Expand)AuthorAgeFilesLines
* feat: Add SSE streaming for instant page load and real-time updatesFuwn2026-01-283-5/+1108
* perf: Implement zero-downtime configuration reloadFuwn2026-01-211-68/+88
* fix: Respect display.timezone for version tooltip build dateFuwn2026-01-202-4/+35
* feat: Add version tooltip to 'Powered by Kaze' footerFuwn2026-01-202-1/+45
* 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-202-69/+125
* fix: Update history bars (ping ticks) in API refresh modeFuwn2026-01-201-23/+144
* feat: Add API-based refresh mode for smoother updatesFuwn2026-01-202-2/+175
* feat: Add API access control (public/private/authenticated)Fuwn2026-01-201-3/+48
* feat: Add disable_uptime_tooltip optionFuwn2026-01-202-24/+26
* feat: Add uptime tooltip showing last failure time and reasonFuwn2026-01-202-45/+79
* feat: Add custom_head option for injecting HTML into headFuwn2026-01-202-4/+7
* fix: Use generic error message for unknown error typesFuwn2026-01-201-5/+1
* fix: Remove detailed error from tooltip to prevent URL leakageFuwn2026-01-201-1/+1
* fix: Simplify error messages in monitor displayFuwn2026-01-202-3/+50
* style: Update tab title format to show up/down countsFuwn2026-01-201-1/+1
* style: Use arrow icons for tab title statusFuwn2026-01-201-1/+1
* feat: Add status indicator to browser tab titleFuwn2026-01-202-4/+21
* fix: Auto-select first item in command paletteFuwn2026-01-201-4/+3
* fix: Scroll selected item into view in command paletteFuwn2026-01-201-0/+8
* feat: Add command palette for quick navigationFuwn2026-01-202-1/+328
* fix: Hide ping in tooltips when hide_ping is enabledFuwn2026-01-202-6/+30
* feat: Add hide_ping option to hide response timeFuwn2026-01-202-1/+3
* feat: Add configurable UI scale optionFuwn2026-01-203-9/+15
* fix: Allow non-HTTP URL schemes in monitor linksFuwn2026-01-201-2/+2
* style: Remove default link underline stylingFuwn2026-01-202-2/+7
* feat: Add clickable link option for monitor namesFuwn2026-01-202-1/+3
* refactor: Use CSS prefers-color-scheme instead of JS-based theme toggleFuwn2026-01-203-96/+59
* fix: Prevent flash of light mode on page loadFuwn2026-01-201-9/+10
* fix: Prevent flash of light mode on page loadFuwn2026-01-201-6/+6
* refactor: Use CSS variable overrides for proper theme integrationFuwn2026-01-201-2/+2
* feat: Add OpenCode-compatible theme loaderFuwn2026-01-192-2/+24
* feat: Add ICMP, DNS, and GraphQL monitor typesFuwn2026-01-191-3/+4
* feat: Add disable_ping_tooltips option to hide ping hover detailsFuwn2026-01-192-16/+18
* feat: Change default favicon to wind chime emoji (🎐)Fuwn2026-01-191-1/+1
* feat: Add wind emoji (💨) as default faviconFuwn2026-01-191-1/+5
* feat: Add browser timezone option for client-side time displayFuwn2026-01-192-21/+177
* 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: Terminal aestheticFuwn2026-01-171-242/+210
* feat: StyleFuwn2026-01-171-51/+73
* feat: Initial commitFuwn2026-01-173-0/+1613