Codex Agent
|
eb41cb6194
|
typescript-typenfehler behoben.. npm run lint läuft nun fehlerfrei durch.
|
2025-11-22 11:49:47 +01:00 |
|
Codex Agent
|
9394c3171e
|
Added opaque join-token support across backend and frontend: new migration/model/service/endpoints, guest controllers now resolve tokens, and the demo seeder seeds a token. Tenant event details list/manage tokens with copy/revoke actions, and the guest PWA uses tokens end-to-end (routing, storage, uploads, achievements, etc.). Docs TODO updated to reflect completed steps.
|
2025-10-12 10:32:37 +02:00 |
|
Codex Agent
|
417b1da484
|
feat: Implementierung des Checkout-Logins mit E-Mail/Username-Support
|
2025-10-08 21:57:46 +02:00 |
|
Codex Agent
|
7475210893
|
Fix auth form errors and redirects: Add React keys/useEffects for error rendering and scroll, Inertia::location in controllers for SPA navigation, extend RegistrationTest and add E2E. Update docs (changes/2025-10-02-registration-fixes.md, prp/13-backend-authentication.md). Add new UI components (accordion, carousel, progress, table, tabs), marketing/legal pages (Blog, Kontakt, Datenschutz, etc.), fonts, user migration (remove_name), views/css/package updates, seeders/factories.
|
2025-10-02 11:40:48 +02:00 |
|
Codex Agent
|
d1733686a6
|
massive improvements to tests, streamlined and synced migrations, fixed a lot of wrong or old table field references. implemented a lot of pages in react for website frontend
|
2025-09-30 21:09:52 +02:00 |
|
|
|
fc1e64fea3
|
feat(profile): add username + preferred_locale; wire to Inertia + middleware
- DB: users.username (unique), users.preferred_locale (default from app.locale)
- Backend: validation, model fillable; share supportedLocales; SetLocaleFromUser
- Frontend: profile page fields + types
- Filament: SuperAdmin profile page with username/language
feat(admin-nav): move Tasks to Bibliothek and add menu labels
fix(tasks-table): show localized title/emotion/event type; add translated headers
feat(l10n): add missing table headers for emotions and event types; normalize en/de files
refactor: tidy translations for tasks/emotions/event types
|
2025-09-11 21:17:19 +02:00 |
|
Auto Commit
|
44ab0a534b
|
Initialize repo and add session changes (2025-09-08)
|
2025-09-08 14:03:43 +02:00 |
|