Michal Vrchota
Michal Vrchota
| Q | A | ------------- | --- |Description, reason for the PR| As mentioned in #2676 progress bars in CI logs are mess. This is mainly proof of concept...
Administration form for editing administrator does not have constraint for unique email. Therefore submitting existing administrator e-mail into the form results in error 500 (SQL unique index error). ### To...
Shopsys is generating plain text emails from HTML body with simple `strip_tags` https://github.com/shopsys/shopsys/blob/15.0/packages/framework/src/Model/Mail/Mailer.php#L69 And there is no way to disable this feature except override the whole method implementation. This approach...
If you change the index schema and run `php phing elasticsearch-export` in the same time when snapshot happens the migration will fail. This is because you can not delete index...
#### Description, the reason for the PR ... There appears to be bug when checking the `$onlyForCurrentTime` condition to load config for current time instead of config for all feeds......
The current release (including version 18.0 and 14.5) still depends on (locks on) [jQuery UI 1.12](https://github.com/shopsys/project-base/blob/18.0/app/package.json#L66) in admin UI, a library from 2016 with multiple known XSS vulnerabilities. Those are...