Philipp Kitzberger
Philipp Kitzberger
# What this pr does This make sure that a non 200 response from solr is handled as a proper error. This patch is considered as a workaround rather than...
**Describe the bug** A 400 ("Bad request") response from solr doesn't seem to be handled as an error but leads to the indexing queue being stuck at where it's at....
We'd like to alter the set of pageTitleFields (\DmitryDulepov\Realurl\EncodeDecoderBase::$pageTitleFields) that is currently hardcoded to `array('tx_realurl_pathsegment', 'alias', 'nav_title', 'title', 'uid')`. With realurl 1.x it was possible to change those fields via...
It's a fix for version `8.6.0` that I couldn't find a branch for ;-(
Setting up the bi-directional relation enables: * BE users to see all related news when editing a tag record and alter that list * integrators to render related news when...
In case you wanna run `ct share:restore --mysql` from inside a docker container and there's a docker-compose.yml present that command quits with an exception because it fails to list all...
This patch enhances the command typo3:beuser by support of argon2i and argon2id hashing algorithms.
Sometimes it's not possible to place the .my.cnf file (containing the db password) into the users home folder on remote. So it'll be nice to specify a different location for...
We've got more than one file storage, so we had to enhance the `frontendFileApi` feature to support multiple storages. This might be a useful addition to the official repository? Maybe...