Commit graph

38209 commits

Author SHA1 Message Date
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
167a7fc4ab Merge branch '3.3.x' 2024-10-19 19:06:44 +00:00
Marc Alexander
5abc36f651
Merge pull request #6734 from marc1706/ticket/17410
[ticket/17410] Only fall back acp main page when in ACP with test permission
2024-10-19 21:06:24 +02:00
Marc Alexander
c20790db0a Merge branch '3.3.x' 2024-10-19 15:26:13 +00:00
Marc Alexander
072001de9c
Merge pull request #6728 from rxu/ticket/17402-master
[ticket/17402] Add CLI reparser option to force reparsing BBCode - master
2024-10-19 17:15:42 +02:00
Marc Alexander
f971d7ffcb
Merge pull request #6722 from rxu/ticket/17402
[ticket/17402] Add CLI reparser option to force reparsing BBCode - 3.3.x
2024-10-19 17:14:58 +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
28f597e182
[ticket/17413] Use lang function in turnstile captcha
PHPBB-17413
2024-10-19 15:48:46 +02:00
rxu
ed145b8317
[ticket/17411] Fix docblock typo
PHPBB-17411
2024-10-18 23:28:56 +07:00
Marc Alexander
c1c5f6656f Merge branch '3.3.x' 2024-10-17 20:38:58 +00:00
Marc Alexander
26e49d4b15
Merge pull request #6732 from marc1706/ticket/17398
[ticket/17398] Add referer to delete cookies route to ensure proper URLs
2024-10-17 22:38:33 +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
dd1c6d647f
[ticket/17414] Remove not needed test captchas
PHPBB-17414
2024-10-17 19:52:29 +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
38ce4985f4
[ticket/17414] Use language class in adm_back_link()
PHPBB-17414
2024-10-17 19:52:06 +02:00
Marc Alexander
3e938ea765
[ticket/17413] Add full test coverage for turnstile class
PHPBB-17413
2024-10-17 19:51:54 +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
589fe70be6
[ticket/17414] Change handling of validate to new logic
PHPBB-17414
2024-10-17 19:50:25 +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
d85267707c
[ticket/17414] Add placeholder when there are no questions yet
PHPBB-17414
2024-10-17 19:48:36 +02:00
Marc Alexander
c02f8688c4
[ticket/17414] Convert acp captcha html to twig syntax
PHPBB-17414
2024-10-17 19:48:25 +02:00
Marc Alexander
8de8878d5e
[ticket/17414] Move captcha acp html to html files
PHPBB-17414
2024-10-17 19:48:09 +02:00
Marc Alexander
c27c1fa7a3
[ticket/17414] Support adding onchange to select
PHPBB-17414
2024-10-17 19:47:59 +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
15b51e3b8f
[ticket/17414] Deprecate captcha constants
PHPBB-17414
2024-10-17 19:46:13 +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
rxu
43ff56a7a7
[ticket/17411] Add core event to search.php
PHPBB-17411
2024-10-17 11:01:43 +07:00
rxu
626bf0ab7b
Merge branch 'ticket/17402' into ticket/17402-master 2024-10-17 00:34:05 +07:00
rxu
6c35cea146
[ticket/17402] Adjust description
PHPBB-17402
2024-10-17 00:31:42 +07:00
Marc Alexander
0c9d0cdbfb Merge branch '3.3.x' 2024-10-16 17:18:55 +00:00
Marc Alexander
62f9f53f46
Merge pull request #6699 from danieltj27/ticket/17376
[ticket/17376] Add aria label to quote reference link
2024-10-16 19:18:30 +02:00