Commits on Source (7)
-
-
-
-
-
Julian Pustkuchen authored
Issue #2493183 by Anybody, hswong3i, slasher13, rang501, fearlsgroove, Grevil, S_Bhandari, bceyssens, hass, alemadlei: Ajax support / Use behaviors
-
-
Julian Pustkuchen authored
Showing
- .gitlab-ci.yml 7 additions, 91 deletions.gitlab-ci.yml
- composer.json 2 additions, 2 deletionscomposer.json
- js/recaptcha.js 36 additions, 0 deletionsjs/recaptcha.js
- recaptcha.info.yml 1 addition, 1 deletionrecaptcha.info.yml
- recaptcha.libraries.yml 6 additions, 0 deletionsrecaptcha.libraries.yml
- recaptcha.module 59 additions, 35 deletionsrecaptcha.module
- recaptcha.services.yml 9 additions, 0 deletionsrecaptcha.services.yml
- src/EventSubscriber/RecaptchaSettingsConfigSubscriber.php 60 additions, 0 deletionssrc/EventSubscriber/RecaptchaSettingsConfigSubscriber.php
- src/Form/ReCaptchaAdminSettingsForm.php 2 additions, 2 deletionssrc/Form/ReCaptchaAdminSettingsForm.php
- src/ReCaptcha/RequestMethod/Drupal8Post.php 17 additions, 1 deletionsrc/ReCaptcha/RequestMethod/Drupal8Post.php
- tests/modules/recaptcha_test/config/install/captcha.captcha_point.recaptcha_test_ajax_form.yml 9 additions, 0 deletions...nstall/captcha.captcha_point.recaptcha_test_ajax_form.yml
- tests/modules/recaptcha_test/recaptcha_test.info.yml 8 additions, 0 deletionstests/modules/recaptcha_test/recaptcha_test.info.yml
- tests/modules/recaptcha_test/recaptcha_test.routing.yml 26 additions, 0 deletionstests/modules/recaptcha_test/recaptcha_test.routing.yml
- tests/modules/recaptcha_test/src/Controller/RecaptchaTestAjaxFormController.php 79 additions, 0 deletions...a_test/src/Controller/RecaptchaTestAjaxFormController.php
- tests/modules/recaptcha_test/src/Form/RecaptchaTestAjaxForm.php 79 additions, 0 deletions...modules/recaptcha_test/src/Form/RecaptchaTestAjaxForm.php
- tests/src/Functional/ReCaptchaBasicTest.php 26 additions, 10 deletionstests/src/Functional/ReCaptchaBasicTest.php
- tests/src/Functional/RecaptchaJavascriptTest.php 158 additions, 0 deletionstests/src/Functional/RecaptchaJavascriptTest.php
- tests/src/Kernel/ValidateD7MigrationStateTest.php 1 addition, 1 deletiontests/src/Kernel/ValidateD7MigrationStateTest.php
... | ... | @@ -19,7 +19,7 @@ |
}, | ||
"license": "GPL-2.0-or-later", | ||
"require": { | ||
"drupal/captcha": "^1.4 || ^2", | ||
"google/recaptcha": "^1.2" | ||
"drupal/captcha": "^1.15 || ^2.0", | ||
"google/recaptcha": "^1.3" | ||
} | ||
} |
js/recaptcha.js
0 → 100644
recaptcha.libraries.yml
0 → 100644
recaptcha.services.yml
0 → 100644