aboutsummaryrefslogtreecommitdiff
path: root/internal
Commit message (Expand)AuthorAgeFilesLines
* 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
* feat: Add ICMP, DNS, and GraphQL monitor typesFuwn2026-01-196-6/+672
* feat: Add disable_ping_tooltips option to hide ping hover detailsFuwn2026-01-193-37/+45
* fix: Preserve config formatting when updating reset flagFuwn2026-01-191-22/+53
* feat: Add configurable user_agent to bypass bot detectionFuwn2026-01-192-1/+8
* 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 round_uptime option to round uptime percentagesFuwn2026-01-195-0/+25
* feat: Add group defaults, content checking, SSL tracking for Gemini, hide/rou...Fuwn2026-01-195-75/+197
* feat: Add reset_on_next_check flag to wipe monitor historyFuwn2026-01-193-22/+122
* feat: Add Gemini protocol supportFuwn2026-01-193-2/+227
* feat: Add retry option for monitor checksFuwn2026-01-195-1/+52
* 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-179-0/+3130