Kevin Bond
cbe85d6f8d
[symfony/framework-bundle] keep .editorconfig only in 7.3
2025-05-16 16:53:30 -04:00
Kevin Bond and GitHub
8125218382
[symfony/framework-bundle] add .editorconfig ( #1413 )
2025-05-16 12:44:30 +02:00
LaurentSanson and GitHub
9e0b6e77f8
[Panther] Fix: Add hadolint ignore to Panther recipe ( #1369 )
...
* fix: add hadolint ignore to panther recipe
* fix: add hadolint on right line
2025-05-07 11:28:38 +02:00
Fabien Potencier and GitHub
c68ae2aded
Merge pull request #1387 from smnandre/patch-4
...
[TwigComponent] Add alias "twig-component"
2025-05-07 08:39:03 +02:00
Fabien Potencier and GitHub
49e67a337d
Merge pull request #1388 from smnandre/patch-5
...
[LiveComponent] Add alias "live-component"
2025-05-07 08:38:41 +02:00
Fabien Potencier and GitHub
597549ef9d
Use PHP rougin config files instead of XML ones ( #1407 )
2025-04-27 19:08:28 +02:00
Kevin Bond and GitHub
a8f19ded98
Add symfony/scheduler recipe ( #1403 )
2025-04-18 08:08:38 +02:00
bacda33468
[webpack-encore-bundle] Disable build notifications by default ( #1353 )
...
* Commented for config and removed dependency in package
* Update symfony/webpack-encore-bundle/2.0/webpack.config.js
Co-authored-by: Hugo Alliaume <hugo@alliau.me >
---------
Co-authored-by: Hugo Alliaume <hugo@alliau.me >
2025-04-14 09:32:32 -04:00
Fabien Potencier and GitHub
a997d2cbdd
Merge pull request #1391 from symfony/container-config-simplification
...
Remove configuration defaults for the container
2025-03-17 13:05:50 -07:00
Fabien Potencier and GitHub
74320a1901
Merge pull request #1390 from symfony/simplify-web-profiler-default-config
...
Simplify web profile default config
2025-03-16 20:50:51 -07:00
Fabien Potencier
cb173cf8d3
Remove configuration defaults for the container
2025-03-16 10:10:34 -05:00
Fabien Potencier
34f5db6c82
Simplify web profile default config
2025-03-16 09:18:16 -05:00
Simon André and GitHub
ced1a4e7fa
[LiveComponent] Add alias "live-component"
...
Would help DX during install of most used UX packages
2025-03-09 02:50:08 +01:00
Simon André and GitHub
2544a9f811
[TwigComponent] Add alias "twig-component"
...
Would help DX during install of most used UX packages
2025-03-09 02:48:39 +01:00
Simon André and GitHub
d39484998a
[Webpack-Encore] Remove "ux" alias
...
Currently if someones types "composer req ux" after a base symfony install ... he ends up with webpack encore.
Worse, the same thing happens if user installed symfony "--webapp", as they will end up with both AssetMapper and Webpack Encore installed.
Finally, and the initial reason I checked this: we will soon need the "ux" alias for the UX Bundle.
cc @Kocal
PS: not sure if this would require a release to be effective... and hope it does not 😅
2025-03-09 02:41:29 +01:00
Alexander Schranz and GitHub
12d560b51b
Add Recipe for PHPUnit 10 ( #1239 )
...
* Add Recipe for PHPUnit 10
* Reapply suggestions
* Remove bridge to Symfony 4.4 bootstrap file
2025-03-07 09:37:31 +01:00
Hugo Alliaume
d15451e738
[WebpackEncoreBundle] Bump @symfony/stimulus-bridge to ^4.0.0
2025-02-25 23:23:36 +01:00
Fabien Potencier and GitHub
f4739b67f7
Merge pull request #1374 from chii0815/main
...
[Notifier] Add Matrix bridge
2025-02-14 13:05:48 +01:00
Alexander Hofbauer and GitHub
2d8f656159
[stimulus-bundle] Fix broken CSRF header generation with Turbo forms ( #1377 )
2025-01-23 12:15:16 +01:00
Hubert LECORCHE and GitHub
452e626976
[stimulus-bundle] Export CSRF protection helpers ( #1375 )
2025-01-23 09:45:42 +01:00
Simon André and GitHub
84862d352c
Dispatch event on CSRF form field value change ( #1376 )
...
This allow support / compatibility with LiveComponent when action are done between form first render and submit
(ex: another form submit with Turbo and double header check)
See https://github.com/symfony/ux/issues/2505
2025-01-20 08:44:45 +01:00
Nicolas Grekas and GitHub
a98652006b
[stimulus-bundle] Match name="_csrf_token" when looking for CSRF fields ( #1373 )
2025-01-15 15:29:42 +01:00
1366628cef
Update symfony/matrix-notifier/7.3/manifest.json
...
Co-authored-by: Oskar Stark <oskarstark@googlemail.com >
2025-01-09 18:23:42 +01:00
Xit and GitHub
2a0f7f26cd
Update manifest.json
2025-01-08 19:15:06 +01:00
Frank Schulze
820c69d503
[Notifier] Add Matrix Synapse bridge
2025-01-08 19:03:56 +01:00
Fabien Potencier and GitHub
7e10c1d078
Merge pull request #1371 from symfony/autocomplete-off
...
[stimulus-bundle] Use defaultValue to change the value of hidden CSRF fields
2025-01-06 11:15:05 +01:00
Nicolas Grekas
b14ca0650c
[stimulus-bundle] Use defaultValue to change the value of hidden CSRF fields
2025-01-06 09:38:30 +01:00
Fabien Potencier and GitHub
d061eb3c27
Merge pull request #1372 from symfony/aha-send-name-fix
...
Add AhaSend Mailer recipe
2025-01-05 15:24:53 +01:00
Fabien Potencier
9f3db6243f
Fix directory name
2025-01-05 15:21:02 +01:00
Nicolas Grekas and GitHub
dc8a1b5097
[flex/2.4] Add missing .env.dev file ( #1367 )
2024-12-04 11:55:24 +01:00
Nicolas Grekas
b06f1ce2f7
Move stateless CSRF config to packages/csrf.yaml
2024-11-20 13:18:41 +01:00
Simon André and GitHub
fc87603199
[UX Turbo] Fix recipe does not install bundle ( #1357 )
...
* [UX Turbo] Fix recipe does not install bundle
Turbo is not installed correctly now (i guess now having this recipe, we do need to add the `bundles` entry in the manifest)
Issue: https://github.com/symfony/ux/issues/2391
I just hope the "conflict" will not prevent the bundle to be configured ?
* add 2.19
2024-11-20 11:36:36 +01:00
Fabien Potencier and GitHub
f614c444f9
Merge pull request #1337 from symfony/csrf-double-submit
...
Enable stateless headers/cookies-based CSRF protection
2024-11-17 10:14:14 +01:00
Fabien Potencier and GitHub
6c43cb8f59
Merge pull request #1347 from Kocal/asset-mapper-strict-mode-dev
...
[AssetMapper] Re-configure "missing_import_mode" in prod/non-prod envs
2024-11-14 23:23:43 +01:00
Hugo Alliaume
cda40e9471
[Symfony UX Map] Add post-install steps for Leaflet and Google, add "ux_map.google_maps.default_map_id" config recipe
2024-11-14 08:32:44 +01:00
Romain Monteil and GitHub
21ffab22d3
[UX Map] Fix options URL ( #1355 )
2024-11-12 19:02:03 +01:00
Kevin Bond and GitHub
cc3c2b1f01
uncomment MAILER_DSN env for symfony/mailer ( #1352 )
2024-11-01 21:46:27 +01:00
Hugo Alliaume
ab0209c9b6
[AssetMapper] Re-configure "missing_import_mode" in prod/non-prod envs
2024-11-01 14:02:09 +01:00
Farhad Hedayatifard
a082b62b17
Add recipe for AhaSend mailer bridge
2024-10-29 21:12:07 +03:30
Mathieu Santostefano
f497ebab7e
feat(notifier): Add Sweego Notifier Bridge recipe
2024-10-19 16:46:01 +02:00
Nicolas Grekas
21a9094ea7
Enable stateless CSRF protection for forms, logins and logouts
2024-10-12 09:32:38 +02:00
pan93412 and GitHub
f6145b5678
Add LINE Bot notifier recipe
2024-10-11 14:23:54 +08:00
Hugo Alliaume and GitHub
d62024a8a5
[WebpackEncoreBundle] Update recipe for Webpack Encore 5 ( #1341 )
2024-10-06 11:34:46 +02:00
Nicolas Grekas and GitHub
d7a78f79b7
Generate APP_SECRET in .env.dev ( #1343 )
2024-10-01 22:36:03 +02:00
Nicolas Grekas and GitHub
b92382d126
[symfony/framework-bundle] Generate APP_SECRET in .env.local ( #1342 )
2024-10-01 12:19:16 +00:00
Kevin Bond
5bc1f9f5f3
[Mailer] add Mailtrap bridge
2024-09-12 22:46:04 -04:00
Nicolas Grekas and GitHub
c26ec2b27d
[symfony/framework-bundle] Remove "csrf_protection" line as its enabled by default ( #1336 )
2024-09-02 11:01:57 +02:00
Fabien Potencier and GitHub
3a9800337e
Merge pull request #1330 from ahmedghanem00/patch-1
...
[Notifier] Add recipe for `JoliNotif` bridge
2024-08-27 09:08:06 +02:00
Mathieu Santostefano
7b79967441
feat(mailer): Add Sweego Mailer recipe
2024-08-20 11:50:35 +02:00
Hugo Alliaume
37f852e9c2
[Map] Specify "renderer" option, even if empty
2024-08-12 21:42:07 +02:00