feat(split): strip AuthBlocks from DeepDrftWeb; move CMS controllers to DeepDrftManager

Public host is now auth-free: no AuthBlocks, no DeepDrftCms ref, no stealth routing.
MainLayout restored to full chrome. DeepDrft.Content/.Cms HttpClients wired on Manager.
This commit is contained in:
Daniel Harvey
2026-05-19 17:01:24 -04:00
parent 840192fb79
commit 490bbbe942
19 changed files with 57 additions and 202 deletions
-2
View File
@@ -1,8 +1,6 @@
@page "/"
@rendermode InteractiveAuto
@using DeepDrftWeb.Client.Services
@using Microsoft.AspNetCore.Authorization
@attribute [AllowAnonymous]
<PageTitle>Deep DRFT - Electronic Music Collective</PageTitle>
@@ -1,8 +1,6 @@
@page "/tracks"
@rendermode InteractiveAuto
@using Microsoft.AspNetCore.Authorization
@using DeepDrftWeb.Client.Controls
@attribute [AllowAnonymous]
<PageTitle>DeepDrft Track Gallery</PageTitle>