Michal Sniatala
Michal Sniatala
**Describe the bug** When we require specific types of files, for example: `image/jpeg,image/jpg` and we try to drag and drop the whole folder of images. All photos are rejected due...
**Description** This PR ensures that the queue uses the correct connection group defined in the config file and disables strict mode for transactions. Due to the nature of the queue...
**Description** This PR adds tests for all database handlers. **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [...
**Description** This PR pins the Python version to `3.12`. Recently, we are not able to build the user guide correctly. This is because the `imghdr` module was removed in Python...
**Description** This PR adds support for the `synchronous` setting in SQLite3. It's not persistent across connections, which means it resets to the default (usually `2`) with every new connection. We...
**Description** This PR fixes a bug where complex language strings in the validation class are not handled properly. The problem was that in the validation class, we were forming the...
**Description** This PR fixes a bug in the `populateGlobals()` method in the `FeatureTestTrait` class. If the body format is set to `json` or `xml`, we should not use `setGlobal()` for...
**Description** This PR updates workflows to support PHP 8.4 **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [...
**Description** This PR adds support for task locking, enabling integration with the Tasks scheduler's `singleInstance()` feature. Note: This PR is only required if the corresponding PR in the Tasks package...
**Description** This PR removes the ability to define a custom config file for the queue (when using `service()`). From now on, configuration will rely exclusively on `config('Queue')`. If any changes...