Søren Malling
Søren Malling
As a follow up, on our [Neos & Flow future talk](https://codimd.cloud.sandstorm.de/79o-wvb9Rbu65cc-eLW-nQ?edit#) on the Dresden sprint. The topic about using already existing PHP libraries was brought up on several occasions. I...
Annotate methods with `@Flow\Policy` to create policy configuration The annotation format is as follows: ``` /** * This annotation grants the role Neos.Flow:AnnotatedRole to a created privilege for the current...
### Description The current "Standard View" looks like this  and is resolved via this controller https://github.com/neos/flow/blob/master/Classes/Mvc/Controller/StandardController.php We can create a more embracing look and feel of this and provide...
WIP and not working (will throw a exception in runtime build) * Add a signal to the `initializeRoutesConfiguration` method of the router * Introduces a resolve method to get controller...
### Description If a model has a `PersistentResource` as a property and a custom validator attached, validating ex. the Media Type (allow only jpg and png) the PersistentResource is persisted...
When passing a object to the UriBuilder, the DynamicRoutePart only looks for a value, via the PersistenceManager. So even if, the object had a `__toString` method, to represent ex. a...
### Description Based on the topic form Discuss "[Could we build a version of Flow without doctrine orm / database requirement](https://discuss.neos.io/t/could-we-build-a-version-of-flow-without-doctrine-orm-database-requirement/2187)" This is a umbrella task on the topic "Move...
**What I did** Introducing a AccountInterface to avoid hardcoding authentication to only a Neos.Flow defined model. This also opened for a streamlining of the AccountInterface object, so the following ValueObjects...
If you define a SubRoutes in your `Routes.yaml` without the `package` key Flow throws a exception like this ``` throw new Exception\ParseErrorException(sprintf('Missing package configuration for SubRoute in Route "%s".', ```...
**Søren Malling:rainbowsheep: 3:12 PM** I seem to have found a change in FLOW 6.0 I can't find mentioned in the changelog or other docs. When the Neos\Flow\Security\Context class is injected...