Alexander Sulfrian
Alexander Sulfrian
Hi, can you provide a `config.php.example` and the sql schema, so that anyone can host an own copy of this? Thanks, Alex
`${var/pattern/string}` will only replace the first occurence. We should use `${var//pattern/string}` to replace all escaped slashes.
The table of the EditItemBitstreamsForm was extended in 3e49b04e325fca595cdde93f02143dc3d6006fa0, but the colspan values were not adjusted. It may be relevant for the styling of the table, because some rows will...
To support ipv6 the session sockets need to listen on the local interface the main connection arrived. This way the session sockets get the correct address family.
**Describe the bug**: If no key usage is set, an empty `keyUsage` extension will be generated in the certificate signing request. An additional `extendedKeyUsage` extension may be present. This is...
With the current composer.json the `htmLawed.php` is required on every request. It would maybe better to drop the autoloader and include somthing like: ``` "include-path": [ "./" ] ``` so...
### Bareos component version 23.0.3~pre121.285f8d75b ### Steps to reproduce I have a Job that is overwriting the NextPool from the Pool resource. But if the job is run from bconsole...
# Required information * Distribution: * Debian GNU/Linux 11 (bullseye) * `Linux 5.10.0-28-amd64 #1 SMP Debian 5.10.209-2 (2024-01-31) x86_64 GNU/Linux` * LXCFS version: 4.0.7 # Issue description With cgroup2 the...
``` Error: Call to a member function find() on null in bridges/QwerteeBridge.php line 17 index.php(68): RssBridge->main() lib/RssBridge.php(39): RssBridge->{closure}() lib/RssBridge.php(37): CacheMiddleware->__invoke() middlewares/CacheMiddleware.php(44): RssBridge->{closure}() lib/RssBridge.php(37): ExceptionMiddleware->__invoke() middlewares/ExceptionMiddleware.php(17): RssBridge->{closure}() lib/RssBridge.php(37): SecurityMiddleware->__invoke() middlewares/SecurityMiddleware.php(19): RssBridge->{closure}()...