Commit Graph
223 Commits
Author SHA1 Message Date
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
Yonel Ceruto 822d426413 add routes dev config 2019-09-06 10:57:24 -04:00
Yonel Ceruto ffdcde7360 fix validation error 2019-09-06 09:35:12 -04:00
Yonel Ceruto 8104be1b08 Add errors preview routes to the framework config 2019-09-06 08:52:24 -04:00
symfony-flex-server[bot]andGitHub c90601a5fc Merge pull request #634 2019-08-08 06:38:57 +00:00
Fabien Potencier 00f7b140b4 replaced ~ by null 2019-08-01 09:31:53 +02:00
Yonel Ceruto 1d04804387 New 4.4 recipe to use ErrorHandler\Debug class by default 2019-07-31 23:46:25 -04:00
Kévin Dunglas 3ec504b0fc [symfony/translation] Remove confusing commented value 2019-06-19 21:10:50 +02:00