Thomas Landauer

Results 168 issues of Thomas Landauer

As already pointed out by @linaori in https://github.com/symfony/symfony-docs/pull/10423#discussion_r222777195, it's quite useless to create an empty controller, just for the route. So the recommended way should be to add it in...

Security
Status: Needs Review

Some questions which I think should be answered on https://symfony.com/doc/current/security/login_link.html#invalidate-login-links 1. What is the length of the generated link ("signed URL")? Is this configurable? 2. Which signing algorithm is used?...

Security

...since we're not talking about a "usual" login form (i.e. username+password) here.

Status: Needs Review

Main reason for changing this is to stop presenting `getParent()` of being the "default" (or normal) way of doing it. * I removed the "PHP extension" note-box, cause the (new)...

Form
Status: Reviewed

... to include the widgets created by ChoiceType as well. Might conflict with a minor change I just did in https://github.com/symfony/symfony-docs/pull/17066

Status: Needs Review

Status: Needs Review

Please double-check! The info is taken from PhpStorm's Symfony Plugin: https://espend.de/phpstorm/plugin/symfony#inspections: > A Session must not be used inside a constructor I think this should be explained here, since doing...

Status: Needs Review

Reason: monolog isn't installed by default: https://symfony.com/doc/current/logging.html

Status: Reviewed

I'm done with [`Date:`](https://github.com/zbateson/mail-mime-parser/issues/119), `From:` is next :-) I have this: ``` From: =?ISO-8859-1?Q?f=F6=F6b=E4r?= ``` And I want to get this: ``` fööbär ``` Currently, there's no easy way to...

enhancement
help wanted