dasblog-core

The original DasBlog reimagined with ASP.NET Core

MIT License

Stars
473

Bot releases are visible (Hide)

dasblog-core - v2.31.692

Published by poppastring almost 4 years ago

  • Support for an "about" page, enabled via the Site Admin page.
  • Improved the edit tag helper, allows the default text to change.
  • Added a post image tag helper.
dasblog-core - v2.30.686

Published by poppastring almost 4 years ago

Allows you to manage comments more effectively, by including a comment management page and a new tag helper

  • /admin/manage-comments
  • <comment-management-link post="@Model" />
dasblog-core - v2.23.680

Published by poppastring almost 4 years ago

  • Admin pages use the default "dasblog" theme.
  • Password gets hashed using a better algorithm
  • Default security support for CSS and scripts from Froala, TinyMCE, NicEdit
dasblog-core - v2.22.666

Published by poppastring almost 4 years ago

Improvements to the workflow of comments.

  • Improved data model checks
  • Improved error responses
dasblog-core - v2.21.661

Published by poppastring almost 4 years ago

Support individual "No comments" on blog posts.
Update to the latest Noda version
Update to the latest AppInsights version, AppInsights key added to the appsettings.json
Password strictness is defined by appsettings.json
Updating passwords takes immediate effect (no longer requires restart)

This allows you to startup immediately following deployment in a "Production" (or Staging, etc.) environment without having to manual create the environment config files.

site.[Environment].config, meta.[Environment].Config, and appSettings.[Environment].Config become optional files [in ConfigurationBuilder()..AddXmlFile()], So if they are missing you will not fail, login and save settings will create new files for you.

siteSecurity.[Environment].Config and IISUrlRewrite.[Environment].Config are now created as part of the start up checks.This will not impact existing deployments.

dasblog-core - v2.20.624

Published by poppastring almost 4 years ago

Saves the description field when edit/adding posts from the admin pages.

dasblog-core - v2.20.600

Published by poppastring about 4 years ago

  • Support the oldest dasblog links e.g. "/PermaLink.aspx?guid=b5790285-2eb7-4198-ac1d-6cfbf20735a4"
  • Fix og:type definition
  • Better support for Permission policy in browsers
  • Support old concept of Radio Userland Stories
  • Support access CSS associated with any theme
  • Support for HTTP HEAD in RSS
dasblog-core - v2.20.572

Published by poppastring about 4 years ago

Includes new security tags in the site.config file, the following are good defaults for DasBlog Core.

SecurityStyleSources, example content:
www.google.com;platform.twitter.com;cdn.syndication.twimg.com;fonts.googleapis.com;maxcdn.bootstrapcdn.com

SecurityScriptSources, example content:
www.google.com;cse.google.com;cdn.syndication.twimg.com;platform.twitter.com;apis.google.com;ajax.aspnetcdn.com

dasblog-core - v2.11.566

Published by poppastring about 4 years ago

Better error messages around comments.

dasblog-core - v2.11.561

Published by poppastring about 4 years ago

Support Google Recaptcha

dasblog-core - v2.0.553

Published by poppastring about 4 years ago

Now supports daily email report

dasblog-core - v2.0.515

Published by poppastring about 4 years ago

Improved search