blogifierdotnet / Blogifier

Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
https://blogifier.net
MIT License
1.26k stars 516 forks source link

filter admin page for non admin authors #225

Closed AnotherICe closed 3 years ago

AnotherICe commented 3 years ago

The blog was originally planned for use by multiple authors I would like to keep this functionality in the base module, for this it is enough to add filtering by the current author.

For a personal blog, this behavior will not break anything, since the admin sees all posts. Accordingly, the default user will see everything; in the case of multiplayer mode, each author will see only their posts (which is logical).