Pulse/internal/api
Pulse Monitor e77b4ed8f4 fix: resolve frontend redirect loop issue in releases
The issue was that the binary was looking for frontend files relative to the current working directory instead of relative to the binary location. This caused a redirect loop when the binary was installed in /opt/pulse but run from elsewhere.

Fixed by:
- Making the binary detect its own location and look for frontend files there
- Adding fallback paths for common installation locations
- Logging where frontend files are being served from for debugging
2025-08-07 15:59:47 +00:00
..
alerts.go Initial clean Go + TypeScript rewrite 2025-07-28 21:24:33 +00:00
config_handlers.go fix: resolve critical issues from GitHub 2025-08-07 08:37:47 +00:00
diagnostics.go fix: Docker persistence and Windows VM memory reporting 2025-08-06 16:00:22 +00:00
middleware.go feat: Implement security, type safety, and error handling improvements 2025-07-29 17:53:51 +00:00
notifications.go Fix frontend email test field mapping 2025-08-02 18:15:03 +00:00
ratelimit.go feat: add comprehensive security system for API protection 2025-08-06 21:39:52 +00:00
router.go fix: resolve frontend redirect loop issue in releases 2025-08-07 15:59:47 +00:00
settings.go fix: consolidate to encrypted-only configuration system 2025-08-03 11:19:32 +00:00
updates.go fix: complete update system improvements 2025-08-07 11:43:40 +00:00