Alexander Stehlik

Results 10 issues of Alexander Stehlik

I recently stumbled over an issue with (possibly invalid) dashes in domain names: ``` some-name@with—invalid—dashes.de ``` This validator accepts the address as valid. The mailserver disagrees. When sending an email...

bug

### Bug Report Providing options with the FTP `LIST` command (e.g. `LIST -aln /`) is not supported any more by the FileZilla server. I'm not sure if the new behavior...

See https://github.com/nextcloud/server/issues/33048 for more background. In a Nutshell: * The contacts app makes many requests to load contact images like `/remote.php/dav/addressbooks/users///.vcf?photo=` * The `ProxyErrorOverride` config in Uberspace accounts hides the...

## Expected Behavior No security vulnerabilities are reported during composer install. ## Actual Behavior The dependency to padraic/phar-updater introduces a security vulnerability: | Package | padraic/humbug_get_contents | |---------------------|-----------------------| | CVE...

Only columns that contain a short date an nothing else will be treated as short dates. This makes sure that texts containing a short date somewhere will not be treated...

A new setting "sortLocaleOverride" is introduced that allows passing an array of locales that should be used for sorting. This patch is based on pull request #56

**Describe the bug** Running `sudo composer self-update` to the latest Composer version 2.7.0 in the `dockware/flex:latest` fails with newer PHP versions. **To Reproduce** Running with default PHP: ```bash docker run...

**Describe the bug** Providing the environment variable `NODE_VERSION` to the container does not have the expected effect. **To Reproduce** Steps to reproduce the behavior: 1. Run the command from the...

It would be great if prophecies are recognized, that are defined in a parent class (e.g. in the `setUp()` method). For example: ```php class TheParentTest extends \PHPUnit\Framework\TestCase { /** *...

todo

### 1. Why is this change necessary? The `plugin:refresh` command currently fails when the `composer.json` in the project root is a plugin. ### 2. What does this change do, exactly?...

Scheduled
Area: Core