- 17 Mar, 2018 2 commits
-
-
Fabien Potencier authored
This PR was squashed before being merged into the 2.3.x-dev branch (closes #1629). Discussion ---------- Expose AuthenticationUtils Close #1620. Commits ------- ebe85e0d Expose AuthenticationUtils
-
Haralan Dobrev authored
-
- 16 Mar, 2018 3 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 2.3.x-dev branch. Discussion ---------- Replace IRC with StackOverflow/GitHub Closes #1626 Commits ------- 13c53c59 Replace IRC with StackOverflow/GitHub
-
Haralan Dobrev authored
Closes #1626
-
- 12 Mar, 2018 4 commits
-
-
Fabien Potencier authored
This PR was squashed before being merged into the 2.3.x-dev branch (closes #1625). Discussion ---------- Support PSR-3 log levels in MonologServiceProvider Monolog already support them everywhere, but when using the `MonologServiceProvider` you cannot use them reliably. Commits ------- 0a88f1d2 Support PSR-3 log levels in MonologServiceProvider
-
Haralan Dobrev authored
-
Fabien Potencier authored
This PR was merged into the 2.3.x-dev branch. Discussion ---------- Unify dispatcher usage in service providers Follow up to 7bee6bfd Commits ------- 9d21ceb1 Unify dispatcher usage in service providers
-
Haralan Dobrev authored
Follow up to 7bee6bfd
-
- 01 Mar, 2018 2 commits
-
-
Fabien Potencier authored
This PR was merged into the 2.3.x-dev branch. Discussion ---------- Remove typo Remove extra parenthesis Commits ------- 8781803b Remove typo
-
Thomas Citharel authored
Remove extra parenthesis
-
- 26 Feb, 2018 20 commits
-
-
Fabien Potencier authored
This PR was merged into the 2.3.x-dev branch. Discussion ---------- Updated PHP compatibility information in README This PR documents the new version constraints from #1607. Commits ------- 8f504581 Updated PHP compatibility information in README.
-
Alexander M. Turek authored
-
Fabien Potencier authored
This PR was merged into the 2.3.x-dev branch. Discussion ---------- fix rst markup Commits ------- 0519d457 fix rst markup
-
Christian Flothmann authored
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 2.3.x-dev branch. Discussion ---------- Allow defining users provider as a service ID Replaces #1217. Closes #1216. Commits ------- 81961b82 Fix typo in security docs 4c0cd2ba Update password in tests cb44f3f0 Update code style - use short array syntax bac2c455 add test and documentation for using a service id string instead of a closure dc7572ef allow using a service name for the users config in firewall
-
Fabien Potencier authored
This PR was squashed before being merged into the 2.3.x-dev branch (closes #1607). Discussion ---------- Drop support for older versions of PHP and Symfony Let's make it much simpler to maintain future versions of Silex. This pull request does the following (@Ocramius would be proud of me :)): * drop support for Twig < 2.0 * drop support for PHP < 7.1 * drop support for Symfony 2.x and 3.x Commits ------- 816f4591 removed obsolete code 63851cc6 use namespaced PHPUnit 182ecf05 removed obsolete code f1f9ce42 dropped support for older versions of PHP and Symfony
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was squashed before being merged into the 2.3.x-dev branch (closes #1614). Discussion ---------- Use ServiceIterator in Security provider for voters Fixes #1530. Commits ------- e2c48152 Use ServiceIterator in Security provider for voters
-
Haralan Dobrev authored
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 2.3.x-dev branch. Discussion ---------- Check for HttpKernelRuntime before using it in Twig runtimes Fixes #1448. This fixes an incompatibility with Symfony Twig bridge prior to 3.2. The HttpKernelRuntime was introduced in https://github.com/silexphp/Silex/commit/72d7746ec216da230221c19aa6e3092b55596070. It included checks whether the class exists, but not in the Twig runtimes list. Commits ------- 18ab3f6e Check for HttpKernelRuntime before using it in Twig runtimes
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 2.3.x-dev branch. Discussion ---------- Sync provider parameters in docs This documents all parameter options to providers which were missing from the documentation. Commits ------- ff52920e Sync provider parameters in docs
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 2.3.x-dev branch. Discussion ---------- Allow setting custom status code on exception response Closes #1450. Prior and related PRs and issues: - https://github.com/symfony/symfony/pull/19822 - https://github.com/symfony/symfony-docs/commit/5f0becf3233238a9d96cba39f3146a0e7ae03763 - https://github.com/symfony/symfony-docs/pull/9336 Commits ------- 71035117 Allow setting custom status code on exception response
-
- 25 Feb, 2018 9 commits
-
-
Haralan Dobrev authored
This documents all parameter options to providers which were missing from the documentation.
-
Haralan Dobrev authored
This fixes an incompatibility with Symfony Twig bridge prior to 3.2. The HttpKernelRuntime was introduced in https://github.com/silexphp/Silex/commit/72d7746ec216da230221c19aa6e3092b55596070. It included checks whether the class exists, but not in the Twig runtimes list.
-
Haralan Dobrev authored
-
Fabien Potencier authored
This PR was squashed before being merged into the 2.3.x-dev branch (closes #1608). Discussion ---------- Make CSRF extension work with Validator translations domain - Make Validator translation domain configurable - Fix #1569. Commits ------- 935caf7b Make CSRF extension work with Validator translations domain
-
Haralan Dobrev authored
-
Fabien Potencier authored
This PR was merged into the 2.3.x-dev branch. Discussion ---------- Fix Security provider context usage Fixes #1568. The `'context'` parameter is defaulting to the `'name'` parameter, but then it wasn't used properly below. Commits ------- d92d5c5a Fix Security provider context usage
-
Fabien Potencier authored
This PR was merged into the 2.3.x-dev branch. Discussion ---------- Link to current documention of Symfony components Prefer the latest Symfony documentation instead of a specific version which can easily become outdated. Commits ------- b2dc9445 Link to current documention of Symfony components
-
Haralan Dobrev authored
-