0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-13 13:55:12 +02:00
gitea/services
Epid b47686ce32 fix(websocket): auth via IsSigned check instead of reqSignIn middleware
reqSignIn sends a 303 redirect which breaks WebSocket upgrade; use the
same pattern as /user/events: register the route without middleware and
return 401 inside the handler when the user is not signed in.

Also fix copyright year to 2026 in all three new Go files and add a
console.warn for malformed JSON in the SharedWorker.
2026-03-30 06:37:53 +03:00
..
2026-02-22 08:01:43 +01:00
2026-03-08 17:59:46 +08:00
2025-10-19 00:37:50 +08:00