CoreWiki
CoreWiki copied to clipboard
A simple ASP.NET Core wiki that we are working on during live coding streams
Should we remove this check for consent? https://github.com/csharpfritz/CoreWiki/blob/dev/CoreWiki.Notifications/NotificationService.cs#L89-L92 It not only doesn't stop processing after the consent check fails, but if a user requested a password reset, isn't consent implied?...
When CoreWiki is first installed, a wizard should open in the browser that leads the installer through a series of configuration questions to ensure proper configuration
Need a user administration page to allow an administrator to set roles on users and manage users
Suggested by @andrewcahill on #237: Let's add autocomplete functionality to the search box such that typing in the box does a look-ahead completion based on article titles. This might be...
The page pops up that asks you whether you want to create the article, but the LinksToCreate model is empty when it gets through to OnPostCreateLinksAsync.

As a guest I am unable to edit the Home Page on the Home Screen as the Edit button is disabled which is fine however if I navigate to Latest...
We're currently handling POST requests from the CreateComments component in the page where the component is embedded. e.x. https://github.com/csharpfritz/CoreWiki/blob/dev/CoreWiki/Pages/Details.cshtml.cs#L87-L108 Shouldn't we be handling the post of the comment creation in...
We would like to load modules and their assemblies in a safer way with .NET Core. Attempted to use @natemcmaster recommendations and plugin described here: https://natemcmaster.com/blog/2018/07/25/netcore-plugins/ Our most recent attempt...
Bringing together idea's raised by: @nmalocic in #218 > i wanna force that all users on wiki use company email, or enforce some special password policy. @ashleybroughton in #223 >...