Lukas Bestle
Lukas Bestle
The routes can currently be accessed without any authentication. I think you should make sure that a user is logged in and/or use HTTP basic auth for this.
Thanks for creating this simple and useful tool. I have been using it for a few years and now wanted to switch one machine to the `fish` shell, which is...
**Describe the bug** The `TextInput.vue` sets `autocomplete=off` and `spellcheck=off` by default. **Expected behavior** The `spellcheck` attribute should default to being not set (so the browser's default will be used). The...
## This PR … ### Fixes - Uploaded XML files are no longer blocked because they contain links to external domains #3433 ### Breaking changes - Kirby's upload sanitizer no...
## This PR … ### Fixes - Asset URLs no longer start with two slashes if the site's base URL was configured as `/` #4508 ### Breaking changes None ##...
## Basic example **URLs:** ``` /page/subpage /de/seite/unterseite ``` **Request mapping right now:** ``` /page/subpage ✅ /de/seite/unterseite ✅ /de/page/subpage -> serves the page /de/seite/unterseite /de/seite/subpage -> same here /de/page/unterseite -> same...
From a discussion with @nilshoerrmann on Discord: The error can only be fixed by clearing the session cookie from the user's browser. So the exception could pass a flag in...
## This PR … ### Features - New `$cache->getObject()` method to get a full `Value` object from the cache, not just the pure value - New `$cache->store()` method to store...
It is now possible for plugins to register custom login methods for display in the login form: **Login method buttons with custom action:** ```js panel.plugin("yourname/login", { loginMethods: { twitter: {...
- PHPMD version: 2.10.2 - PHP Version: 8.0.9 - Installation type: Composer - Operating System / Distribution & Version: macOS 10.15.7 & Ubuntu 20.04.3 LTS (GitHub Actions) ### Current Behavior...