Commit Graph
2003 Commits
Author SHA1 Message Date
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
Wouter de JongandGitHub 2ab03d62cc Make PHPUnit 10 config more consistent with PHPUnitBridge behavior (#1402)
* Make PHPUnit 10 config more consistent with PHPUnitBridge behavior

* Set umask(1000) when debug is true

Applies https://github.com/symfony/recipes/pull/889 to the PHPUnit
recipe.
2025-04-14 11:49:29 +02:00
Robin ChalasandGitHub 8ee3177f13 Merge pull request #1397 from chalasr/oauth2-server-0.11
[league/oauth2-server-bundle] Add v0.11 recipe
2025-04-07 14:27:16 +02:00
8d486e3297 Rename routing import key to league_oauth2_server
Co-authored-by: Antonio J. García Lagar <aj@garcialagar.es>
2025-04-07 14:00:36 +02:00
Robin Chalas 6d0e6b052a [league/oauth2-server-bundle] Add v0.11 recipe 2025-04-07 00:31:55 +02:00
Fabien PotencierandGitHub 52d9acea90 Merge pull request #1393 from OskarStark/feature/ci
ci(GHA): use `actions/checkout@v4`
2025-04-02 14:15:23 +02:00
Fabien Potencier 818ed5a958 Update versions.json 2025-03-24 21:28:23 +01:00
Oskar Stark f70b5bbfad ci(GHA): use actions/checkout@v4 2025-03-22 20:30:18 +01:00
Fabien PotencierandGitHub 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 PotencierandGitHub 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
Fabien PotencierandGitHub 09a1fb3114 Merge pull request #1386 from smnandre/patch-3
[Webpack-Encore] Remove "ux" alias
2025-03-10 23:33:29 +01:00
Simon AndréandGitHub 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 SchranzandGitHub 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
Fabien PotencierandGitHub 03fbeb13bb Merge pull request #1384 from aivus/update-ubuntu-runner
Update "runs-on" to use ubuntu-latest instead of deprecated 20.04
2025-03-06 17:39:35 +01:00
Illia Antypenko c99f98ca93 Update "runs-on" to use ubuntu-latest instead of deprecated 20.04 2025-03-06 12:43:25 +01:00
Kevin BondandGitHub 2da3aec2f1 Add symfonycasts/tailwind-bundle recipe (#1383) 2025-03-04 18:47:52 +01:00
Fabien Potencier 93400fd71b Update versions.json 2025-03-03 07:52:14 +01:00
Sébastien LévêqueandGitHub 115dceecd3 [EasyAdmin] Add pretty admin URL routes (#1381)
* [EasyAdmin] Add pretty admin URL routes

The support for pretty admin URLs was introduced in EasyAdmin 4.14.0.

* Restore manifest.json

* Update manifest.json

* Update manifest.json
2025-02-26 11:22:01 +01:00
Fabien PotencierandGitHub e81d606d97 Merge pull request #1382 from symfony/stof-patch-1
Update the callable-qa workflow to avoid GHA deprecations
2025-02-26 10:28:58 +01:00
Christophe CoevoetandGitHub 1e407c7c92 Update the callable-qa workflow to avoid GHA deprecations 2025-02-26 10:20:02 +01:00
Fabien PotencierandGitHub ea18e7faff Merge pull request #1378 from Kocal/stimulus-bridge-v4
[WebpackEncoreBundle] Bump @symfony/stimulus-bridge to ^4.0.0
2025-02-26 10:12:26 +01:00
Hugo Alliaume d15451e738 [WebpackEncoreBundle] Bump @symfony/stimulus-bridge to ^4.0.0 2025-02-25 23:23:36 +01:00
Fabien PotencierandGitHub f4739b67f7 Merge pull request #1374 from chii0815/main
[Notifier] Add Matrix bridge
2025-02-14 13:05:48 +01:00
Fabien Potencier c4aebd0e93 Update versions.json 2025-02-14 12:39:00 +01:00
Alexander HofbauerandGitHub 2d8f656159 [stimulus-bundle] Fix broken CSRF header generation with Turbo forms (#1377) 2025-01-23 12:15:16 +01:00
Hubert LECORCHEandGitHub 452e626976 [stimulus-bundle] Export CSRF protection helpers (#1375) 2025-01-23 09:45:42 +01:00
Simon AndréandGitHub 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 GrekasandGitHub 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
XitandGitHub 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 PotencierandGitHub 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 PotencierandGitHub 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
Fabien Potencier 2d53ea3de7 Update versions.json 2025-01-05 15:05:18 +01:00
Fabien Potencier 5f3e6c55c6 Update versions.json 2024-12-11 08:47:41 +01:00
Fabien Potencier cb9adb4998 Update versions.json 2024-12-11 07:53:47 +01:00
Nicolas GrekasandGitHub dc8a1b5097 [flex/2.4] Add missing .env.dev file (#1367) 2024-12-04 11:55:24 +01:00
Fabien Potencier c976fefdd8 Update versions.json 2024-11-29 09:49:40 +01:00
Fabien Potencier 6ebb40565b Update versions.json 2024-11-27 13:34:15 +01:00
Nicolas Grekas b06f1ce2f7 Move stateless CSRF config to packages/csrf.yaml 2024-11-20 13:18:41 +01:00
Simon AndréandGitHub 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 PotencierandGitHub 8d53c58c9b Merge pull request #1356 from tacman/patch-1
remove references to .env.dist
2024-11-18 14:18:35 +01:00
Tac TaceloskyandGitHub 1dc526b21e Merge branch 'symfony:main' into patch-1 2024-11-17 04:58:56 -05:00
Fabien PotencierandGitHub 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 PotencierandGitHub 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
Fabien PotencierandGitHub 4dbcd95559 Merge pull request #1354 from Kocal/imp-ux-map-recipes
[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:51:50 +01:00