aboutsummaryrefslogtreecommitdiff
path: root/internal
Commit message (Expand)AuthorAgeFilesLines
* feat: Add SSE streaming for instant page load and real-time updatesFuwn2026-01-285-19/+1129
* fix: Handle libsql string-based time valuesFuwn2026-01-231-7/+41
* feat: Switch to libsql driver for Turso compatibilityFuwn2026-01-232-60/+72
* feat: Add database maintenance with backup/reset modes and triggersFuwn2026-01-234-25/+473
* feat: Add config imports for monitor inheritanceFuwn2026-01-221-2/+84
* 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-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-201-0/+131
* feat: Add new API endpoints (health, summary, uptime, incidents)Fuwn2026-01-202-0/+220
* 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-203-2/+199
* feat: Add API access control (public/private/authenticated)Fuwn2026-01-202-3/+77
* feat: Add all remaining monitor options to group defaultsFuwn2026-01-201-0/+50
* feat: Expand group-level defaults with more monitor optionsFuwn2026-01-201-13/+56
* 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-203-5/+9
* 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-203-1/+4
* fix: Add database type to config validationFuwn2026-01-201-2/+5
* feat: Add database connection monitoring typeFuwn2026-01-203-1/+534
* feat: Add configurable UI scale optionFuwn2026-01-204-9/+26
* 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-203-1/+4
* refactor: Use CSS prefers-color-scheme instead of JS-based theme toggleFuwn2026-01-205-130/+89
* 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
* fix: Use consistent CSS selectors for theme variable overridesFuwn2026-01-201-2/+4
* refactor: Use CSS variable overrides for proper theme integrationFuwn2026-01-202-178/+49
* feat: Improve theme CSS mappings for comprehensive stylingFuwn2026-01-201-40/+108
* fix: Support both single-color and dual-mode theme formatsFuwn2026-01-191-10/+24
* feat: Add OpenCode-compatible theme loaderFuwn2026-01-194-2/+312
* fix: Remove duplicate monitor name validation across groupsFuwn2026-01-191-5/+0