aboutsummaryrefslogtreecommitdiff
path: root/internal/config/config.go
Commit message (Expand)AuthorAgeFilesLines
* feat: Add SSE streaming for instant page load and real-time updatesFuwn2026-01-281-4/+2
* feat: Switch to libsql driver for Turso compatibilityFuwn2026-01-231-0/+9
* feat: Add database maintenance with backup/reset modes and triggersFuwn2026-01-231-2/+18
* feat: Add config imports for monitor inheritanceFuwn2026-01-221-2/+84
* feat: Use composite group/name key for monitor identificationFuwn2026-01-201-4/+67
* feat: Add API-based refresh mode for smoother updatesFuwn2026-01-201-0/+24
* feat: Add API access control (public/private/authenticated)Fuwn2026-01-201-0/+29
* 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-201-20/+21
* feat: Add custom_head option for injecting HTML into headFuwn2026-01-201-1/+2
* feat: Add hide_ping option to hide response timeFuwn2026-01-201-0/+1
* fix: Add database type to config validationFuwn2026-01-201-2/+5
* feat: Add database connection monitoring typeFuwn2026-01-201-0/+2
* feat: Add configurable UI scale optionFuwn2026-01-201-0/+11
* feat: Add clickable link option for monitor namesFuwn2026-01-201-0/+1
* refactor: Use CSS prefers-color-scheme instead of JS-based theme toggleFuwn2026-01-201-6/+0
* feat: Add OpenCode-compatible theme loaderFuwn2026-01-191-0/+1
* fix: Remove duplicate monitor name validation across groupsFuwn2026-01-191-5/+0
* feat: Add ICMP, DNS, and GraphQL monitor typesFuwn2026-01-191-2/+17
* feat: Add disable_ping_tooltips option to hide ping hover detailsFuwn2026-01-191-21/+27
* fix: Preserve config formatting when updating reset flagFuwn2026-01-191-22/+53
* feat: Add configurable user_agent to bypass bot detectionFuwn2026-01-191-0/+1
* feat: Add round_uptime option to round uptime percentagesFuwn2026-01-191-0/+1
* feat: Add group defaults, content checking, SSL tracking for Gemini, hide/rou...Fuwn2026-01-191-18/+55
* feat: Add reset_on_next_check flag to wipe monitor historyFuwn2026-01-191-11/+59
* feat: Add Gemini protocol supportFuwn2026-01-191-2/+8
* feat: Add retry option for monitor checksFuwn2026-01-191-0/+5
* feat: Initial commitFuwn2026-01-171-0/+299