1
0

6 Commits

Author SHA1 Message Date
c3df56b0da Add identity context and ASP.NET individual account pages for authorization.
I created a new Blazor project with individual accounts, then transferred the files over to the existing project.
Then renamed ApplicationDbContext to: IdentityContext to distinguish from the application context.
Then ran the update database command with the existing migration for identity.
2025-04-18 10:20:55 +02:00
a25e767b29 Use ProtectedSessionStorage to for add server wizard.
And replace the URL query string with it.
2025-03-30 19:56:47 +02:00
6b3b08b07a Create templated generic component for Fields for EditServer page. 2025-03-28 20:39:30 +01:00
b1ed6188fb Add Server model and a data repository. 2025-03-23 23:36:43 +01:00
4e9d8a3d66 Add ServerComponent component. 2025-03-23 21:23:18 +01:00
a293b4ebf1 Creating new blazor project. 2025-03-23 12:38:17 +01:00