Skip to content

Releases: rsm-hcd/AndcultureCode.CSharp.Web

v0.3.0

15 Jun 12:20
Compare
Choose a tag to compare

v0.3.0 Release

Release notes

Adds AuditableDto and EntityDto ported from the boilerplate. Bumps AndcultureCode.CSharp.Core and AndcultureCode.CSharp.Extensions versions

Known issues

rsm-hcd/AndcultureCode.DotnetReact.Boilerplate#11

Contributors

@brandongregoryscott

v0.2.2 - Controller Swagger Fix

30 Oct 08:52
Compare
Choose a tag to compare

v0.2.2 Release

Release notes

Small fix to base controller class to ignore inherited public methods by swagger. Currently sub-classes would get errors from swagger if a method signature happened to return an ObjectResult

Known issues

#16 Add swagger ignore to all base controller public methods

Contributors

@wintondeshong

0.2.1

27 Oct 19:15
Compare
Choose a tag to compare

v0.2.1 Release

Release notes

Maintenance release to change the ERROR_RESOURCE_NOT_FOUND error key in Controller.cs to be consistent with the one from AndcultureCode.CSharp.Core and AndcultureCode.CSharp.Testing, which provides an IResult test matcher.

Known issues

#14 Update Controller to reference error constant from Core

Contributors

@brandongregoryscott

v0.2.0 - OAuth Support

21 Aug 14:34
Compare
Choose a tag to compare

v0.2.0 Release

Release notes

  • Addition of middleware, dtos and other actors necessary to configure applications for OAuth.
  • Current support for Microsoft Accounts and Google, but new providers are as easy as creating new DTOs ;)

Known Issues

#9 Add OAuth Support

Contributors

@wintondeshong

v0.1.1 - Controller#Ok()

10 Aug 19:09
Compare
Choose a tag to compare

v0.1.1 Release

Release notes

Simple overload of parameterless Controller#Ok

Known Issues

#8 Added basic Controller#Ok that will return our standard Result wrapper

Contributors

@wintondeshong

v0.1.0 - Controller base classes

04 Aug 01:44
Compare
Choose a tag to compare

v0.1.0 Release

Release notes

Added base MVC and API controller classes along with required actors (ie. ApiClaimsPrincipal)

Known Issues

#7 Added base controller and api controllers

Contributors

@wintondeshong

v0.0.4 - Cookie configuration bug fix

30 Jul 18:47
Compare
Choose a tag to compare

v0.0.4 Release

Release notes

Simple fix with mistaken pluralization of 'Cookie' authentication configuration

Contributors

@wintondeshong

v0.0.3 - Controller Interfaces and Cookie Auth

30 Jul 17:02
Compare
Choose a tag to compare

v0.0.3 Release

Release notes

Controller Interfaces and Cookie Auth

Notable features:

  • API Controllers with conventional Get and Index methods can now use out-of-the-box extensions
  • Cookie configuration in application is a rolled up extension
  • Forward-For extensions easily configured with extension
  • Start of Web-project level appsettings/env config typings

Known issues

#6 New controller interfaces and cookie auth

Contributors

@wintondeshong