unknown
|
50a13a37c0
fix: make printing nuances reactive for language switching
|
2 napja |
unknown
|
e3fc3f40cd
style: accessibility improvements (aria-labels, form labels, contrast)
|
2 napja |
unknown
|
4042f1a17d
feat: complete password reset flow with 10m expiry and token cleanup
|
2 napja |
unknown
|
fe141a37b0
fix: localize account_not_active error message
|
2 napja |
unknown
|
fececd3c75
chore: add db migration script for email verification
|
2 napja |
unknown
|
3cafba8883
fix: resolve TS errors in Header.vue links and button props
|
2 napja |
unknown
|
336eeee4a6
fix: set valid pixel width for Google login button
|
2 napja |
unknown
|
2b263f1f18
fix: correctly unwrap activeLang ref in Header.vue links
|
2 napja |
unknown
|
67ce64eb0d
fix: correctly handle registration mode from header link
|
2 napja |
unknown
|
a14a7e790a
feat: implement multi-language email verification workflow
|
2 napja |
unknown
|
c255de0eeb
fix: import i18n in Auth.vue to fix TS error
|
2 napja |
unknown
|
6fd066d619
chore: remove Facebook login mentions and UI
|
2 napja |
unknown
|
480b75af9b
fix: make redirect language-aware in Auth.vue
|
2 napja |
unknown
|
97ebcdefab
fix: convert requirements.txt to UTF-8 and add google-auth
|
2 napja |
unknown
|
1db708c167
debug: add verbose logging for Google Auth config issues
|
2 napja |
unknown
|
2bda387c59
chore: hardcode GOOGLE_CLIENT_ID for production
|
2 napja |
unknown
|
a534bcfa53
fix: loose SocialLogin schema to Any to bypass Pydantic validation
|
2 napja |
unknown
|
730d8aaaba
fix: remove empty email from social login payload to avoid validation error
|
2 napja |
unknown
|
3d7c7d0d73
fix: make social login email optional in schema and handle correctly in router
|
2 napja |
unknown
|
e1546d86f3
fix: remove top-level await in Auth.vue causing white screen
|
2 napja |
unknown
|
b62710efac
feat: implement Google OAuth, localize fonts, and fix translations
|
2 napja |
unknown
|
1c668b2d2e
perf: widespread lazy loading of components to reduce initial JS bundle size
|
3 napja |
unknown
|
bfd0f40260
perf: aggressive minification and removal of legal comments for JS/CSS
|
3 napja |
unknown
|
4e7163df2f
perf: optimize page speed (caching, font loading, lazy loading) and fix admin ui bug
|
3 napja |
unknown
|
bac8c19716
debug: add logs to inspect resource URLs
|
3 napja |
unknown
|
47f37cf71e
fix(api): harden resources base url extraction and add debug log
|
3 napja |
unknown
|
62a132ca09
fix(resources): use RESOURCES_BASE_URL to bypass /api for uploads
|
3 napja |
unknown
|
b1ff308e66
clean: remove debug logs and prints from WS logic
|
3 napja |
unknown
|
229204fd2b
fix(nginx/backend): use 127.0.0.1 instead of localhost to avoid IPv6 issues and harden security
|
3 napja |
unknown
|
ed460d669b
debug: add top-level log to auth.ts
|
3 napja |