index
:
kaze
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
server
/
server.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: Add SSE streaming for instant page load and real-time updates
Fuwn
2026-01-28
1
-5
/
+330
*
perf: Implement zero-downtime configuration reload
Fuwn
2026-01-21
1
-68
/
+88
*
fix: Respect display.timezone for version tooltip build date
Fuwn
2026-01-20
1
-4
/
+22
*
feat: Add version tooltip to 'Powered by Kaze' footer
Fuwn
2026-01-20
1
-0
/
+44
*
feat: Add POST /api/reload endpoint for config reload
Fuwn
2026-01-20
1
-26
/
+79
*
feat: Use composite group/name key for monitor identification
Fuwn
2026-01-20
1
-32
/
+68
*
fix: Use wildcard path for badge endpoint to support .svg extension
Fuwn
2026-01-20
1
-1
/
+5
*
feat: Add SVG status badge endpoint
Fuwn
2026-01-20
1
-0
/
+131
*
feat: Add new API endpoints (health, summary, uptime, incidents)
Fuwn
2026-01-20
1
-0
/
+183
*
perf: Optimize API refresh to single /api/page request
Fuwn
2026-01-20
1
-0
/
+101
*
feat: Add API-based refresh mode for smoother updates
Fuwn
2026-01-20
1
-0
/
+4
*
feat: Add API access control (public/private/authenticated)
Fuwn
2026-01-20
1
-3
/
+48
*
feat: Add disable_uptime_tooltip option
Fuwn
2026-01-20
1
-23
/
+25
*
feat: Add uptime tooltip showing last failure time and reason
Fuwn
2026-01-20
1
-44
/
+78
*
feat: Add custom_head option for injecting HTML into head
Fuwn
2026-01-20
1
-4
/
+6
*
fix: Use generic error message for unknown error types
Fuwn
2026-01-20
1
-5
/
+1
*
fix: Simplify error messages in monitor display
Fuwn
2026-01-20
1
-0
/
+49
*
feat: Add status indicator to browser tab title
Fuwn
2026-01-20
1
-3
/
+20
*
fix: Hide ping in tooltips when hide_ping is enabled
Fuwn
2026-01-20
1
-5
/
+29
*
feat: Add hide_ping option to hide response time
Fuwn
2026-01-20
1
-0
/
+2
*
feat: Add configurable UI scale option
Fuwn
2026-01-20
1
-0
/
+2
*
fix: Allow non-HTTP URL schemes in monitor links
Fuwn
2026-01-20
1
-2
/
+2
*
feat: Add clickable link option for monitor names
Fuwn
2026-01-20
1
-0
/
+2
*
refactor: Use CSS prefers-color-scheme instead of JS-based theme toggle
Fuwn
2026-01-20
1
-2
/
+0
*
refactor: Use CSS variable overrides for proper theme integration
Fuwn
2026-01-20
1
-2
/
+2
*
feat: Add OpenCode-compatible theme loader
Fuwn
2026-01-19
1
-2
/
+18
*
feat: Add disable_ping_tooltips option to hide ping hover details
Fuwn
2026-01-19
1
-14
/
+16
*
feat: Add browser timezone option for client-side time display
Fuwn
2026-01-19
1
-7
/
+18
*
fix: Implement response buffering to prevent broken pipe errors
Fuwn
2026-01-19
1
-5
/
+15
*
fix: Remove superfluous WriteHeader call in template error handling
Fuwn
2026-01-19
1
-1
/
+1
*
feat: Initial commit
Fuwn
2026-01-17
1
-0
/
+839