Pulse/internal
Pulse Monitor e66b74ee65 fix: allow password changes when behind proxy Basic Auth (addresses #407)
The password change endpoint now handles both scenarios:
- Direct auth: Uses Authorization header when it contains Pulse credentials
- Proxy auth: Uses currentPassword from JSON body when behind proxy Basic Auth
- Prevents proxy auth from interfering with Pulse's own authentication
- Maintains security by always requiring current password verification
2025-09-04 19:42:49 +00:00
..
adapters feat: Implement security, type safety, and error handling improvements 2025-07-29 17:53:51 +00:00
alerts fix: storage alerts and UI improvements 2025-09-03 10:04:37 +00:00
api fix: allow password changes when behind proxy Basic Auth (addresses #407) 2025-09-04 19:42:49 +00:00
auth fix: comprehensive security improvements and UI fixes 2025-08-16 21:10:24 +00:00
config feat: auto-detect public URL for webhook notifications when not explicitly configured 2025-09-04 18:01:18 +00:00
crypto fix: address critical security vulnerabilities from audit 2025-08-13 19:46:39 +00:00
discovery feat: improve empty state UI and enhance network discovery 2025-08-19 16:16:18 +00:00
errors Fix all TypeScript 'any' types and ensure strict typing 2025-07-30 14:08:06 +00:00
interfaces feat: Implement security, type safety, and error handling improvements 2025-07-29 17:53:51 +00:00
mock fix: correctly handle PBS storage as shared when configured 2025-09-04 16:25:04 +00:00
models enhance: improve mock data realism and alert system 2025-09-02 21:11:01 +00:00
monitoring fix: correctly handle PBS storage as shared when configured 2025-09-04 16:25:04 +00:00
notifications fix: resolve compilation error and webhook issues 2025-09-04 19:06:06 +00:00
types Initial clean Go + TypeScript rewrite 2025-07-28 21:24:33 +00:00
updates Revert "chore: bump version to v4.14.0-rc.2" 2025-09-04 17:38:28 +00:00
utils feat: make security setup fully automatic for systemd 2025-08-12 21:08:00 +00:00
websocket security: comprehensive security improvements 2025-08-25 11:28:55 +00:00