Pulse/frontend-modern/src/components
rcourtman e07336dd9f refactor: remove legacy DISABLE_AUTH flag and enhance authentication UX
Major authentication system improvements:

- Remove deprecated DISABLE_AUTH environment variable support
- Update all documentation to remove DISABLE_AUTH references
- Add auth recovery instructions to docs (create .auth_recovery file)
- Improve first-run setup and Quick Security wizard flows
- Enhance login page with better error messaging and validation
- Refactor Docker hosts view with new unified table and tree components
- Add useDebouncedValue hook for better search performance
- Improve Settings page with better security configuration UX
- Update mock mode and development scripts for consistency
- Add ScrollableTable persistence and improved responsive design

Backend changes:
- Remove DISABLE_AUTH flag detection and handling
- Improve auth configuration validation and error messages
- Enhance security status endpoint responses
- Update router integration tests

Frontend changes:
- New Docker components: DockerUnifiedTable, DockerTree, DockerSummaryStats
- Better connection status indicator positioning
- Improved authentication state management
- Enhanced CSRF and session handling
- Better loading states and error recovery

This completes the migration away from the insecure DISABLE_AUTH pattern
toward proper authentication with recovery mechanisms.
2025-10-27 19:46:51 +00:00
..
__tests__ Unify API token reveal workflow 2025-10-15 22:58:31 +00:00
Alerts feat: finalize swarm service monitoring (#598) 2025-10-26 09:35:49 +00:00
Backups Add snapshot size alert thresholds (#585) 2025-10-22 13:30:40 +00:00
Dashboard Optimize guest metadata cache persistence 2025-10-25 19:36:16 +00:00
Docker refactor: remove legacy DISABLE_AUTH flag and enhance authentication UX 2025-10-27 19:46:51 +00:00
Hosts feat: finalize swarm service monitoring (#598) 2025-10-26 09:35:49 +00:00
icons refactor: unify navigation icons across settings UI 2025-10-24 11:48:22 +00:00
PMG Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
Proxmox Add replication monitoring plumbing and UI 2025-10-22 16:10:15 +00:00
Replication Add replication monitoring plumbing and UI 2025-10-22 16:10:15 +00:00
Settings refactor: remove legacy DISABLE_AUTH flag and enhance authentication UX 2025-10-27 19:46:51 +00:00
shared refactor: remove legacy DISABLE_AUTH flag and enhance authentication UX 2025-10-27 19:46:51 +00:00
Storage Update Pulse install flow and related components 2025-10-21 19:58:53 +00:00
Toast refactor: unify notifications into global toast 2025-10-22 12:39:01 +00:00
DemoBanner.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
ErrorBoundary.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
FirstRunSetup.tsx refactor: remove legacy DISABLE_AUTH flag and enhance authentication UX 2025-10-27 19:46:51 +00:00
LegacySSHBanner.tsx Document optional host-script upgrade path 2025-10-14 13:19:38 +00:00
Login.tsx refactor: remove legacy DISABLE_AUTH flag and enhance authentication UX 2025-10-27 19:46:51 +00:00
NotificationContainer.tsx feat: allow per-node overrides for Proxmox endpoints 2025-10-22 17:16:54 +00:00
SecurityWarning.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
TokenRevealDialog.tsx Add reusable API token reveal dialog 2025-10-15 22:45:14 +00:00
UpdateBanner.tsx fix: Update modal now properly detects when update completes 2025-10-12 18:25:38 +00:00
UpdateConfirmationModal.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
UpdateProgressModal.tsx fix: Update test version fallback and fix lint warnings #64 2025-10-13 15:50:23 +00:00