Commit Graph
4 Commits
Author SHA1 Message Date
M1ngdaXie ce77e112ca fix: guest login now restores redirect URL from sessionStorage 2026-03-15 09:57:31 +00:00
M1ngdaXieandClaude Sonnet 4.6 9c19769eb0 feat: add guest mode, bug fixes, and self-hosted config
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
2026-03-15 09:45:17 +00:00
M1ngdaXieandClaude Sonnet 4.6 763575f284 fix: restore original URL after OAuth login redirect
Save the intended destination to sessionStorage before navigating to
the OAuth provider, and read it back in AuthCallback after login.
Also handles 401-triggered redirects so session-expired users are
returned to the page they were on.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
2026-03-09 04:42:19 +00:00
M1ngdaXieandClaude Sonnet 4.6 731bd67334 Add self-hosted deployment configuration
- Add backend entry point (cmd/server/main.go)
- Add prompt=select_account to Google OAuth flow
- Add combined init.sql for self-hosted PostgreSQL
- Update docker-compose to include backend service with memory limits

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
2026-03-09 01:38:15 +00:00