aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix: Switch Dockerfile to Debian for go-libsql glibc compatibilityHEADmainFuwn2026-01-281-10/+9
* feat: Add SSE streaming for instant page load and real-time updatesFuwn2026-01-286-20/+1136
* fix: Handle libsql string-based time valuesFuwn2026-01-231-7/+41
* feat: Switch to libsql driver for Turso compatibilityFuwn2026-01-235-122/+105
* feat: Add database maintenance with backup/reset modes and triggersFuwn2026-01-235-28/+478
* feat: Add config imports for monitor inheritanceFuwn2026-01-221-2/+84
* perf: Implement zero-downtime configuration reloadFuwn2026-01-212-108/+94
* fix: Include commit and build date in Docker build ldflagsFuwn2026-01-201-2/+5
* fix: Respect display.timezone for version tooltip build dateFuwn2026-01-202-4/+35
* feat: Add version tooltip to 'Powered by Kaze' footerFuwn2026-01-203-2/+48
* feat: Add POST /api/reload endpoint for config reloadFuwn2026-01-203-38/+107
* feat: Add dockerx command for multi-platform buildsFuwn2026-01-201-0/+3
* style: Reindent justfile with 2 spacesFuwn2026-01-201-37/+22
* chore: Remove Makefile, update justfile clean targetFuwn2026-01-202-86/+2
* feat: Use composite group/name key for monitor identificationFuwn2026-01-2011-188/+316
* fix: Use wildcard path for badge endpoint to support .svg extensionFuwn2026-01-201-1/+5
* feat: Add SVG status badge endpointFuwn2026-01-202-0/+134
* feat: Add new API endpoints (health, summary, uptime, incidents)Fuwn2026-01-203-0/+227
* perf: Optimize API refresh to single /api/page requestFuwn2026-01-203-69/+127
* fix: Update history bars (ping ticks) in API refresh modeFuwn2026-01-201-23/+144
* feat: Add API-based refresh mode for smoother updatesFuwn2026-01-204-2/+207
* feat: Add API access control (public/private/authenticated)Fuwn2026-01-203-3/+103
* feat: Add all remaining monitor options to group defaultsFuwn2026-01-202-13/+94
* feat: Expand group-level defaults with more monitor optionsFuwn2026-01-202-21/+85
* fix: Support disable_uptime_tooltip in group defaultsFuwn2026-01-201-5/+10
* feat: Add disable_uptime_tooltip optionFuwn2026-01-203-44/+47
* fix: Use correct column name error_message in last failure queryFuwn2026-01-201-5/+7
* feat: Add uptime tooltip showing last failure time and reasonFuwn2026-01-203-45/+111
* feat: Add custom_head option for injecting HTML into headFuwn2026-01-204-5/+12
* 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-203-5/+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-204-2/+4
* fix: Add database type to config validationFuwn2026-01-201-2/+5
* feat: Add database connection monitoring typeFuwn2026-01-204-6/+562
* feat: Add configurable UI scale optionFuwn2026-01-206-16/+30
* 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-204-1/+5
* refactor: Use CSS prefers-color-scheme instead of JS-based theme toggleFuwn2026-01-206-134/+89
* chore: Add justfileFuwn2026-01-201-0/+84
* fix: Prevent flash of light mode on page loadFuwn2026-01-202-33/+36
* fix: Prevent flash of light mode on page loadFuwn2026-01-201-6/+6