Hans Tuscher

Results 79 comments of Hans Tuscher
trafficstars

I'll take a look

As we urgently needed that, I just built it. See my PR. So thankful for this library. Doing SAML is just pain in PHP.

We are using it in a production application with Symfony 4.3.8 and API Platform.

You can implement that yourself using CompilerPass in Symfony.

As both use cases exist, it would be great if this would simply be a right that can be assigned to a role.

@DrillSergeant Local (everything of significance): ``` Neos.Fusion 7.1.0 Neos.Fusion.Afx 7.1.0 Neos.Fusion.Form 2.0.3 Neos.Neos 7.1.0 Neos.Neos.Ui 7.1.1 Neos.Seo 3.2.0 Neos.Form 5.2.2 Neos.RedirectHandler 5.0.0 Sitegeist.Kaleidoscope 6.1.0 Neos.NodeTypes.BaseMixins 7.1.0 Neos.NodeTypes.AssetList 7.1.0 Neos.NodeTypes.ColumnLayouts 7.1.0...

At least PHP is fixed with https://github.com/webdevops/TYPO3-docker-boilerplate/pull/143

You can do this: ```yaml version: '3.7' services: app: volumes: - ./app:/app:cached - app-cache:/app/var:nocopy volumes: app-cache: ```

Yes that works, but you have to do `chown 1000:1000 /app/var` inside of the container once of course.

Of course you could. I'm personally not supporting TYPO3 anymore. Am Do., 26. März 2020 um 08:46 Uhr schrieb TimoWinkler < [email protected]>: > @hhoechtl can you put this inside a...