Alvaro Flaño
Alvaro Flaño
The method `getIdentifier()` defined in https://github.com/sensiolabs/SensioFrameworkExtraBundle/blob/1032c7077fd1a6f24f98b5a8377938000859f35d/Request/ParamConverter/DoctrineParamConverter.php#L150 used to be `protected` so you could do things like using the hashid to get the Entity, like in here: https://github.com/neoshadybeat/hashidsBundle/blob/master/Request/ParamConverter/HashidsDoctrineParamConverter.php Why did you...
We could have a list of filtered files and or extensions that won't be added as files. It helps when some signatures (filter out signature.jpeg) are added and maybe if...
Maybe we could have a list of allowed senders or domains and allow only emails from those in the list.
If you have multiple enity managers it uses the default one, any way to select which one to use or to use them all? Right now the only way I'm...