Bastien Serprix
Bastien Serprix
## Expected Behavior Log in once, then stay logged without having to request / validate a token. ## Current Behavior On each request, the verification of "logged in user" is...
Resolving issue #143
It seems that the `checkUniqueEntity` validator is missing a big point : if I'm updating an User entity , leting the unique field `login` with its original value, the validator...
I think i'm facing a huge error of conception here :/ My problem is that I have one Form Type, but it is rendered multiple times into a single page...
Hi everyone, I tried to install php-phantomjs on a Symfony 3.3 project, that use also twig ^2.0 (but I could set ^1.0 without any problem I think). My problem is...
### Please confirm that you have: - [X] Searched [existing issues](.) to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional...
### Request Add nonce csp to `` and `` tags in blade views. Actually when I'm reaching my app, I've got CSP issues :  ### Solution By adding `nonce="{{...
In `getClassNameForRelationships` methods, usage of `class_basename` allows to get the class without the FQN, causing an issue when multiple classes are called with the same base name in the project....