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 363e5b41a5 Merge branch '2.5' into 2.6
* 2.5:
  [2.3] Remove useless tests skips
  [ClassLoader] removes deprecated classes from documentation.
  [ClassLoader] added missing deprecation notice.
  [HttpFoundation] Fix an issue caused by php's Bug #66606.
  [Yaml] Update README.md
  Don't add Accept-Range header on unsafe HTTP requests
  simplify hasScheme method
  adapted merge to 2.5
  adapted previous commit for 2.3
  [Security] Don't send remember cookie for sub request
  [Security] fixed wrong phpdoc
  [HttpKernel] Fix UriSigner::check when _hash is not at the end of the uri
  [2.3] Cleanup deprecations

Conflicts:
	src/Symfony/Bundle/FrameworkBundle/composer.json
	src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/logger.html.twig
	src/Symfony/Component/HttpKernel/composer.json
2015-01-03 16:33:07 +01:00
..
Command Merge branch '2.5' into 2.6 2015-01-03 09:01:59 +01:00
DataCollector Merge branch '2.5' into 2.6 2014-12-22 17:44:09 +01:00
DependencyInjection Merge branch '2.5' into 2.6 2015-01-03 09:01:59 +01:00
EventListener security acl dbal schema: inject the schema instead of the whole container 2013-07-18 14:31:55 +02:00
Resources Merge branch '2.5' into 2.6 2015-01-03 09:01:59 +01:00
Security [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
Templating/Helper Merge branch '2.3' into 2.5 2014-12-02 21:15:53 +01:00
Tests Merge branch '2.5' into 2.6 2015-01-03 16:33:07 +01:00
Twig/Extension Fixes various phpdoc and coding standards. 2015-01-02 09:58:20 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md feature #11993 [Security] make it possible to override the default success/failure handler (fabpot) 2014-09-25 16:21:08 +02:00
composer.json [2.6] Test lowest versions of dependencies 2014-12-16 19:41:39 +01:00
phpunit.xml.dist [Tests] Silenced all deprecations in tests for 2.3 2014-12-18 20:00:19 +01:00
SecurityBundle.php [Security] Added a REMOTE_USER based listener to security firewalls 2014-09-23 11:54:11 +02:00