summaryrefslogtreecommitdiffstats
path: root/Http
Commit message (Expand)AuthorAgeFilesLines
* [Security] Fixed digest authenticationVincent Simonin2012-11-151-5/+6
* 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
* 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
* 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 Potencier2011-12-181-1/+1
* [DoctrineBridge] fixed some CSFabien Potencier2011-12-1311-2/+25
* check for session before trying to authentication detailsMatt Lehner2011-12-021-0/+4
* removed unused use statementsFabien Potencier2011-11-246-6/+0
* [Security] fixed HttpUtils::checkRequestPath() to not catch all exceptions (c...v2.0.6Fabien Potencier2011-11-141-1/+5
* merged branch snc/issue-1798 (PR #2528)Fabien Potencier2011-11-101-0/+8
|\
| * Remove only the security token instead of the session cookie.H. Westphal2011-11-011-7/+6
| * Clear session cookie if user was deleted, is disabled or locked to prevent in...H. Westphal2011-10-311-1/+10
* | [Security] Fix checkRequestPath doc; closes #2323Jeremy Mikola2011-11-071-1/+1
* | replace occurences of "an UserInteface" with "a UserInterface"Igor Wiedler2011-11-031-1/+1
|/
* removed unused use statementsFabien Potencier2011-10-297-11/+0
* merged branch helmer/target_path (PR #2228)Fabien Potencier2011-09-251-2/+7
* Fixed the creation of the subrequestsChristophe Coevoet2011-09-181-0/+3
* Added missing method to HTTP Digest entry pointStefano Sala2011-09-061-0/+10
* increased visibility of httpUtils propertyJohannes Schmitt2011-08-181-1/+2
* Using the $status parameter instead of fixed value when creating a RedirectRe...v2.0.0Henrik Westphal2011-07-241-1/+1
* fixes #1659Johannes Schmitt2011-07-191-0/+5
* fixes several bugsJohannes Schmitt2011-07-191-15/+42
* merged branch schmittjoh/abstractAuthenticationListener (PR #1683)Fabien Potencier2011-07-131-8/+8
|\
| * [Security] changed order of checks to check for more specific things firstJohannes Schmitt2011-07-131-8/+8
* | [Security] fixes #1329Johannes Schmitt2011-07-131-1/+1
* | Added a AccessDeniedHttpException to wrap the AccessDeniedException.Christophe Coevoet2011-07-111-5/+6
* | [Security] fixed redirection URLs when using {_locale} in the patternFabien Potencier2011-07-111-0/+13
* | [Security] tweaked previous commitFabien Potencier2011-07-051-0/+1
* | [Security] removed a hackFabien Potencier2011-07-051-9/+14
* | [Security] reverted change from previous mergeFabien Potencier2011-07-041-0/+6
* | merged branch Herzult/testSecurity (PR #1447)Fabien Potencier2011-07-043-10/+2
|\ \ | |/ |/|
| * [Security] Remove useless attribute in basic authentication listener & test itAntoine Hérault2011-06-261-6/+0
| * [Security] Update access listener constructor's prototype and add testsAntoine Hérault2011-06-261-2/+2
| * [Security] Remove useless attribute & var in firewallAntoine Hérault2011-06-251-2/+0
* | [Security] Fix http retry authentication entry pointAntoine Hérault2011-06-251-1/+1
* | [Security] Fix http form authentication entry pointAntoine Hérault2011-06-251-1/+1
* | [Security] Fix http digest authentication entry pointAntoine Hérault2011-06-251-1/+1
|/
* [Security] Fix http basic authentication entry pointAntoine Hérault2011-06-251-1/+1
* [Security] added an HttpUtils class to manage logic related to Requests and R...Fabien Potencier2011-06-226-30/+135
* Renamed core.* events to kernel.* and CoreEvents to KernelEventsJordi Boggiano2011-06-216-11/+8
* [Security] renamed UserProviderInterface::loadUser() to refreshUser()Fabien Potencier2011-06-161-1/+1
* made some tweaks to error levelsFabien Potencier2011-06-154-7/+7
* [Security] reverted some changes from previous mergeFabien Potencier2011-06-151-4/+1
* merged branch kaiwa/loglevel (PR #1073)Fabien Potencier2011-06-1510-18/+21
|\
| * Checked log levelskaiwa2011-05-2710-18/+21
* | fixed CSFabien Potencier2011-06-131-1/+1
* | made logoutPath localizable as wellNed Schwartz2011-06-101-1/+3
* | storing localized targetPath in a string as opposed to updating the attributeNed Schwartz2011-06-101-4/+3
* | In the spirit of 882a8e3f09c602a6f0ed3b5bd20e8d4688331500 allow for localized...Ned Schwartz2011-06-101-0/+2
* | fixed CSFabien Potencier2011-06-0816-16/+16
* | fixed CSFabien Potencier2011-06-081-0/+2
* | [Security] fixed sub-requests creation (closes #1212)Fabien Potencier2011-06-083-3/+5
* | Added the support of the locale in the login path and the check pathChristophe Coevoet2011-06-062-7/+10
* | [Security/Http] removed irrelevant codeJohannes M. Schmitt2011-06-031-2/+0
* | added missing license headersFabien Potencier2011-05-317-0/+63
* | merged origin/masterFabien Potencier2011-05-311-1/+1
|\ \
| * | [Security] fixed wrong function callFabien Potencier2011-05-301-1/+1
* | | merged origin/masterFabien Potencier2011-05-302-2/+11
|\ \ \ | |/ /
| * | Merge branch 'master' of http://github.com/symfony/symfony into securityJohannes M. Schmitt2011-05-301-5/+10
| |\ \
| * \ \ Merge branch 'master' of git://github.com/symfony/symfony into securityJohannes Schmitt2011-05-281-0/+1
| |\ \ \
| * | | | [Security/Http] use deep parameter for CSRF parameterJohannes Schmitt2011-05-181-1/+1
| * | | | Merge remote branch 'origin/master' into securityJohannes Schmitt2011-05-181-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | [Security/Http] better error message when session times out, or cookies are d...Johannes Schmitt2011-05-141-0/+9
| * | | | [Security/Http] {_locale} can be used as placeholder in target path generationJohannes Schmitt2011-05-141-1/+1
* | | | | [Security] fixed event namesFabien Potencier2011-05-305-7/+7
* | | | | [Security] removed obsolete use statementsFabien Potencier2011-05-306-6/+0
* | | | | renamed constants to upper casedFabien Potencier2011-05-302-2/+2
* | | | | Merge remote branch 'Seldaek/events' into events1Fabien Potencier2011-05-307-19/+19
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Update Core and Security events to latest modelJordi Boggiano2011-05-267-18/+18
| * | | | [EventDispatcher] Allow registration of arbitrary callbacksJordi Boggiano2011-05-261-1/+1
| | |/ / | |/| |
* | | | [Various] Fixed phpdocPascal Borreli2011-05-291-5/+10
| |_|/ |/| |
* | | [Security] Adding tests and then fixing bug where ContextListener did no loggingRyan Weaver2011-05-261-0/+1
|/ /
* | [Security] updated with "intention"Kris Wallsmith2011-05-161-2/+2
|/
* [Security] use deep flag when retrieving username + passwordJohannes Schmitt2011-05-102-3/+3
* [Security][HttpFoundation] splits Request::hasSession() into hasSession(), an...Johannes Schmitt2011-05-051-1/+1
* [Phpdoc] Cleaning/fixingPascal Borreli2011-04-239-28/+32
* Merge remote branch 'bschussek/form-extensions'Fabien Potencier2011-04-231-1/+1
|\
| * [Form] Reorganized code into "form extensions"Bernhard Schussek2011-04-221-1/+1
* | Fixed various typoPascal Borreli2011-04-222-2/+2
|/
* fixes a bug in the SwitchUserListenerJohannes M. Schmitt2011-04-191-1/+4
* [Security] fixed URLFabien Potencier2011-04-121-1/+1
* [Security] Remove unneeded and invalid use statementJordi Boggiano2011-04-051-1/+0
* [SecurityBundle] fixed missing argument EventDisplatcher in RememberMe serviceAlexey Popkov2011-03-242-0/+2
* [Security] Removed useless method callChristophe Coevoet2011-03-231-2/+0
* [Security] Fixed some listeners not updated after the event refactoringChristophe Coevoet2011-03-223-5/+5
* Merge remote branch 'mvrhov/variousFixes'Fabien Potencier2011-03-211-2/+0
|\
| * removed unecessary use statements (ExceptionEvent was also undefined namespace)Miha Vrhovnik2011-03-211-2/+0
* | Merge branch 'interactive-login-event' of git://github.com/yethee/symfony int...Johannes M. Schmitt2011-03-211-1/+2
|\ \ | |/ |/|
| * [Security] Added a type hint.Deni2011-03-191-1/+2
* | Fixing failure on forward which was broken by Event refactoringMiha Vrhovnik2011-03-191-1/+1
* | fix to use setExceptionAmal Raghav2011-03-191-2/+2
|/
* Merge remote branch 'schmittjoh/security'Fabien Potencier2011-03-181-1/+1
|\