Commit Verlauf

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