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 e2689d42fc Merge branch '3.3' into 3.4
* 3.3:
  [DI] prepare for signature change in 4.0
  [DI] Add missing deprecation on Extension::getClassesToCompile
  [Routing] remove an unused routing fixture
  [Yaml] fix multiline block handling
  [WebProfilerBundle] Fix sub-requests display in time profiler panel
  [FrameworkBundle] Handle project dir in cache:clear command
  [WebServerBundle] Mark ServerCommand as internal
  [DI] Fix autowire error for inlined services
  Close PHP code in phpt file
  [Profiler][VarDumper] Fix searchbar css when in toolbar
  Prevent auto-registration of UserPasswordEncoderCommand
  [Process] Fixed incorrectly escaping arguments on Windows when inheritEnvironmentVariables is set to false
  avoid double blanks while rendering form attributes
  use getProjectDir() when possible
  [PhpUnitBridge] add a changelog file
  [FrameworkBundle][Validator] Deprecate passing validator instances/aliases over using the service locator
2017-05-24 13:37:21 +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 Prevent auto-registration of UserPasswordEncoderCommand 2017-05-22 18:58:55 +02: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 Prevent auto-registration of UserPasswordEncoderCommand 2017-05-22 18:58:55 +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