This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bundle/SecurityBundle
Nicolas Grekas bb2a2e2a32 bug #22830 [SecurityBundle] forward compatibility with Symfony 4 (xabbuh)
This PR was merged into the 3.4 branch.

Discussion
----------

[SecurityBundle] forward compatibility with Symfony 4

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #... <!-- #-prefixed issue number(s), if any -->
| License       | MIT
| Doc PR        | https://github.com/symfony/symfony/pull/22821#issuecomment-302935588

Commits
-------

c783e1e forward compatibility with Symfony 4
2017-05-21 19:30:27 +02:00
..
Command feature #20632 [FrameworkBundle] Make use of stderr for non reliable output (chalasr, ogizanagi) 2017-02-19 14:38:27 -08:00
DataCollector forward compatibility with Symfony 4 2017-05-21 16:43:08 +02:00
DependencyInjection bug #22494 [Security] Fix json_login default success/failure handling (chalasr) 2017-04-23 15:21:45 -07:00
EventListener [Security][SecurityBundle] Enhance automatic logout url generation 2017-03-01 19:01:06 +01:00
Resources Adding autowire alias for AuthenticationUtils 2017-05-12 11:05:58 -07:00
Security [SecurityBundle] Enhance FirewallContext::getListeners() 2017-04-19 20:32:53 +02:00
Templating/Helper Fix the logout path when not using the router 2015-12-17 13:54:40 +01:00
Tests [Security] json login listener: ensure a json response is sent on bad request 2017-04-30 11:12:10 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Add missing doc param & deprecation changelog entries 2017-05-21 12:00:14 +02:00
composer.json Allow individual bridges, bundles and components to be used with 4.0 2017-05-18 14:56:12 +02:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
README.md add readme files where missing 2016-03-07 11:36:15 +01:00
SecurityBundle.php [Security] Add a JSON authentication listener 2016-12-03 12:13:36 +01:00
SecurityUserValueResolver.php Added a SecurityUserValueResolver for controllers 2016-07-01 08:00:40 +02:00