summaryrefslogtreecommitdiffstats
path: root/Http
Commit message (Expand)AuthorAgeFilesLines
* merged branch asm89/issue-837 (PR #4935)Fabien Potencier2013-01-102-2/+4
|\
| * [Security] Removed `get/setExtraInformation`, added `get/set(Token|User)`Alexander2013-01-071-1/+1
| * [Security] Fix InsufficientAuthenticationException constructor callsAlexander2013-01-071-1/+3
| * [Security] Fix AuthenticationException constructor callsAlexander2013-01-071-1/+1
* | merged branch Tobion/relative-path (PR #3958)Fabien Potencier2013-01-091-8/+3
|\ \ | |/ |/|
| * [Routing] add support for path-relative and scheme-relative URL generationTobias Schultze2012-12-131-8/+3
* | Merge branch '2.1'Fabien Potencier2013-01-051-1/+1
|\ \
| * | use the right RequestMatcherInterfaceDavid Buchmann2013-01-041-1/+1
* | | Merge branch '2.1'Fabien Potencier2013-01-041-4/+13
|\ \ \ | |/ /
| * | HttpUtils must handle RequestMatcher tooDavid Buchmann2012-12-231-4/+13
* | | Fixed most of the docblocks/unused namespacesFlorin Patan2012-12-197-2/+27
| |/ |/|
* | Merge branch '2.1'Fabien Potencier2012-12-113-2/+2
|\ \ | |/
| * fixed CSv2.1.6v2.1.5Fabien Potencier2012-12-111-1/+0
| * Merge branch '2.0' into 2.1Fabien Potencier2012-12-111-0/+1
| |\
| | * fixed CSFabien Potencier2012-12-111-0/+1
| * | [Security] fixed path info encoding (closes #6040, closes #5695)Fabien Potencier2012-12-111-1/+1
* | | merged branch leevigraham/failure_path (PR #5860)Fabien Potencier2012-12-061-3/+8
|\ \ \
| * | | Added failure_path_parameter to mirror target_path_parameterLeevi Graham2012-12-061-3/+8
* | | | Bugfix for creating cookie on loginSuccess in AbstractRememberMeServicesTerje Bråten2012-11-292-1/+6
* | | | Merge branch '2.1'Fabien Potencier2012-11-291-6/+7
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch '2.0' into 2.1v2.1.4Fabien Potencier2012-11-291-6/+7
| |\ \ \ | | | |/ | | |/|
| | * | [Security] remove escape charters from username provided by Digest DigestAuth...v2.0.19Sebastiaan Stok2012-11-151-1/+1
| | * | [Security] Fixed digest authenticationVincent Simonin2012-11-151-1/+1
| | * | [Security] Fixed digest authenticationVincent Simonin2012-11-151-5/+6
* | | | Try to make sure cookies get deleted from the TokenProvider when no longer in...Terje Bråten2012-11-212-4/+8
* | | | changed the Firewall to be a proper subscriberFabien Potencier2012-11-061-1/+8
* | | | changed the remember-me listener to be a proper subscriberFabien Potencier2012-11-061-1/+8
* | | | [Security] removed the 401 error custom status messageFabien Potencier2012-11-062-2/+2
| |_|/ |/| |
* | | merged branch acasademont/tweak_userform_security_listener (PR #5824)Fabien Potencier2012-10-281-11/+8
|\ \ \
| * | | [Security] Tweak UsernamePasswordFormAuthenticationListenerAlbert Casademont2012-10-231-11/+8
* | | | fixed CSFabien Potencier2012-10-281-7/+7
* | | | added a SecureRandomInterfaceFabien Potencier2012-10-281-2/+2
* | | | moved the secure random dep for remember me as a constructor argumentFabien Potencier2012-10-281-1/+13
* | | | renamed Prng to SecureRandomFabien Potencier2012-10-281-7/+7
* | | | moved the secure random class from JMSSecurityExtraBundle to Symfony (closes ...Fabien Potencier2012-10-281-25/+10
* | | | Merge branch '2.1'Fabien Potencier2012-10-243-3/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Code cleanupv2.1.3Mario A. Alvarez Garcia2012-10-222-2/+0
| * | NsdocblocksDrak2012-10-201-1/+1
* | | Merge branch '2.1'Fabien Potencier2012-10-021-1/+1
|\ \ \ | |/ /
| * | Merge branch '2.0' into 2.1Fabien Potencier2012-10-021-1/+1
| |\ \ | | |/
| | * fixed undefined variablev2.0.18James Michael DuPont2012-09-281-1/+1
| | * avoid fatal error on invalid sessionv2.0.17Kris Wallsmith2012-08-071-8/+15
| | * fixed CS (mainly method signatures)v2.0.16Fabien Potencier2012-07-0913-18/+18
* | | Update src/Symfony/Component/Security/Http/Firewall/UsernamePasswordFormAuthe...nervo2012-09-231-1/+1
|/ /
* | Move remember me ResponseListener from security bundle into security componentDerManoMann2012-08-301-0/+33
* | merged 2.0Fabien Potencier2012-08-101-8/+15
* | [Security] tweaked previous mergeFabien Potencier2012-07-261-10/+4
* | [Security] add docblocks to InteractiveLoginEventJonathan Ingram2012-07-261-0/+22
* | [Security] Fixed use_referer option not working properly when login_path is a...Albert Casademont2012-07-241-1/+1
* | merged branch KaipiYann/Fix-DocBlock-attemptAuthentication (PR #4996)Fabien Potencier2012-07-211-1/+1
|\ \
| * | [Security] Fix DocBlock of attemptAuthenticationKaipi Yann2012-07-201-1/+1
* | | [Security] Extract default logout success handling logicAlexander2012-07-142-11/+52
* | | ensured that an exception is always converted to an error response (and that ...Fabien Potencier2012-07-131-1/+0
* | | [Security] made sure that we always replace the security access denied except...Fabien Potencier2012-07-131-4/+2
* | | [Security] Remove hard dependency on $providerKey for default auth success ha...Alexander2012-07-121-6/+24
* | | merged branch asm89/refactor-authentication-success-handling (PR #4599)Fabien Potencier2012-07-096-79/+198
|\ \ \
| * | | [Security] Fix regression after rebase. Target url should be firewall dependentAlexander2012-07-082-5/+8
| * | | [Security] Add note to CHANGELOG about refactored authentication failure/succ...Alexander2012-07-083-36/+28
| * | | [Security] Update AuthenticationFailureHandlerInterface docblock. Never retur...Alexander2012-07-081-1/+1
| * | | [Security] Move default authentication failure handling strategy to seperate ...Alexander2012-07-084-35/+116
| * | | [Security] Move default authentication success handling strategy to seperate ...Alexander2012-07-084-47/+90
* | | | fixed CSFabien Potencier2012-07-0914-19/+19
|/ / /
* | | [Security] Fix typo in docblockAdrien Brault2012-07-071-1/+1
|/ /
* | [Security] fixed automatic registration of the response listener when creatin...Fabien Potencier2012-07-061-4/+6
* | merged branch uwej711/security_target_path_master (PR #4409)Fabien Potencier2012-07-022-4/+6
|\ \
| * | Make the session entry for the target url firewall dependent.Uwe Jäger2012-05-252-4/+6
* | | fixed phpdocFabien Potencier2012-06-261-1/+4
* | | [Security] simplified some codeFabien Potencier2012-06-261-16/+21
* | | [Security] changed the HttpUtils constructor to tak both a UrlGenerator and a...Fabien Potencier2012-06-261-9/+13
* | | merged 2.0Fabien Potencier2012-06-201-1/+1
|\ \ \ | | |/ | |/|
| * | tweaked the previous commitFabien Potencier2012-06-161-1/+1
| * | [Security] Only redirect to urls called with http method GETUwe Jäger2012-06-141-1/+1
* | | [Security] Check post_only option and request methodHenrik Bjørnskov2012-06-091-0/+12
| |/ |/|
* | merged 2.0Fabien Potencier2012-05-211-2/+2
|\ \ | |/
| * merged branch kepten/ticket_1813 (PR #3551)v2.0.15Fabien Potencier2012-05-211-2/+2
| |\
| | * [HttpFoundation] HTTP Basic authentication is broken with PHP as cgi/fastCGI ...kepten2012-04-201-2/+2
| * | fixed CSFabien Potencier2012-05-186-18/+18
| * | fixed phpdoc @param alignmentv2.0.14Fabien Potencier2012-05-155-17/+17
| * | use SecurityContextInterface instead of SecurityContextv2.0.13Pierre Minnieur2012-03-092-5/+5
| |/
| * fixed CSv2.0.10Fabien Potencier2012-01-171-1/+1
* | fixed CSFabien Potencier2012-05-186-19/+19
* | fixed phpdoc @param alignmentFabien Potencier2012-05-155-18/+18
* | [Security] fixed English grammar in exception messageDouglas Greenshields2012-05-011-1/+1
* | fixed CS (missing or misplaced license blocks)Eriksen Costa2012-04-025-42/+42
* | updated license blocksEriksen Costa2012-03-319-27/+27
* | fixed CSFabien Potencier2012-03-231-2/+2
* | [Security] Log file/line that triggered the AccessDeniedExceptionJordi Boggiano2012-03-231-2/+2
* | [SecurityBundle] Allow switching to the user that is already impersonated (fi...Andreas Hucks2012-03-151-6/+10
* | fixed docblockPierre Minnieur2012-03-071-1/+1
* | use SecurityContextInterface instead of SecurityContextPierre Minnieur2012-03-071-2/+2
* | use SecurityContextInterface instead of SecurityContextPierre Minnieur2012-03-061-2/+2
* | merged branch jmikola/logout-csrf (PR #3007)Fabien Potencier2012-03-052-15/+43
|\ \
| * | [Security] Use LogoutException for invalid CSRF token in LogoutListenerJeremy Mikola2012-02-142-2/+11
| * | [Security] Allow LogoutListener to validate CSRF tokensJeremy Mikola2012-02-141-10/+29
| * | [Security] Refactor LogoutListener constructor to take optionsJeremy Mikola2012-02-141-9/+9
* | | [Security] added support for the remember_me parameter in the query (closes #...Fabien Potencier2012-03-021-1/+1
* | | [Security] added AccessMapInterfaceKris Wallsmith2012-02-154-5/+38
|/ /
* | Authentication(Success|Failure)Handler can now return nullOlivier Dolbeau2012-01-243-4/+8
* | [Security] made the logout path check configurableFabien Potencier2011-12-231-1/+18
* | merged 2.0Fabien Potencier2011-12-181-1/+1
|\ \ | |/