-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
79 changed files
with
1,156 additions
and
499 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -383,3 +383,5 @@ MigrationBackup/ | |
TestSite/App_Data/umbraco.licensing.log.txt | ||
|
||
TestSite/App_Data/Models/ | ||
|
||
.idea/ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package > | ||
<metadata> | ||
<id>AaronSadler.uCaptcha</id> | ||
<version>1.0.0</version> | ||
<title>UmbracoForms.uCaptcha</title> | ||
<authors>Aaron Sadler</authors> | ||
<owners>Aaron Sadler</owners> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<license type="expression">MIT</license> | ||
<projectUrl>https://github.com/AaronSadlerUK/UmbracoForms.uCaptcha</projectUrl> | ||
<icon>uCaptcha-logo.png</icon> | ||
<summary>A simple to use and integrate captcha plugin for Umbraco Forms which supports both hCaptcha and reCaptcha</summary> | ||
<description>A simple to use and integrate captcha plugin for Umbraco Forms which supports both hCaptcha and reCaptcha</description> | ||
<releaseNotes><![CDATA[1.0.0 Initial release]]></releaseNotes> | ||
<copyright>Copyright 2020</copyright> | ||
<tags>umbraco, umbraco-cms, hCaptcha, umbraco-forms, reCaptcha</tags> | ||
<dependencies> | ||
<group targetFramework=".NETFramework4.7.2"> | ||
<dependency id="UmbracoForms" version="8.4.1" /> | ||
<dependency id="UmbracoForms.Core" version="8.4.1" /> | ||
<dependency id="UmbracoCms" version="8.6.1" /> | ||
</group> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="..\..\UmbracoForms.uCaptcha\bin\Release\UmbracoForms.uCaptcha.dll" target="lib\net472" /> | ||
<file src="..\..\UmbracoForms.uCaptcha\Views\Partials\Forms\Fieldtypes\Fieldtype.uCaptcha.cshtml" target="content\Views\Partials\Forms\Fieldtypes\" /> | ||
<file src="..\..\UmbracoForms.uCaptcha\Views\Partials\Forms\Themes\default\Fieldtypes\Fieldtype.uCaptcha.cshtml" target="content\Views\Partials\Forms\Themes\default\Fieldtypes\" /> | ||
<file src="..\..\UmbracoForms.uCaptcha\App_Plugins\UmbracoForms.uCaptcha\" target="content\App_Plugins\UmbracoForms.uCaptcha\" /> | ||
<file src="..\uCaptcha-logo.png"/> | ||
</files> | ||
</package> |
Git LFS file not shown
Git LFS file not shown
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<umbPackage> | ||
<info> | ||
<package> | ||
<name>UmbracoForms.uCaptcha</name> | ||
<version>1.0.1</version> | ||
<iconUrl></iconUrl> | ||
<licence url="https://opensource.org/licenses/MIT">MIT</licence> | ||
<url>https://github.com/AaronSadlerUK/UmbracoForms.uCaptcha</url> | ||
<requirements type="strict"> | ||
<major>8</major> | ||
<minor>6</minor> | ||
<patch>0</patch> | ||
</requirements> | ||
</package> | ||
<author> | ||
<name>Aaron Sadler</name> | ||
<website>https://aaronsadler.dev</website> | ||
</author> | ||
<readme><![CDATA[A simple to use and integrate captcha plugin for Umbraco Forms which supports both hCaptcha and reCaptcha.]]></readme> | ||
</info> | ||
<files> | ||
<folder path="../UmbracoForms.uCaptcha/App_Plugins/UmbracoForms.uCaptcha" orgPath="App_Plugins/UmbracoForms.uCaptcha" /> | ||
<file path="../UmbracoForms.uCaptcha/bin/Release/UmbracoForms.uCaptcha.dll" orgPath="bin/UmbracoForms.uCaptcha.dll" /> | ||
<file path="../UmbracoForms.uCaptcha/Views/Partials/Forms/Themes/default/Fieldtypes/Fieldtype.uCaptcha.cshtml" orgPath="Views/Partials/Forms/Themes/default/Fieldtypes/Fieldtype.uCaptcha.cshtml" /> | ||
<file path="../UmbracoForms.uCaptcha/Views/Partials/Forms/Fieldtypes/Fieldtype.uCaptcha.cshtml" orgPath="Views/Partials/Forms/Fieldtypes/Fieldtype.uCaptcha.cshtml" /> | ||
</files> | ||
<Actions /> | ||
<control /> | ||
<DocumentTypes /> | ||
<Templates /> | ||
<Stylesheets /> | ||
<Macros /> | ||
<DictionaryItems /> | ||
<Languages /> | ||
<DataTypes /> | ||
</umbPackage> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
TestSite/App_Data/UmbracoForms/Data/workflows/1c42a1d4-f847-4f6b-9c04-883baa234e9d.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"id": "1c42a1d4-f847-4f6b-9c04-883baa234e9d", | ||
"name": "Send template email to [email protected]", | ||
"form": "b2fdb0f0-ed9d-4694-ba55-f309d9b8ba94", | ||
"active": true, | ||
"includeSensitiveData": "False", | ||
"workflowTypeId": "17c61629-d984-4e86-b43b-a8407b3efea9", | ||
"executesOn": "Submitted", | ||
"settings": { | ||
"Email": "[email protected]", | ||
"SenderEmail": "", | ||
"Subject": "The Form '{form_name}' was submitted", | ||
"RazorViewFilePath": "Forms/Emails/Example-Template.cshtml", | ||
"Attachment": "" | ||
}, | ||
"sortOrder": 1 | ||
} |
Oops, something went wrong.