CoreWiki
CoreWiki copied to clipboard
A simple ASP.NET Core wiki that we are working on during live coding streams
Currently, there is no option to delete a user in the administration page. This will improve user's first start experience where they will be able to delete the default admin...
During stream on Nov 11th, an idea was floated to scan wiki content for potential PII and/or PII referencing known users, and ping those affected users about it so they...
Expanding #338 to a more flexible feature. `bool IsProtected { get; set; }` This property should not allow for the following: - renames - deletions - content changes. By default...
scans files for virus using https://www.virustotal.com/#/home/upload and https://developers.virustotal.com/reference
Should we handle multi word search but the words can be in any order. For example in the homepage we could not only find this by entering "default home" but...
Making a article and hook to streamtools so with new stream it open new article and generate article from the stream and stop editing the article when stream end [SpaceShotTV]...
Would be interesting to add some AI such as text sentiment on comments. Not exactly sure how to get/use the API key, though, but I do believe it has a...
Hi Call for help: Azure search throws on `Article.Instant` because it is a `nodatime` property. I have been trying to implement pluggable search with Azure search as another provider. I...
Let's put all Azure cloud specific features into a project that can be conditionally included and features enabled in CoreWiki if you are hosting on Azure
It would be great to be able to choose: - [ ] GitHub authentication - [ ] Windows authentication? - [ ] Azure AD authentication - [ ] Twitter authentication...