Skip to content

v1.0.0: Merge pull request #5 from jgdevlabs/dev

Compare
Choose a tag to compare
@jooni91 jooni91 released this 29 Feb 15:08
· 75 commits to master since this release
bd3df95

Changes:

  • bd3df95 Merge pull request #5 from jgdevlabs/dev
  • 91a235d Added V3 response properties to the ValidationResponse model. Those will be always null for V2 validation requests.
  • c7dffc2 Update azure-pipelines.yml for Azure Pipelines
  • 1f6c06a Update pr-pipelines.yml for Azure Pipelines
  • d78584a Update pr-pipelines.yml for Azure Pipelines
  • 9f63710 Update README.md
  • b81d532 Update README.md
  • 3c3ae63 Update README.md
  • 9145443 Merge pull request #4 from jgdevlabs/dev
  • 4d4234a Further removing one more dependency from the project.
See More
  • 3241e33 Updating the nuget description metadata field for the project.
  • ced1fd1 Updating dependencies for the project. To keep the dependency count as small as possible, we had to create an own IActionResult implementation for failed validation requests.
  • 26ed33a Merge pull request #3 from jgdevlabs/dev
  • 5b909b5 Try fix pr-pipeline so that it won't get triggered each time when changes are pushed to branches.
  • d132986 Remove samples from this repo. A new repo will be created for samples of this package.
  • c9545a7 Refactoring namespace. The default namespace is now Griesoft.AspNetCore.ReCaptcha. Moved all content to that namespace.
  • 6d30b12 Update samples.
  • 9fd0002 Merge pull request #2 from jgdevlabs/dev
  • 1f54273 Add PR pipeline to project
  • dcbb328 Run deployment only on master. [skip ci]
  • 8ab569a Fix path to .ps1 file.
  • 454356a Fix bug with bump version script
  • d802f34 Add version bumping to the deployment stage
  • e0d087b Update azure-pipelines.yml for Azure Pipelines
  • 50357c3 Update README.md
  • d10900a Update README.md
  • 16d8f71 Update README.md
  • ff3f5e3 Add missing documentation and clean up code.
  • b10907e Add a few more unit tests, which make sure construction of objects is going like expected.
  • f85900d Add globally configurable options for reCAPTCHA tag helpers.
  • 414ea6c Added multi-targeting with the support for net461, netcoreapp2.1 and netcoreapp3.0. Also changed some of the dependencies for a cleaner overview of them.
  • b467070 Fixed some broken unit tests.
  • 345136c Add NullableAttributes to the project for backwards compatibility as a fake.
  • 68d0026 Generate docs on build.
  • 33f7c82 Added an tag manager for invisible reCAPTCHA.
  • 81fff5a Never expose the SecretKey to the public outside of the assembly. Reduces risk of using it as the SiteKey on a view by accident.
  • d707ab9 Updated RecaptchaTagHelper and tests to it's new functionality, which does not include invisible recaptcha creation anymore. A new tag helper will be created for that purpose.
  • b691e07 Added a RecaptchaTagHelper which renders the actuall g-recaptcha div element. Contains support for all types of V2 reCAPTCHA.
  • 0ad63a3 Make sure src, async and defer attributes are added only once and always contain the expected value.
  • 0f3fd06 Don't allow content in the script and make it self closing, but the output should always have a start and end tag.
  • 3800911 Add tests for the RecaptchaScriptTagHelper.
  • a17efb7 Make sure content gets cleared.
  • 3c8b3bc Add a recaptcha-script tag helper, which is responsible for adding a script tag to load the recaptcha javascript api.
  • dc4d6fd Make this class public, dependency injection otherways struggles creating instances of it in tag helpers especially.
  • 5223600 Add testing sitekey and secretkey to the project.
  • bfdd092 Change token key name to g-recaptcha-response, because this is the name the automatic recaptcha process is adding to the form.
  • a538def Make properties public, otherwise binding of settings doesn't work.
  • d6b8e59 Add some additional NuGet metadata to .csproj.
  • 2fe7b06 Bring dev up to date with master. [skip ci]
  • a187381 Do not push artifact on master [skip ci]
  • 02fadad Get dev branch up to date. [skip ci]
  • 1a5744e Push master to CI feed
  • 67983af Merge pull request #1 from jgdevlabs/dev
  • 1484706 Update azure-pipelines.yml for Azure Pipelines [skip ci]
  • 15ba4fc Update azure-pipelines.yml for Azure Pipelines
  • b4a2265 Update azure-pipelines.yml for Azure Pipelines
  • 49fb74a Update azure-pipelines.yml for Azure Pipelines
  • 92c9d75 Update azure-pipelines.yml for Azure Pipelines
  • fb42390 Update azure-pipelines.yml for Azure Pipelines
  • a148584 Update azure-pipelines.yml for Azure Pipelines
  • 855e6bc Update azure-pipelines.yml for Azure Pipelines
  • 643eb44 Update azure-pipelines.yml for Azure Pipelines
  • b48eea0 Update azure-pipelines.yml for Azure Pipelines
  • 01ea2c3 Update azure-pipelines.yml for Azure Pipelines [skip ci]
  • 6f7ca09 Update azure-pipelines.yml for Azure Pipelines [skip ci]
  • 7fd4896 Update azure-pipelines.yml for Azure Pipelines
  • 0c01d0a Update azure-pipelines.yml for Azure Pipelines
  • e26ec6b Update azure-pipelines.yml for Azure Pipelines
  • 75f6f16 Update azure-pipelines.yml for Azure Pipelines
  • 2f71315 Update azure-pipelines.yml for Azure Pipelines
  • f12cf80 Update azure-pipelines.yml for Azure Pipelines
  • 902fac5 Update azure-pipelines.yml for Azure Pipelines
  • 03ad31d Update azure-pipelines.yml for Azure Pipelines
  • 2016735 Update azure-pipelines.yml for Azure Pipelines
  • 433efea Update azure-pipelines.yml for Azure Pipelines
  • 2833962 Update azure-pipelines.yml for Azure Pipelines
  • 8404332 Update azure-pipelines.yml for Azure Pipelines
  • 73a6333 Update azure-pipelines.yml for Azure Pipelines
  • 1fa67d5 Create README.md
  • 6cf9e72 Set up CI with Azure Pipelines
  • c88992b Create LICENSE
  • 18d0664 Add project files.

This list of changes was auto generated.