1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-18 23:51:49 +02:00
Commit Graph

100 Commits

Author SHA1 Message Date
Marc Alexander
dd49bb4a0a [ticket/17414] Remove idempotency and use user ip for check
PHPBB-17414
2024-10-22 19:00:17 +02:00
Marc Alexander
3b27b65c76 [ticket/17414] Change incomplete CAPTCHA to extend new base class
PHPBB-17414
2024-10-20 10:55:15 +02:00
Marc Alexander
fd994f4742 [ticket/17414] Add unit test for legacy wrapper
PHPBB-17414
2024-10-20 09:43:45 +02:00
Marc Alexander
08ab64a3b2 [ticket/17414] Improve docblocks in legacy wrapper
PHPBB-17414
2024-10-20 09:04:36 +02:00
Marc Alexander
fa66bc5150 [ticket/17414] Fix small issues with compatibility to legacy captchas
PHPBB-17414
2024-10-19 16:55:53 +02:00
Marc Alexander
687448be49 [ticket/17414] Clean up small code issues noticed by sniffer
PHPBB-17414
2024-10-17 19:57:31 +02:00
Marc Alexander
1e80400d09 [ticket/17414] Extend unit test coverage for base class
PHPBB-17414
2024-10-17 19:52:17 +02:00
Marc Alexander
61e265e4b4 [ticket/17413] Start implementation of unit tests
PHPBB-17413
2024-10-17 19:51:42 +02:00
Marc Alexander
9eb18f351b [ticket/17413] Fix setting solved state on valid confirm code
PHPBB-17413
2024-10-17 19:51:17 +02:00
Marc Alexander
db25443bc5 [ticket/17413] Clean up turnstile code and add attempt counting
PHPBB-17413
2024-10-17 19:51:04 +02:00
Marc Alexander
cf16a76f0c [ticket/17414] Move more functionality to base and fix turnstile language
PHPBB-17414
2024-10-17 19:50:47 +02:00
Marc Alexander
48454308ae [ticket/17414] Replace confirm types with enum
PHPBB-17414
2024-10-17 19:50:36 +02:00
Marc Alexander
c382f81222 [ticket/17413] Add language and theme settings for turnstile
PHPBB-17413
2024-10-17 19:50:13 +02:00
Marc Alexander
8290cdb7e7 [ticket/17413] Make turnstile captcha work on registration page
PHPBB-17413
2024-10-17 19:50:02 +02:00
Marc Alexander
01dd0b168a [ticket/17414] Create abstract base class for captchas
PHPBB-17414
2024-10-17 19:49:49 +02:00
Marc Alexander
2500f722ab [ticket/17413] Add acp settings for turnstile captcha
PHPBB-17413
2024-10-17 19:49:38 +02:00
Marc Alexander
b55b42d09f [ticket/17413] Add migration for turnstile and acp demo
PHPBB-17413
2024-10-17 19:49:27 +02:00
Marc Alexander
52acd2709b [ticket/17413] Continue implementation of turnstile captcha
PHPBB-17413
2024-10-17 19:49:14 +02:00
Marc Alexander
2a6609013d [ticket/17414] Remove request data from validate call
PHPBB-17414
2024-10-17 19:49:01 +02:00
Marc Alexander
6a34de543b [ticket/17414] Add get_template function to plugin interface
PHPBB-17414
2024-10-17 19:48:48 +02:00
Marc Alexander
edce13c777 [ticket/17414] Add get_hidden_fields to interface
PHPBB-17414
2024-10-17 19:47:47 +02:00
Marc Alexander
3676e895f3 [ticket/17414] Remove uninstall method from captcha plugins
PHPBB-17414
2024-10-17 19:47:35 +02:00
Marc Alexander
8429145241 [ticket/17414] Remove install steps for captcha plugins
This should be handled by migrations instead.

PHPBB-17414
2024-10-17 19:47:19 +02:00
Marc Alexander
89bb72c277 [ticket/17415] Correctly wrap legacy captchas
PHPBB-17415
2024-10-17 19:47:07 +02:00
Marc Alexander
ae9f97b7e2 [ticket/17415] Move install step of Q&A to migration
PHPBB-17415
2024-10-17 19:46:48 +02:00
Marc Alexander
e84e9cace4 [ticket/17414] Extend plugin interface and wrapper
PHPBB-17414
2024-10-17 19:46:33 +02:00
Marc Alexander
1b89184489 [ticket/17415] Start adding legacy wrapper for old captchas
PHPBB-17415
2024-10-17 19:45:55 +02:00
Marc Alexander
b828c56dc9 [ticket/17414] Start work on new captcha classes
PHPBB-17414
2024-10-17 19:45:28 +02:00
Marc Alexander
6747c4e62a Merge branch '3.3.x' 2024-07-28 20:47:17 +02:00
Marc Alexander
8639be4bd4 [ticket/17366] Remember confirm code if recaptcha v3 is solved
PHPBB-17366
2024-07-07 11:31:18 +02:00
Marc Alexander
e83f25a448 [ticket/12960] Remove not needed extra language variable
PHPBB3-12960
2024-04-19 08:49:57 +02:00
Marc Alexander
d1e2e39469 [ticket/12960] Add tests for incomplete captcha
PHPBB3-12960
2024-04-19 08:43:49 +02:00
Marc Alexander
1baf5c295e [ticket/12960] Add missing docblocks to incomplete captcha
PHPBB3-12960
2024-04-17 20:08:16 +02:00
Marc Alexander
716c1ca8eb [ticket/12960] Add incomplete captcha to prevent registration
PHPBB3-12960
2024-04-03 20:39:39 +02:00
Marc Alexander
12e9c3d082 [ticket/12960] Remove broken captchas and prepare for incomplete captcha
PHPBB3-12960
2024-04-03 20:39:38 +02:00
Marc Alexander
661a8a6117 [ticket/17281] Update psalm config and fix issues
PHPBB3-17281
2023-12-30 17:41:12 +01:00
Ruben Calvo
daa2dd280c [ticket/16955] Fix most return types in phpdoc
PHPBB3-16955
2023-01-02 14:17:04 +01:00
Ruben Calvo
3e8fced5c8 [ticket/16955] Fix phpdoc annotations and return types
PHPBB3-16955
2022-12-31 16:18:06 +01:00
Marc Alexander
35228ffd62 [ticket/16955] Clean up captcha classes
PHPBB3-16955
2022-12-28 08:37:22 +01:00
Marc Alexander
d5dab4def9 [master] Fix master phing sniff 2022-12-11 14:31:50 +01:00
Marc Alexander
67fa7ad060 Merge branch '3.3.x' 2022-12-09 21:43:17 +01:00
Marc Alexander
ad9e5e6891 [ticket/16105] Replace const with lowercase version
PHPBB3-16105
2022-11-21 17:24:11 +01:00
Marc Alexander
b828efa9e6 [ticket/16105] Use domain setting for recaptcha v2 as well
PHPBB3-16105
2022-11-21 17:24:11 +01:00
Marc Alexander
c66923bafc [ticket/16105] Add domain selection to recaptcha v2 & check against list
PHPBB3-16105
2022-11-21 17:24:10 +01:00
wordlesswind
ebc5e1ead0 [ticket/16105] Use Google reCAPTCHA globally
PHPBB3-16105
2022-11-21 17:23:39 +01:00
Marc Alexander
ce08da5165 [ticket/16748] Enable code sniffing for static placement and adjust code
PHPBB3-16748
2021-04-03 23:12:04 +02:00
Marc Alexander
53dfba003e Merge branch '3.3.x' 2021-03-09 19:58:19 +01:00
Marc Alexander
bf5f0bb8f7 [ticket/16655] Add support for custom error message when exceeding attempts
PHPBB3-16655
2021-03-07 12:03:49 +01:00
Marc Alexander
313ecb4e82 Merge branch '3.3.x' 2021-01-03 20:51:14 +01:00
3D-I
7210cb8e99 [ticket/16653] Fix Recaptcha-v3 default request method
PHPBB3-16653
2020-12-10 07:26:16 +01:00