Codex Agent
1a4bdb1fe1
tenant admin startseite schicker gestaltet und super-admin und tenant admin (filament) aufgesplittet.
...
Es gibt nun task collections und vordefinierte tasks für alle. Onboarding verfeinert und webseite-carousel gefixt (logging später entfernen!)
2025-10-14 15:17:52 +02:00
Codex Agent
64a5411fb9
- Reworked the tenant admin login page
...
- Updated the User model to implement Filament’s tenancy contracts
- Seeded a ready-to-use demo tenant (user, tenant, active package, purchase)
- Introduced a branded, translated 403 error page to replace the generic forbidden message for unauthorised admin hits
- Removed the public “Register” links from the marketing header
- hardened join event logic and improved error handling in the guest pwa.
2025-10-13 12:50:46 +02: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
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
Codex Agent
e52a4005aa
übergang auf pakete, integration von stripe und paypal, blog hinzugefügt.
2025-09-29 07:59:39 +02:00
Codex Agent
0a643c3e4d
feat(packages): implement package-based business model
2025-09-26 22:13:56 +02:00
Codex Agent
6215ebbaa0
feat(tenant-admin): refresh event management experience
2025-09-26 12:17:25 +02:00
215d19f07e
Harden credit flows and add RevenueCat webhook
2025-09-25 14:05:58 +02:00
9248d7a3f5
feat: harden tenant settings and import pipeline
2025-09-25 11:51:42 +02:00
b22d91ed32
feat: implement tenant OAuth flow and guest achievements
2025-09-25 08:32:37 +02:00
42d6e98dff
Implement multi-tenancy support with OAuth2 authentication for tenant admins, Stripe integration for event purchases and credits ledger, new Filament resources for event purchases, updated API routes and middleware for tenant isolation and token guarding, added factories/seeders/migrations for new models (Tenant, EventPurchase, OAuth entities, etc.), enhanced tests, and documentation updates. Removed outdated DemoAchievementsSeeder.
2025-09-17 19:56:54 +02:00