Bernhard Rusch

Results 231 comments of Bernhard Rusch

Would love to see a PR for that! 🥰 In the meantime you can give the AsyncAws Flysystem adapter a try.

Why not just use any other name for the `test` end, like `testing` - that should get around the issue, right? Actually we're also not able to find the root...

I'm afraid that we can't just change the default to use CropBox instead of MediaBox, because there are also use-cases in Pimcore where you might want MediaBox, e.g. when using...

I'd add a custom header to the response if the CSRF token is invalid and then do a check and redirect here: https://github.com/pimcore/pimcore/blob/b7cf6da36c28e59ff224b7807e35f630057e8bd0/bundles/AdminBundle/Resources/public/js/pimcore/startup.js#L232 and the custom header here: https://github.com/pimcore/pimcore/blob/0a4f27dbecc3829041569846aec535959fa349bc/bundles/AdminBundle/Security/CsrfProtectionHandler.php#L68 wdyt?

Ah sorry, I meant, destroy the session and redirect to login screen.

Yes, so my proposal is: 1. add a custom header to the request exception here: https://github.com/pimcore/pimcore/blob/b7cf6da36c28e59ff224b7807e35f630057e8bd0/bundles/AdminBundle/Resources/public/js/pimcore/startup.js#L232 so that we can check whether the `403` comes from the CSRF listener or...

@NiklasBr Adminer seems to be a different issue directly in Adminer 😊

@BlackbitNeueMedien any new findings here? Thanks for a quick feedback! 😊

Tried now several things, also the non-existent custom logo, but still now chance to reproduce that 🤔

Got one scenario ... you're logged in and you open /admin/login/lostpassword in another tab.