Marius Karstedt
Marius Karstedt
Hello, this is the fix for the issue #613. ### The issue The problem was that the route `/κκκκ` was not accessible. After some debugging, I found out that the...
Hello @skipperbent, this PR fixes the issue with php 8.1 reported by @AlexanderSchaller in #605. `string 'strtolower(): Passing null to parameter #1 ($string) of type string is deprecated'` The issue...
PHP >= 7.3
Hey, require PHP 7.3 and upgrade to PHPUnit tests v8.5 in the next major release. [PHP 7.1 isn't supported anymore](https://www.php.net/supported-versions.php).
Hello @skipperbent, after you merged the PR #515 bringing support for PHP 7.3 and an upgraded for phpstan, this PR focuses on the release for support PHP 7.4. I did...
Hello @skipperbent, thanks to the Issue #606 by @riku22, after some deep debugging, I was able to discover two cases, where the rewriteCallback return value is ignored and therefor not...
Hello @skipperbent, thanks to the issue #599 reported by @vrgblzs I changed `if ($post !== false) {` to `if ($post !== null) {`. ~ Marius
Hello, in my route a parameter can contain an forward slash. How can I tell the router not to handle the slash as a new parameter? I tried a custom...
Hey, when I use the files backend, everything works as expected. ``` time="2023-05-16T08:39:07Z" level=debug msg="user admin acl authenticated with backend Files" time="2023-05-16T08:39:07Z" level=debug msg="Acl is true for user admin" ```...
Hello, I think you should state out in the README that the u2f api ist deprecated since February 2022. You can read about that for example in [this article](https://thenewstack.io/deprecation-from-u2f-api-to-webauthn/). Since...
Hello @arshaw, I implemented support for the drag start and end events for external draggable elements (#7431). My use case is that I have a table with a different layout...