Søren Malling

Results 23 issues of 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...

I: Needs feedback
P: Flow
I: Discussion

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 ![image](https://user-images.githubusercontent.com/531918/92450708-0b108880-f1bc-11ea-91d3-018f4a3c7752.png) 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...

P: Flow
I: Discussion
Good first issue

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...

I: Discussion
Bug

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...

T: PHP
P: Flow
I: Discussion
!!! Next major

**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".', ```...

T: PHP
I: Needs feedback
P: Flow
I: Discussion

**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...

!!! Next major
Feature