diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..de71a2e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.zip filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text diff --git a/App_Plugins/UmbracoForms/Images/hCaptcha.png b/App_Plugins/UmbracoForms/Images/hCaptcha.png deleted file mode 100644 index 687cf61..0000000 Binary files a/App_Plugins/UmbracoForms/Images/hCaptcha.png and /dev/null differ diff --git a/Releases/UmbracoForms.hCaptcha_0.0.1.zip b/Releases/UmbracoForms.hCaptcha_0.0.1.zip new file mode 100644 index 0000000..e7c8517 --- /dev/null +++ b/Releases/UmbracoForms.hCaptcha_0.0.1.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0924188a61b5065de25378903b8d12376cbd2c464c515675555bb9b91dd20e1 +size 24643 diff --git a/AppSettingsManager.cs b/UmbracoForms.hCaptcha/AppSettingsManager.cs similarity index 100% rename from AppSettingsManager.cs rename to UmbracoForms.hCaptcha/AppSettingsManager.cs diff --git a/App_Plugins/UmbracoForms/Backoffice/Common/FieldTypes/hcaptchafield.html b/UmbracoForms.hCaptcha/App_Plugins/UmbracoForms/Backoffice/Common/FieldTypes/hcaptchafield.html similarity index 100% rename from App_Plugins/UmbracoForms/Backoffice/Common/FieldTypes/hcaptchafield.html rename to UmbracoForms.hCaptcha/App_Plugins/UmbracoForms/Backoffice/Common/FieldTypes/hcaptchafield.html diff --git a/App_Plugins/UmbracoForms/Backoffice/Common/SettingTypes/hcaptchaerrormessage.html b/UmbracoForms.hCaptcha/App_Plugins/UmbracoForms/Backoffice/Common/SettingTypes/hcaptchaerrormessage.html similarity index 100% rename from App_Plugins/UmbracoForms/Backoffice/Common/SettingTypes/hcaptchaerrormessage.html rename to UmbracoForms.hCaptcha/App_Plugins/UmbracoForms/Backoffice/Common/SettingTypes/hcaptchaerrormessage.html diff --git a/App_Plugins/UmbracoForms/Backoffice/Common/SettingTypes/hcaptchasize.html b/UmbracoForms.hCaptcha/App_Plugins/UmbracoForms/Backoffice/Common/SettingTypes/hcaptchasize.html similarity index 100% rename from App_Plugins/UmbracoForms/Backoffice/Common/SettingTypes/hcaptchasize.html rename to UmbracoForms.hCaptcha/App_Plugins/UmbracoForms/Backoffice/Common/SettingTypes/hcaptchasize.html diff --git a/App_Plugins/UmbracoForms/Backoffice/Common/SettingTypes/hcaptchatheme.html b/UmbracoForms.hCaptcha/App_Plugins/UmbracoForms/Backoffice/Common/SettingTypes/hcaptchatheme.html similarity index 100% rename from App_Plugins/UmbracoForms/Backoffice/Common/SettingTypes/hcaptchatheme.html rename to UmbracoForms.hCaptcha/App_Plugins/UmbracoForms/Backoffice/Common/SettingTypes/hcaptchatheme.html diff --git a/UmbracoForms.hCaptcha/App_Plugins/UmbracoForms/Images/hCaptcha.png b/UmbracoForms.hCaptcha/App_Plugins/UmbracoForms/Images/hCaptcha.png new file mode 100644 index 0000000..713484b --- /dev/null +++ b/UmbracoForms.hCaptcha/App_Plugins/UmbracoForms/Images/hCaptcha.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:600a94551cbe3b0f6464d02bdffe93873bf3f5d562542c9fd5a9cde9c5ea39a7 +size 4986 diff --git a/Properties/AssemblyInfo.cs b/UmbracoForms.hCaptcha/Properties/AssemblyInfo.cs similarity index 100% rename from Properties/AssemblyInfo.cs rename to UmbracoForms.hCaptcha/Properties/AssemblyInfo.cs diff --git a/UmbracoForms.HCaptcha.csproj b/UmbracoForms.hCaptcha/UmbracoForms.HCaptcha.csproj similarity index 100% rename from UmbracoForms.HCaptcha.csproj rename to UmbracoForms.hCaptcha/UmbracoForms.HCaptcha.csproj diff --git a/UmbracoForms/Models/HCaptchaVerifyResponse.cs b/UmbracoForms.hCaptcha/UmbracoForms/Models/HCaptchaVerifyResponse.cs similarity index 100% rename from UmbracoForms/Models/HCaptchaVerifyResponse.cs rename to UmbracoForms.hCaptcha/UmbracoForms/Models/HCaptchaVerifyResponse.cs diff --git a/UmbracoForms/hCaptchaField.cs b/UmbracoForms.hCaptcha/UmbracoForms/hCaptchaField.cs similarity index 100% rename from UmbracoForms/hCaptchaField.cs rename to UmbracoForms.hCaptcha/UmbracoForms/hCaptchaField.cs diff --git a/Views/Partials/Forms/Fieldtypes/Fieldtype.hCaptcha.cshtml b/UmbracoForms.hCaptcha/Views/Partials/Forms/Fieldtypes/Fieldtype.hCaptcha.cshtml similarity index 100% rename from Views/Partials/Forms/Fieldtypes/Fieldtype.hCaptcha.cshtml rename to UmbracoForms.hCaptcha/Views/Partials/Forms/Fieldtypes/Fieldtype.hCaptcha.cshtml diff --git a/Views/Partials/Forms/Themes/default/Fieldtypes/Fieldtype.hCaptcha.cshtml b/UmbracoForms.hCaptcha/Views/Partials/Forms/Themes/default/Fieldtypes/Fieldtype.hCaptcha.cshtml similarity index 100% rename from Views/Partials/Forms/Themes/default/Fieldtypes/Fieldtype.hCaptcha.cshtml rename to UmbracoForms.hCaptcha/Views/Partials/Forms/Themes/default/Fieldtypes/Fieldtype.hCaptcha.cshtml diff --git a/app.config b/UmbracoForms.hCaptcha/app.config similarity index 100% rename from app.config rename to UmbracoForms.hCaptcha/app.config diff --git a/packages.config b/UmbracoForms.hCaptcha/packages.config similarity index 100% rename from packages.config rename to UmbracoForms.hCaptcha/packages.config