jonas
e21e6aa96d
Fix formatting in PlunkEmailSender by adding a newline for improved readability
2026-02-03 20:29:16 +01:00
jonas
ce26a30693
Refactored AgeGroup namespace and services, added RegistrationKey functionality.
2026-01-25 21:30:05 +01:00
jonas
91dd8d1603
Add AuthController and configure authentication/identity services
2026-01-25 15:29:28 +01:00
jonas
d1a72876d2
Implement Plunk email sending service with HttpClient integration and DTO definition.
2026-01-25 13:43:25 +01:00
Jonas
ba2a455a2b
Delete API/app.db
2026-01-25 13:41:54 +01:00
jonas
44b39b4393
Add initial implementation of PlunkEmailSender and update .gitignore.
...
- Removed `appsettings.Development.json` and excluded it from version control.
- Updated `API.csproj` to remove unnecessary folder reference.
2026-01-25 13:17:14 +01:00
jonas
e4862f1878
- Enhance 404 page design and add link to home
...
- Update routes to include "Login" page
- Add dynamic website title updates based on current route
- Add "Login" button to layout linking to Login page
2026-01-23 22:59:32 +01:00
jonas
e0ecdad408
- Enable UseAuthentication middleware.
...
- Fix variable typo from `postgreConnection` to `postgresConnection`.
- Update `.gitignore` to exclude SQLite database files.
2026-01-23 21:52:20 +01:00
jonas
534ec5f36f
Add authentication and identity support using ASP.NET Core Identity
2026-01-23 21:28:16 +01:00
jonas
cec2b65c29
Set WebRootPath, enable static file serving, and upgrade to .NET 9.0
2026-01-23 20:49:51 +01:00
Jonas
94fcf83241
Füge Datenbank- und S3-Dienste hinzu; entferne nicht mehr benötigte WAL- und SHM-Dateien
2025-12-08 16:37:49 +00:00
Jonas
6cc45313f5
Update database files to reflect recent changes
2025-12-08 16:34:40 +00:00
jonas
aacd8b7d96
Change AgeGroup ID type from int to string and add migration
...
Refactored AgeGroupController, AgeGroupService, and IAgeGroupService to use string IDs instead of int. Added initial Entity Framework migration and database files to support AltersGruppe with string primary key.
2025-12-07 20:32:49 +01:00
jonas
9128b199e9
Switch AltersGruppe ID to ULID and add config
...
Changed AltersGruppe model ID from int to string and now generates ULID automatically. Added AltersGruppeConfiguration for EF Core mapping. Updated ApplicationDbContext to apply configurations from assembly. Removed obsolete migration files and database artifacts. Added Ulid package dependency.
2025-12-07 19:48:47 +01:00
jonas
3125d657dd
Simple Database + Endpoints
2025-12-07 12:07:10 +01:00
jonas
75393940b4
feat: add app bar with theme toggle and remove weather forecast demo code
2025-10-19 21:28:11 +02:00
jonas
94d4cb3087
Init
2025-10-04 14:09:35 +02:00