summaryrefslogtreecommitdiffstats
path: root/Http
Commit message (Expand)AuthorAgeFilesLines
* [Security] fixed typosFabien Potencier2011-03-181-2/+2
* fixed various bugs introduced during the event system migrationFabien Potencier2011-03-183-8/+12
* renamed filterCore* to onCore*Fabien Potencier2011-03-171-1/+1
* fixed phpdocFabien Potencier2011-03-173-3/+3
* renamed some methods in the event dispatcherFabien Potencier2011-03-176-7/+7
* [Security] Fixed method names in the Firewall listenersBernhard Schussek2011-03-1715-15/+15
* [Security] Fixed method calls on EventDispatcherBernhard Schussek2011-03-172-2/+2
* Merge remote branch 'symfony/master' into event-managerBernhard Schussek2011-03-173-5/+5
|\
| * [Security] added some finals, some visibility changesJohannes M. Schmitt2011-03-133-4/+4
* | [Security] Fixed calls to EventDispatcher::dispatchEvent()Bernhard Schussek2011-03-132-2/+2
* | Switched from Doctrine's EventManager implementation to the EventManager clon...Bernhard Schussek2011-03-1327-172/+172
* | Merge remote branch 'symfony/master' into event-managerBernhard Schussek2011-03-1329-620/+346
|\ \ | |/
| * re-added a __toString method for debugging purposesJohannes Schmitt2011-03-121-2/+2
| * use username instead of token object in loggingKlaas Naaijkens2011-03-121-2/+2
| * [Security] fixed some testsJohannes Schmitt2011-03-114-4/+5
| * [Security] removed core.security eventJohannes Schmitt2011-03-1116-277/+35
| * [Security] refactored remember-me codeJohannes M. Schmitt2011-03-115-168/+162
| * [Security] fixed some left-oversJohannes M. Schmitt2011-03-102-4/+4
| * [Security] various changes, see belowJohannes Schmitt2011-03-1025-182/+150
* | Renamed EventArgs classes and adapted remaining code to EventManagerBernhard Schussek2011-03-0721-61/+62
* | Merge remote branch 'symfony/master' into event-managerBernhard Schussek2011-03-0730-53/+56
|\ \ | |/
| * replaced symfony-project.org by symfony.comFabien Potencier2011-03-0630-51/+51
| * [Security] forward the entire access denied exception instead of only the mes...Johannes Schmitt2011-03-051-1/+1
| * TICKET #9557: session isn't required when using http basic authentification m...Cyril Quintin2011-03-051-1/+4
* | Replaced EventDispatcher by Doctrine's EventManager implementationBernhard Schussek2011-03-0526-261/+355
|/
* [Security] Fixed TypoPascal Borreli2011-03-011-5/+7
* Merge remote branch 'schmittjoh/security'Fabien Potencier2011-02-271-0/+11
|\
| * [Security] added method to retrieve the configured remember-me parameterJohannes Schmitt2011-02-261-0/+11
* | [Security] Removed useless elsePascal Borreli2011-02-271-7/+7
|/
* [Security] Fixed typoPascal Borreli2011-02-262-2/+2
* replaced Response::createRedirect by a new RedirectResponse classFabien Potencier2011-02-215-6/+11
* remove response as a serviceFabien Potencier2011-02-215-18/+6
* [Security] moved Security classes out of DoctrineBundle, cleaned-up SecurityE...Johannes Schmitt2011-02-161-1/+1
* [Security/Http] Adds CSRF protection to the form-loginJohannes Schmitt2011-02-161-5/+20
* [Security] fixes a bug in DigestAuthenticationListenerJohannes M. Schmitt2011-02-141-4/+3
* [Security] fixes a bug when clearing cookies on logoutJohannes M. Schmitt2011-02-141-15/+6
* [Security] adds logout success handlerJohannes Schmitt2011-02-142-3/+44
* [Security] fixes a bug where authentication errors might have leaked confiden...Johannes Schmitt2011-02-142-9/+9
* [Security] Fixed missed argument in call custom handler when authentication i...Deni2011-02-131-1/+1
* Changed namepace use of SecurityContext to SecurityContextInterface so that c...dordille2011-02-131-2/+3
* [Security] fixes some regressionsJohannes M. Schmitt2011-02-133-6/+6
* [Security] Refactored security context, moved getUser() implementation to tem...Johannes Schmitt2011-02-1210-22/+21
* Fixed access denied handlingChristophe Coevoet2011-02-101-2/+0
* fixed previous commitFabien Potencier2011-02-042-2/+2
* some fixes by just "blindly" trying to make phpStorm code analysis happierLukas Kahwe Smith2011-02-046-6/+5
* fixed method call, cosmetic variable renameLukas Kahwe Smith2011-02-043-7/+7
* Revert "[Security] Missing Event namespace in SwitchUserListener"Fabien Potencier2011-02-021-1/+0
* [Security] Missing Event namespace in SwitchUserListenerJeremy Mikola2011-02-021-0/+1
* [Security] bug fix in FormAuthenticationEntryPointJohannes M. Schmitt2011-02-029-25/+63
* [Security] some bug fixesJohannes M. Schmitt2011-02-023-1/+4
* Fixed typoSergey Linnik2011-01-281-2/+2
* [Security] fixed typoBulat Shakirzyanov2011-01-281-1/+1
* added two events "security.interactive_login", and "security.switch_user"Johannes M. Schmitt2011-01-274-1/+28
* renamed PreAuthenticatedListener to AbstractPreAuthenticatedListener to be co...Johannes M. Schmitt2011-01-272-3/+3
* added some doc commentsJohannes Schmitt2011-01-276-4/+78
* namespace changesJohannes M. Schmitt2011-01-2635-0/+3258