Commit History

Author SHA1 Message Date
  unknown 97ebcdefab fix: convert requirements.txt to UTF-8 and add google-auth 3 days ago
  unknown 1db708c167 debug: add verbose logging for Google Auth config issues 3 days ago
  unknown 2bda387c59 chore: hardcode GOOGLE_CLIENT_ID for production 3 days ago
  unknown a534bcfa53 fix: loose SocialLogin schema to Any to bypass Pydantic validation 3 days ago
  unknown 730d8aaaba fix: remove empty email from social login payload to avoid validation error 3 days ago
  unknown 3d7c7d0d73 fix: make social login email optional in schema and handle correctly in router 3 days ago
  unknown e1546d86f3 fix: remove top-level await in Auth.vue causing white screen 3 days ago
  unknown b62710efac feat: implement Google OAuth, localize fonts, and fix translations 3 days ago
  unknown 1c668b2d2e perf: widespread lazy loading of components to reduce initial JS bundle size 4 days ago
  unknown bfd0f40260 perf: aggressive minification and removal of legal comments for JS/CSS 4 days ago
  unknown 4e7163df2f perf: optimize page speed (caching, font loading, lazy loading) and fix admin ui bug 4 days ago
  unknown bac8c19716 debug: add logs to inspect resource URLs 4 days ago
  unknown 47f37cf71e fix(api): harden resources base url extraction and add debug log 4 days ago
  unknown 62a132ca09 fix(resources): use RESOURCES_BASE_URL to bypass /api for uploads 4 days ago
  unknown b1ff308e66 clean: remove debug logs and prints from WS logic 4 days ago
  unknown 229204fd2b fix(nginx/backend): use 127.0.0.1 instead of localhost to avoid IPv6 issues and harden security 4 days ago
  unknown ed460d669b debug: add top-level log to auth.ts 4 days ago
  unknown e6064a3cf3 debug: add console logs for WebSocket URLs 4 days ago
  unknown fa4d1229cd fix(ws): simplify websocket paths and remove duplication 4 days ago
  unknown 0558bd121e debug: move WS handler to main.py and add debug logs 4 days ago
  unknown 3f53834d8d style: improve enterNewPassword translations 4 days ago
  unknown 7a10cae165 fix(backend): correct password hashing function name in admin_update_user 4 days ago
  unknown fa2c09d936 fix(nginx): remove duplicate /ws/ prefix for websocket proxying 4 days ago
  unknown e8359101a9 fix: replace hardcoded localhost with API_BASE_URL to fix PNA browser warnings 4 days ago
  unknown acc687977f feat: add admin password reset (correct way via master translations) 4 days ago
  unknown aa7cf8dcb0 feat: add admin password reset functionality 4 days ago
  unknown 50330548a3 config: update db credentials to use radionica user 4 days ago
  unknown 780a3a7f9c build: update schema.sql to match local dev db structure 4 days ago
  unknown 7194aae6a7 security: bind backend to localhost (127.0.0.1) 4 days ago
  unknown cc491968e2 fix: simplify start.sh and fix line endings 4 days ago