Christian Gripp
                                            Christian Gripp
                                        
                                    We should replace all `` elements in the twig templates with the twig function `form_start` and `form_end`. We should also move the `action` and `method` (POST, GET) attribute to the...
## Feature Request Add documentation how to use https://github.com/scheb/two-factor-bundle
## Subject This is a bug fix for the usage without the page bundle. ```twig {{ sonata_block_render({ 'type': 'sonata.media.block.gallery' }, { // ... "galleryId": 2 }) }} ``` When passing...
## Feature Request It should be possible to add validation just by adding an `@AntiSpam\Time` annotation to the form entity.
Find a way to detect bruce attacks on forms.
## Subject This is a new approach to solve #7156. It is basically based on #7740. I am targeting this branch, because the style update is a breaking change. Some...
## Subject I am targeting this branch, because feature removal is a breaking change. Relates to https://github.com/sonata-project/SonataAdminBundle/issues/7156 ## Changelog ```markdown ### Removed - Remove `x-editable` without any replacement ``` The...
Fixes https://github.com/symfony/security-acl/issues/114 by providing the correct method signature, depending on the loaded `symfony/security-core` version. Might close: #112 #115 #114
It would be great, if the auto-bump of dependencies could be disabled via a (global) composer config key. So I can run `composer bump` if I want a controlled update...