summaryrefslogtreecommitdiffstats
path: root/Http
Commit message (Expand)AuthorAgeFilesLines
* clearToken exception is thrown at wrong place.v2.2.6Xavier HAUSHERR2013-08-261-4/+6
* added a missing use statement (closes #8808)Fabien Potencier2013-08-211-0/+1
* removed dead code and fixed CSFabien Potencier2013-07-281-0/+1
* [Security] fixed issue where authentication listeners clear unrelated tokensalcaeus2013-07-194-4/+30
* Just a Typov2.2.4Moritz Borgmann2013-07-111-1/+1
* Merge branch '2.1' into 2.2Fabien Potencier2013-05-061-2/+2
|\
| * added a missing check for the provider keyv2.1.10Fabien Potencier2013-05-051-2/+2
* | merged branch lyrixx/path-10 (PR #7597)Fabien Potencier2013-04-081-1/+1
|\ \
| * | [Security] Removed unused varGrégoire Pineau2013-03-281-1/+1
* | | Doctrine cannot handle bare random non-utf8 stringsTerje Bråten2013-03-311-3/+3
* | | [Security] fixed wrong interfaceFabien Potencier2013-03-261-1/+1
* | | Add missing useXavier HAUSHERR2013-03-261-0/+1
* | | Merge branch '2.1' into 2.2Fabien Potencier2013-03-151-1/+1
|\ \ \ | | |/ | |/|
| * | changed sub-requests creation to '::create()'Jean-François Simon2013-03-151-1/+1
* | | fixed merge issueFabien Potencier2013-03-151-1/+1
* | | Merge branch '2.1' into 2.2Fabien Potencier2013-03-151-2/+12
|\ \ \ | |/ / | | / | |/ |/|
| * sub-requests are now created with the same class as their parentJean-François Simon2013-03-141-1/+1
| * [Security] use current request attributes to generate redirect url?Jean-François Simon2013-03-131-3/+13
* | Merge branch '2.1' into 2.2Fabien Potencier2013-02-111-2/+4
|\ \ | |/
| * [Security] fixed session creation on login (closes #7011)Adrien Samson2013-02-071-2/+4
* | Merge branch '2.1' into 2.2Fabien Potencier2013-02-071-2/+4
|\ \ | |/
| * [Security] fixed session creation when none is needed (closes #6917)Fabien Potencier2013-02-041-2/+4
* | Merge branch '2.1'Fabien Potencier2013-01-231-0/+18
|\ \ | |/
| * Merge branch '2.0' into 2.1Fabien Potencier2013-01-221-0/+18
| |\
| | * [Security] PHPDoc in SecurityEventsFran Moreno2013-01-211-0/+18
| | * merged branch Tobion/fix-double-encoding (PR #6363)v2.0.21v2.0.20Fabien Potencier2012-12-201-2/+2
| | |\
| | | * fix double-decoding in the routing systemTobias Schultze2012-12-141-2/+2
* | | | Fixed PHPDocPascal Borreli2013-01-111-1/+1
* | | | merged branch Seldaek/psr3 (PR #6628)Fabien Potencier2013-01-1016-21/+21
|\ \ \ \
| * | | | Remove use of deprecated HttpKernel LoggerInterfaceJordi Boggiano2013-01-0916-16/+16
| * | | | [Monolog] Mark old non-PSR3 methods as deprecatedJordi Boggiano2013-01-094-5/+5
* | | | | 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