1
0

5 Commits

Author SHA1 Message Date
b65d998b01 Add policy authorization based on claim for admin role.
Note that this redirects to the login page, it should actually display an Access Denied message.
2025-04-18 17:53:20 +02:00
dcf5e7b675 Create IServersEFCoreRepository interface, register as service and use dependency injection to replace the static ServersRepository. 2025-04-16 23:46:00 +02:00
734a59f38b Replace SessionStorage with ContainerStorage.
This is retained on the SignalR connection and is unique to the user.
2025-03-30 22:32:22 +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
28c3449e24 Add Wizard to add a new server, using URL query strings to pass data. 2025-03-30 16:08:48 +02:00