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/Firewall
Fabien Potencier 6c8e71c8e7 renamed filterCore* to onCore*
The onCore* events are fired at some pre-defined points during the
handling of a request. At this is more important than the fact
that you can change things from the event.
2011-03-17 17:01:59 +01:00
..
AbstractAuthenticationListener.php renamed some methods in the event dispatcher 2011-03-17 15:27:42 +01:00
AbstractPreAuthenticatedListener.php renamed some methods in the event dispatcher 2011-03-17 15:27:42 +01:00
AccessListener.php [Security] Fixed method names in the Firewall listeners 2011-03-17 13:24:23 +01:00
AnonymousAuthenticationListener.php [Security] Fixed method names in the Firewall listeners 2011-03-17 13:24:23 +01:00
BasicAuthenticationListener.php [Security] Fixed method names in the Firewall listeners 2011-03-17 13:24:23 +01:00
ChannelListener.php [Security] Fixed method names in the Firewall listeners 2011-03-17 13:24:23 +01:00
ContextListener.php renamed filterCore* to onCore* 2011-03-17 17:01:59 +01:00
DigestAuthenticationListener.php [Security] Fixed method names in the Firewall listeners 2011-03-17 13:24:23 +01:00
ExceptionListener.php renamed some methods in the event dispatcher 2011-03-17 15:27:42 +01:00
ListenerInterface.php [Security] Fixed method names in the Firewall listeners 2011-03-17 13:24:23 +01:00
LogoutListener.php [Security] Fixed method names in the Firewall listeners 2011-03-17 13:24:23 +01:00
RememberMeListener.php renamed some methods in the event dispatcher 2011-03-17 15:27:42 +01:00
SwitchUserListener.php renamed some methods in the event dispatcher 2011-03-17 15:27:42 +01:00
UsernamePasswordFormAuthenticationListener.php Switched from Doctrine's EventManager implementation to the EventManager clone in Symfony2 (now called EventDispatcher again) 2011-03-13 19:49:10 +01:00
X509AuthenticationListener.php Merge remote branch 'symfony/master' into event-manager 2011-03-17 12:34:12 +01:00