Ferdinand Kuhl
Ferdinand Kuhl
If I understand it correctly, repman extracts the metadata of all versions, but if you use a simple git repository as source (instead of GitHub for example) the Web UI...
### Description If you use a matcher in your Policy.yaml like that: ``` privilegeTargets: Neos\Flow\Security\Authorization\Privilege\Method\MethodPrivilege: MyPrivilegeName: matcher: "class(.*\\StartController)" ``` Flow will build a proxy for `TYPO3Fluid\\Fluid\\Core\\Variables\\StandardVariableProvider` which then does not...
Fixes #2870 **Upgrade instructions** **Review instructions** **Checklist** - [x] Code follows the PSR-2 coding style - [x] Tests have been created, run and adjusted as needed - [x] The PR...
BUG: Calling PersistenceManager->persistAll() with scheduled ValueObjects twice breaks Unit Of Work
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I'm not yet sure what the "minimal" set of actions triggers...
Building against >= PHP 8.1 with enabled debug breaks the functionality of Imagick. In my scenario even just "reading" an image did not work any more. The Test suite runs...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior If you have a Provider authenticating Tokens which implement SessionlessTokenInterface and...
**Upgrade instructions** Neos Setup should work now again **Review instructions** See inline comments - they should explain the idea of this change. This solves https://github.com/neos/neos-setup/issues/11 **Checklist** - [x] Code follows...
This change raises the default maximal wait time for FileBackend operations to 10 ms, while not affecting the performance on filesystems, which are able to react in the previous latency...
This is a first draft, to checkout if this is something you are even going to accept. (It is fully functionally though - but it needs to be documented -...