CoreWiki icon indicating copy to clipboard operation
CoreWiki copied to clipboard

A simple ASP.NET Core wiki that we are working on during live coding streams

Results 72 CoreWiki issues
Sort by recently updated
recently updated
newest added
trafficstars

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?...

bug

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

enhancement
help wanted

Need a user administration page to allow an administrator to set roles on users and manage users

enhancement
help wanted

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...

enhancement
help wanted

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.

![image](https://user-images.githubusercontent.com/222825/43560006-21ab595c-9643-11e8-92e6-50bfd1dc1cce.png)

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...

bug
help wanted

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 >...

help wanted
question
incomplete