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/Core
Fabien Potencier d5ff094258 Merge branch '3.3' into 3.4
* 3.3:
  [HttpFoundation] Use the correct syntax for session gc based on Pdo driver
  Removed assertDateTimeEquals() methods.
  Revert "bug #24987 [Console] Fix global console flag when used in chain (Simperfit)"
  Revert "bug #25487 [Console] Fix a bug when passing a letter that could be an alias (Simperfit)"
  Disable CSP header on exception pages only in debug
  Fixed submitting disabled buttons
  Fixed Button::setParent() when already submitted
  Improve assertions
  Restore RoleInterface import
  Improve assertions
  SCA: get rid of repetitive calls
  allow null values for root nodes in YAML configs
  revert useless tests fixtures changes
  [VarDumper] Fix docblock
  Improve phpdoc to make it more explicit
2018-01-29 10:03:43 +01:00
..
Authentication Restore RoleInterface import 2018-01-24 17:32:05 +01:00
Authorization [Security] Notify that symfony/expression-language is not installed if ExpressionLanguage and ExpressionLanguagePrivider are used 2018-01-18 12:13:08 +01:00
Encoder fixed some deprecation messages 2017-12-31 06:12:25 +01:00
Event fixed CS 2011-12-18 14:36:25 +01:00
Exception fixed some deprecation messages 2017-12-31 07:59:27 +01:00
Resources/translations minor #25809 Norwegian Nynorsk translation (glye) 2018-01-18 11:45:20 +01:00
Role Merge branch '2.8' into 3.3 2017-10-02 08:42:24 +02:00
Tests Merge branch '3.3' into 3.4 2018-01-18 23:16:57 +01:00
User Merge branch '3.3' into 3.4 2017-10-24 16:12:06 +02:00
Validator/Constraints [Security] validate empty passwords again 2017-07-14 16:25:02 +02:00
.gitignore [Security] Split the component into 3 sub-components Core, ACL, HTTP 2013-09-18 09:16:41 +02:00
AuthenticationEvents.php Merge branch '2.8' into 3.3 2017-11-05 16:47:03 +01:00
composer.json Adding a shortcuts for the main security functionality 2017-09-28 17:13:10 +02:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
phpunit.xml.dist unify PHPUnit config files 2017-04-12 21:20:43 +02:00
README.md [2.7] update readme files for new components 2016-03-07 12:06:07 +01:00
Security.php Adding a shortcuts for the main security functionality 2017-09-28 17:13:10 +02:00

Security Component - Core

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