- 11 Oct, 2018 2 commits
-
-
David Weston authored
-
David Weston authored
-
- 02 Jun, 2018 2 commits
-
-
Fabien Potencier authored
This PR was merged into the 2.3.x-dev branch. Discussion ---------- Set new security.user_provider inside existing context Set `$app['security.user_provider.'.$name]` even if the context already exists. See #1640 Commits ------- a3b15453 Set `$app['security.user_provider.'.$name]`
-
Fabien Potencier authored
This PR was merged into the 2.3.x-dev branch. Discussion ---------- add-request-stack-check move add extension to if clause fixes #1642 Commits ------- e30d7775 move add extension to if clause fixes #1642
-
- 01 Jun, 2018 1 commit
-
-
Gregor Panek authored
-
- 23 Apr, 2018 1 commit
-
-
719media authored
Set `$app['security.user_provider.'.$name]` even if the context already exists. See #1640
-
- 20 Apr, 2018 4 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
- 04 Apr, 2018 2 commits
-
-
Fabien Potencier authored
This PR was merged into the 2.3.x-dev branch. Discussion ---------- Simplify extend call Since Pimple 2.x there is no need to re-assign the result from `extend()` call to the same key. Pimple already does that. Commits ------- 84bcb9b9 Simplify extend call
-
Haralan Dobrev authored
Since Pimple 2.x there is no need to re-assign the result from extend() call to the same key. Pimple already does that.
-
- 02 Apr, 2018 2 commits
-
-
Fabien Potencier authored
This PR was squashed before being merged into the 2.3.x-dev branch (closes #1633). Discussion ---------- Add note about ExceptionHandler in CLI Commits ------- 852b4fc2 Add note about ExceptionHandler in CLI
-
Haralan Dobrev authored
-
- 01 Apr, 2018 1 commit
-
-
Fabien Potencier authored
This PR was merged into the 2.3.x-dev branch. Discussion ---------- Remove help wanted text from README Despite some great work done in the last couple of months, nobody showed a strong motivation to take over this project. I want to thank @hkdobrev for his hard work as he helped me lot in closing issues and fixing bugs. Silex is now compatible with Symfony 4 and that's going to help a lot in migrating projects. I still strongly believe that Symfony 4 is a better alternative and that there is nothing unique anymore in Silex. Forking is still an option if someone wants to take over of course. Commits ------- 3292ba25 removed help wanted text from README
-
- 31 Mar, 2018 1 commit
-
-
Fabien Potencier authored
-
- 27 Mar, 2018 1 commit
-
-
Fabien Potencier authored
This PR was merged into the 2.3.x-dev branch. Discussion ---------- Revert ServiceIteraror in Security provider voters Reverts https://github.com/silexphp/Silex/pull/1614. Reopens https://github.com/silexphp/Silex/issues/1530. See problems and discussed solutions in https://github.com/silexphp/Silex/pull/1619. Commits ------- 83ff03e9 Revert ServiceIteraror in Security provider voters
-
- 26 Mar, 2018 1 commit
-
-
Haralan Dobrev authored
Reopens https://github.com/silexphp/Silex/issues/1530 See problems and discussed solutions in https://github.com/silexphp/Silex/pull/1619
-
- 22 Mar, 2018 4 commits
-
-
Fabien Potencier authored
This PR was merged into the 2.3.x-dev branch. Discussion ---------- Treat user provider as a service in security service provider Follow-up to https://github.com/silexphp/Silex/pull/1611 and https://github.com/silexphp/Silex/pull/1217. Fixes https://github.com/silexphp/Silex/issues/1630. Commits ------- c6f14e84 Treat user provider as a service in security service provider
-
Fabien Potencier authored
This PR was merged into the 2.3.x-dev branch. Discussion ---------- Replace twig.options defaults every time Fixes https://github.com/silexphp/Silex/issues/1577 Alternative to #1616. Commits ------- f0656e0b Replace twig.options defaults every time
-
Haralan Dobrev authored
Fixes https://github.com/silexphp/Silex/issues/1577
-
Haralan Dobrev authored
Follow-up to https://github.com/silexphp/Silex/pull/1611 and https://github.com/silexphp/Silex/pull/1217. Fixes https://github.com/silexphp/Silex/issues/1630. Co-authored-by:
Pascal Luna <skalpa@zetareticuli.org> Co-authored-by:
Haralan Dobrev <harry@hkdobrev.com>
-
- 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 7 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
-