18 Commits

Author SHA1 Message Date
121f677f34 Fix admin credentials and frontend error handling
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
- Changed admin email to admin@brandmaster.com (no dash)
- Changed admin password to Admin123!
- Fixed frontend Home.jsx to handle API errors gracefully
- Added fallback to empty arrays when API calls fail
- This prevents 'Cannot read properties of undefined' crash
2026-05-08 15:14:27 +03:00
0fd72aec62 Remove missing vite.svg favicon reference
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-08 13:14:22 +03:00
047a910ce4 Fix frontend static asset redirect loops - add proper nginx config for /assets/ directory
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-08 13:01:31 +03:00
e46c393c8c Fix redirect loop and trigger frontend rebuild
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
- Added comment to main.jsx to trigger CI rebuild with correct API URL
- Added ingress annotations to prevent redirect loops (ssl-redirect: false)
- This fixes ERR_TOO_MANY_REDIRECTS and blank page issues
2026-05-08 08:34:58 +03:00
ae272440d4 Fix frontend API URL configuration
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
- Added VITE_API_URL build arg to CI frontend build step
- Updated values.yaml frontend env to include /api suffix
- Updated .env.example with production URL comment
- Frontend was trying to connect to localhost instead of api-brand-master.dvirlabs.com
2026-05-08 07:49:16 +03:00
d0d9084260 Build Frontend
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-07 08:42:33 +03:00
14d66d6823 feat: Add admin user, PIN-based password reset, and profile management
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-05-07 08:19:30 +03:00
417b2ef877 feat: Add admin user, PIN-based password reset, and profile management
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
- Auto-create admin user on startup with configurable credentials
- Force password change on first admin login
- PIN-based password reset via email (6-digit code)
- Remove demo account notice from login page
- Add complete profile edit with email, phone, address fields
- Add password change functionality in profile
- Add database migration for new user fields
- Update Helm values with admin and email config
2026-05-07 08:09:30 +03:00
4943878d36 test
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-05-05 06:20:45 +03:00
4f628e5aa0 test
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-05-05 06:20:13 +03:00
fe8381170a test
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-05-05 06:11:23 +03:00
53eca2db7f test
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-05-05 06:09:29 +03:00
8d67d17e82 Add Dockerfiles
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-05-05 06:02:41 +03:00
6630045f67 Work 2026-05-04 01:01:36 +03:00
01cdb9a8c6 Work 2026-05-04 00:22:35 +03:00
307bdef2e1 Update app 2026-05-03 04:56:48 +03:00
fbb3e7d850 Add brands management system with backend persistence 2026-05-01 19:14:39 +03:00
dvirlabs
d182f76201 Initial app 2026-05-01 11:12:13 +03:00