Bruno Charest
a5afbb1dc1
fix: SSE sync indicator stuck on 'Connexion...' (3 fixes)
1. Move initSyncStatus() AFTER auth check — EventSource was connecting
before the access_token cookie was available, causing 401 errors.
2. Reconnect SSE after login — Login form handler now calls
IndexUpdateManager.connect() + showWelcome() after successful auth.
3. SSESafeGZipMiddleware — GZip buffering breaks Server-Sent Events
streaming. Custom middleware subclass skips compression for
/api/events endpoint (path-based bypass).
2026-05-27 21:40:32 -04:00
..
2026-05-27 21:16:11 -04:00
2026-03-21 09:52:44 -04:00
2026-03-26 19:53:40 -04:00
2026-05-26 10:27:00 -04:00
2026-03-23 15:44:37 -04:00
2026-03-27 14:37:23 -04:00
2026-03-23 11:08:26 -04:00
2026-05-26 12:43:38 -04:00
2026-05-27 21:40:32 -04:00
2026-05-26 21:22:02 -04:00
2026-05-26 10:27:00 -04:00
2026-05-26 21:22:02 -04:00
2026-05-27 08:39:52 -04:00
2026-05-27 12:08:59 -04:00
2026-05-26 10:27:00 -04:00
2026-05-26 11:00:48 -04:00
2026-03-26 19:53:40 -04:00
2026-03-27 10:11:43 -04:00
2026-05-26 10:27:00 -04:00
2026-05-26 11:00:48 -04:00