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/Component/Security/Http
Fabien Potencier 1614a52b28 Merge branch '3.4' into 4.2
* 3.4: (25 commits)
  Add missing ID_id validators translation
  fixed CS
  Added missing translations in validators.tr.xlf
  Update validators.es.xlf
  Update validators.hu.xlf
  [Validator] Add the missing translations for the Welsh (cy) locale
  [Validator] Add missing DE validator translations
  [Validator] Add the missing translations for the Dutch (nl) locale
  Add missing PL translation
  Add missing translations.
  Add missing translations for IT to Validator
  minor #30184 [Validator] Add the missing translations for the Russian (ru) locale (antonch1989)
  [Validator] Add the missing translations for the Arabic (ar) locale
  add_missing_translations_for_portuguese : [Validator] Add the missing translations for the Portuguese ("pt") locale
  [Validator] Add the missing translations for the French (fr) locale
  [Validator] Add some missing contents to the English translation
  use PropertyAccessorInterface instead of PropertyAccessor
  Fix KernelTestCase compatibility for PhpUnit 8 (bis)
  add xabbuh as code owner of the Form component
  [Validator] Added a missing translation
  ...
2019-02-12 21:06:11 +01:00
..
Authentication Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
Authorization [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
Controller Move SecurityUserValueResolver to security-http 2017-12-23 01:50:31 +01:00
EntryPoint switched array() to [] 2019-01-16 10:39:14 +01:00
Event Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
Firewall Merge branch '3.4' into 4.2 2019-02-12 21:06:11 +01:00
Logout fixed CS 2019-01-16 19:35:49 +01:00
RememberMe Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
Session Merge branch '3.4' into 4.0 2018-07-26 11:08:35 +02:00
Tests Merge branch '3.4' into 4.2 2019-02-12 21:06:11 +01:00
Util [Security] getTargetPath of TargetPathTrait must return string or null 2018-12-10 05:09:19 +01:00
.gitignore [Security] Split the component into 3 sub-components Core, ACL, HTTP 2013-09-18 09:16:41 +02:00
AccessMap.php switched array() to [] 2019-01-16 10:39:14 +01:00
AccessMapInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
composer.json fix deps 2018-06-11 15:18:57 +02:00
Firewall.php Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
FirewallMap.php switched array() to [] 2019-01-16 10:39:14 +01:00
FirewallMapInterface.php fixed CS 2019-01-16 22:31:25 +01:00
HttpUtils.php Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
ParameterBagUtils.php deprecate finding deep items in request parameters 2015-09-30 09:55:52 +02:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Merge branch '3.0' 2016-03-10 12:16:56 +01:00
SecurityEvents.php Merge branch '2.8' into 3.3 2017-11-05 16:47:03 +01:00

Security Component - HTTP Integration

Security provides an infrastructure for sophisticated authorization systems, which makes it possible to easily separate the actual authorization logic from so called user providers that hold the users credentials. It is inspired by the Java Spring framework.

Resources