stable

Clone or download

Read-only

Merge commit 'a71eaf7aa17e0eab2984fe2bcbd1c09cd74d0112'; commit '75c536e1254d78be0792f09c7c15ef6328c64135' into HEAD

* commit 'a71eaf7aa17e0eab2984fe2bcbd1c09cd74d0112': request #11067: Captcha configuration is not accessible with nginx * commit '75c536e1254d78be0792f09c7c15ef6328c64135': request #11066: Introduce usage of prepared statements to query the SQL database

Modified Files

Name
A plugins/captcha/etc/nginx18/captcha.conf +23 −0 Go to diff View file
M plugins/captcha/include/Captcha/ConfigurationRetriever.php +2 −2 Go to diff View file
M plugins/captcha/include/Captcha/DataAccessObject.php +16 −25 Go to diff View file
A src/common/DB/DBFactory.php +48 −0 Go to diff View file
A src/common/DB/DataAccessObject.php +44 −0 Go to diff View file
M src/common/autoload.php +4 −2 Go to diff View file
M src/composer.json +2 −1 Go to diff View file
M src/composer.lock +55 −1 Go to diff View file