oliverbooth.dev/OliverBooth/Pages/Admin
Oliver Booth 28c7f7ce78
refactor!: restructure the markdown editor
This change significantly impacts the organisation and structure of the markdown editor, starting to utilise Blazor (SignalR) to perform operations such as saving, removing the need for an API controller.

Much of the TypeScript source has been more coherently decoupled, for example UI vs business logic is now independent.
2024-02-28 16:04:56 +00:00
..
BlogPosts.cshtml feat: add blog post editing 2024-02-26 02:50:48 +00:00
BlogPosts.cshtml.cs feat: add blog post editing 2024-02-26 02:50:48 +00:00
EditBlogPost.cshtml refactor!: restructure the markdown editor 2024-02-28 16:04:56 +00:00
EditBlogPost.cshtml.cs feat: add blog post editing 2024-02-26 02:50:48 +00:00
Index.cshtml refactor: move Admin to own area; not sub Blog 2024-02-25 14:20:36 +00:00
Index.cshtml.cs refactor: delegate session->user check to service 2024-02-25 14:16:55 +00:00
Login.cshtml refactor: move authentication to dedicated controller 2024-02-25 15:54:32 +00:00
Login.cshtml.cs refactor: delegate session->user check to service 2024-02-25 14:16:55 +00:00
MultiFactorStep.cshtml feat: implement MFA for admin login 2024-02-25 17:21:29 +00:00
MultiFactorStep.cshtml.cs feat: implement MFA for admin login 2024-02-25 17:21:29 +00:00