Commit Graph
230 Commits
Author SHA1 Message Date
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
Nicolas Grekas b341fbe67c Revert "Merge pull request #721"
This reverts commit ed25f50bef, reversing
changes made to 9880918fbf.
2020-04-03 15:45:57 +02:00
symfony-flex-server[bot]andGitHub ed25f50bef Merge pull request #721 2020-04-02 19:55:51 +00:00
symfony-flex-server[bot]andGitHub 9880918fbf Merge pull request #738 2020-03-29 16:24:56 +00:00
Nicolas Grekas 8da7d03c93 Use PHP to define the services and routes of the app 2020-02-24 17:24:22 +01:00
Jules Pietri d80a799ad7 [FrameworkBundle] Added the new RoutingConfigurator 2020-02-11 00:59:47 +01:00
Nicolas Grekas a871481ea6 Enable "cookie_samesite: lax" on 3.4 2020-02-07 10:58:48 +01:00
Nicolas Grekas 27e6507023 Use Dotenv::populate() to define the dumped env vars 2020-02-02 12:57:01 +01:00
symfony-flex-server[bot]andGitHub 3229808f4e Merge pull request #724 2020-01-30 12:05:03 +00:00
Guilliam XavierandGitHub 86714aef30 Fix TRUSTED_HOSTS regexp example 2020-01-29 17:46:04 +01:00
Guilliam XavierandGitHub f3d210946a Fix TRUSTED_HOSTS regexp example 2020-01-29 17:45:58 +01:00
Nicolas Grekas a0cb2ea41f Get rid of config/bootstrap.php for 5.1 apps 2020-01-29 16:53:59 +01:00
Guilliam XavierandGitHub 7d12a7bf9e Fix TRUSTED_HOSTS regexp example 2020-01-29 16:31:47 +01:00
Guilliam XavierandGitHub bc2ac1be8b Fix TRUSTED_HOSTS regexp example 2020-01-29 16:31:21 +01:00
Nicolas Grekas 8ca8f49826 Fix loading .env.local.php 2020-01-25 11:21:29 +01:00
Christian Flothmann c0aa165e43 fix PHP syntax error 2020-01-11 10:26:23 +01:00
thewalkingcoderandGitHub 1d3ba22b75 Fix error synthax in bootstrap.php
PR to fix #35293
2020-01-10 08:00:49 +01:00
Nicolas Grekas 321ef8390c Allow missing APP_ENV in .env.local.php 2020-01-06 20:17:28 +01:00
Nicolas Grekas 3015f125e3 Enable inline_class_loader in debug mode 2019-12-18 12:15:32 +01:00
Nicolas Grekas 5d24d659fc Simplify the default Kernel 2019-12-17 11:15:13 +01:00
symfony-flex-server[bot]andGitHub fac3cdef6c Merge pull request #708 2019-12-13 18:36:33 +00:00
Nicolas Grekas 1a4241eda7 Dont inline_class_loader on PHP 7.4 2019-12-11 11:45:05 +01:00
Nicolas Grekas e32a75b3cd Dont create config/secrets/ by default 2019-12-11 11:35:47 +01:00
Valentin Udaltsov 95e75e5e42 Use MicroKernel::configureRouting(Configurator) in FrameworkBundle >= 5.1 2019-11-25 13:06:38 +03:00
Ryan Weaver 24acb634ea Clarifying the purpose of the "app" cache 2019-11-18 18:31:53 +01:00
symfony-flex-server[bot]andGitHub 7ed4104934 Merge pull request #677 2019-11-17 11:57:44 +00:00
symfony-flex-server[bot]andGitHub bc7ddc2597 Merge pull request #678 2019-11-17 11:42:04 +00:00
symfony-flex-server[bot]andGitHub c6acb6de1f Merge pull request #647 2019-11-17 10:45:51 +00:00
Nicolas Grekas aedd86b70d Dont look recursively into per-env folders 2019-11-17 11:29:30 +01:00
symfony-flex-server[bot]andGitHub 0196254201 Merge pull request #654 2019-11-15 17:26:21 +00:00
Nicolas Grekas 998b214c6d [framework-bundle] enable "inline_factories", disable "inline_class_loader" when PHP 7.4 preloading is used 2019-11-15 14:19:43 +01:00
Maxime Steinhausser e93e95b8af [Fwb][TwigBundle] Remove Twig Preview controller routing in favor of fwb 2019-11-14 10:26:47 +01:00
Nicolas Grekas afe743f3e3 Update gitignore in config/secrets/prod 2019-11-08 16:39:37 +01:00
Nicolas Grekas 7764bbb0df [framework-bundle] git-ignore prod.sodium.decrypt.private 2019-10-26 11:21:59 +02:00
Nicolas Grekas ae388aa719 Trust proxies on private and local IPs (commented by default) 2019-10-08 14:20:22 +02:00
Fred Cox cf146c2f22 Allow correct environment to be loaded when .env.local.php exists
This prevents surprises when you have generated the file, and then run your tests.
2019-09-13 15:13:22 +03:00