Commit Graph
265 Commits
Author SHA1 Message Date
Nicolas GrekasandGitHub e0cf9602a7 [symfony/framework-bundle/7.2] Start with an empty APP_SECRET (#1317) 2024-05-28 17:35:19 +02:00
Nicolas GrekasandGitHub 8f46ee349c [framework-bundle] Remove options that match the defaults in 7.0 (#1237) 2024-01-18 09:37:15 +01:00
Hubert LenoirandGitHub 802870082e [FrameworkBundle] Remove "framework.session.storage_factory_id" since its already the default value (#1231) 2023-08-10 12:29:41 -04:00
Alexander M. TurekandGitHub 5cfe31fa28 Remove http_method_override setting from recipe (#1225) 2023-07-25 16:40:39 +02:00
Alexander M. Turek 7352991d17 Disable doctrine/annotations integration 2023-07-25 02:32:18 +02:00
Alexander M. TurekandGitHub 40cb22763e Move UID configuration to a dedicated recipe (#1149) 2022-11-21 10:21:20 +01:00
Nicolas GrekasandGitHub f65e09cf8f Revert "Add example how to bind arguments to the services.yaml (#1119)" (#1148)
This reverts commit 09648ca9a6.
2022-11-20 21:39:14 +01:00
Yannick IhmelsandGitHub ace2f78a4d Use UUID v7 as default for new projects (#1145)
Symfony 6.2 introduces support for UUID v7, which is to be preferred
over UUID v6 [according to the draft RFC][1]:

> Implementations SHOULD utilize UUID version 7 over UUID version 1 and
> 6 if possible.

In order not to change the UUID generation in existing projects, UUID v7
could be configured as default for new projects via this recipe.

[1]: https://www.ietf.org/archive/id/draft-peabody-dispatch-new-uuid-format-04.html#section-5.2-2
2022-11-20 21:35:07 +01:00
Nicolas Grekas f24b8470eb Rename to handle_all_throwables 2022-10-18 17:46:07 +02:00
Alexander SchranzandGitHub 09648ca9a6 Add example how to bind arguments to the services.yaml (#1119) 2022-08-18 10:18:41 +02:00
Nyholm 21b6a3695b [FramworkBundle] Added config framework.catch_all_throwables: true 2022-06-16 23:09:00 +02:00
HypeMC dc6172e02d Remove src/Tests from list of excluded folders 2022-01-14 19:06:38 +01:00
Nicolas GrekasandGitHub 1e717c84da Kernel can be empty in 5.4 (#1006) 2021-09-29 12:09:46 +02:00
Fabien Potencier 1aa7d46cb0 Remove the header from post-install files (handled by Flex now) 2021-08-30 12:25:28 +02:00
Alessandro Lai 0536f7c6c8 Change for routes and services too 2021-07-12 10:55:42 +02:00
Alessandro Lai 2da7d24cf0 Target 5.4 2021-07-12 09:07:27 +02:00
Alessandro Lai 6b3d5bcebd Duplicate 5.3 recipe into 5.4 2021-07-12 09:07:27 +02:00
Nicolas Grekas 055035503a Revert "Merge pull request #972"
This reverts commit f97d09dafd, reversing
changes made to 17f2717e12.
2021-07-11 19:45:20 +02:00
Tobias Schultze ccd2ff6801 Also ignore secret private key by default for non-prod environments 2021-07-11 16:25:15 +02:00
Nicolas Grekas a1a70353f6 Remove all symlinks 2021-07-07 16:12:10 +02:00
Nicolas Grekas ae90ab5b24 [framework-bundle/5.3] fix importing services/routes.php 2021-06-03 15:22:19 +02:00
hacfiandGitHub 038fe9ead5 Update best practices parameters link 2021-04-16 06:35:09 +02:00
symfony-flex-server[bot]andGitHub b0a243d464 Merge pull request #902 2021-04-05 22:38:24 +00:00
Robin Chalas 6798e10016 Fix deprecation in 5.3' session config 2021-04-05 14:50:03 +02:00
Nicolas Grekas 975d0a911e [symfony/framework-bundle/5.3] remove "controller.service_arguments" 2021-03-23 18:36:44 +01:00
Nicolas Grekas e48de21a2f [framework-bundle/5.3] Merge per-env settings 2021-03-23 17:50:44 +01:00
Nicolas Grekas 9a90e69785 Leverage the new Runtime component 2021-02-24 10:30:58 +01:00
Jesse Rushlow dbb43d4616 get mock storage from the factory 2021-02-23 12:46:00 -05:00
Jérémy Derussé 1ff89adda6 [FrameworkBundle] Replace deprecated storage_id by storage_factory_id 2021-02-13 12:29:50 +01:00
Nicolas Grekas 20ce9cf3d1 Disable "http_method_override" by default 2021-02-09 12:23:59 +01:00
Jérémy Derussé 344dce363f Replace deprecated constant 2020-11-02 18:23:51 +01:00
Grégoire Pineau 5b1159fcce [FrameworkBundle] Simplify the service and route registration
Bracket are not needed since we can be sure the file exist
2020-10-01 11:53:12 +02:00
Nicolas Grekas 3200b76257 [symfony/framework-bundle] Add config/preload.php 2020-09-29 11:45:14 +02:00
Nicolas Grekas 2e86b42fbd Adopt src/.preload.php 2020-09-10 14:35:03 +02:00
Nicolas Grekas 576fb6ad07 List .preload.php in .gitignore 2020-09-07 09:09:09 +02:00
Grégoire Pineau 81698fad45 Revert "Merge pull request #802" - ONLY for Symfony 4.3 and 4.4
This reverts commit 0903d762e9, reversing
changes made to 0800a647a4.
2020-07-27 14:36:22 +02:00
Grégoire Pineau 23eb59209a Consistency 2020-07-22 10:46:21 +02:00
Grégoire Pineau 60d0656cf5 [FrameworkBundle] Use an array for exclude directive 2020-07-22 10:45:11 +02:00
Abdouni AbdelkarimandGitHub 1c7e1a082e Update services.yaml
Hello,

I just remove the `Migrations` directory from the exclude.
2020-07-15 10:17:21 +02:00
symfony-flex-server[bot]andGitHub c6de7cf8f5 Merge pull request #790 2020-06-23 11:21:32 +00:00
Nicolas Grekas b1e3b7f1e3 [5.2] Remove trusted-proxies/hosts from recipes 2020-06-22 14:43:10 +02:00
Christian Flothmann 9effb0d5e9 check for PHP files to exist before requiring them 2020-06-16 11:53:45 +02:00
Ryan Weaver d737051e5f Allowing php config in the kernel 2020-06-12 09:34:33 -04:00
Alexander Schranz f847805a99 Symlink whole packages folder 2020-06-08 18:19:58 +02:00
Alexander Schranz 289eeeac8f Use symlink to 4.2 2020-06-08 18:13:05 +02:00
Alexander SchranzandGitHub 25c7f92b30 Add secret env to framework configuration 2020-06-08 18:00:34 +02:00
symfony-flex-server[bot]andGitHub a2650ca408 Merge pull request #734 2020-04-29 14:34:42 +00:00
symfony-flex-server[bot]andGitHub 9d43eac52e Merge pull request #766 2020-04-29 14:31:44 +00:00
Nicolas Grekas 93fd75a3dd [symfony/framework-bundle] revert use of RoutingConfigurator from FrameworkBundle 2020-04-25 11:58:01 +02:00
Nicolas Grekas 93b6ef140b [symfony/framework-bundle] minor cleanup 2020-04-25 11:39:24 +02:00