summaryrefslogtreecommitdiffstats
path: root/Core/Exception
Commit message (Expand)AuthorAgeFilesLines
* AccessDeniedException: rename object to subjectChristian Flothmann2016-09-191-6/+6
* [Security] Expose the required roles in AccessDeniedExceptionTristan Darricau2016-07-291-0/+35
* Adding a class to make it easier to set custom authentication error messagesRyan Weaver2015-09-271-0/+79
* Adding a new exception and throwing it when the User changesRyan Weaver2015-09-201-0/+31
* unify default AccessDeniedExeption messageChristian Flothmann2015-06-291-1/+1
* Make @inheritdoc consistent (lowercase)Philipp Wahala2014-07-051-1/+1
* feature #10427 Username in UsernameNotFoundException message data (maryo)Fabien Potencier2014-06-061-0/+8
|\
| * Username in UsernameNotFoundException message dataMarek Štípek2014-06-061-0/+8
* | Merge branch '2.3' into 2.4Fabien Potencier2014-04-1616-19/+19
|\ \ | |/ |/|
| * made {@inheritdoc} annotations consistent across the boardFabien Potencier2014-04-1616-19/+19
* | Merge branch '2.3' into 2.4v2.4.1Fabien Potencier2014-01-011-2/+0
|\ \ | |/
| * removed unneeded use statementsFabien Potencier2014-01-011-2/+0
* | [Security\Csrf] Split CsrfTokenGenerator into CsrfTokenManager and TokenGener...v2.4.0-BETA1Bernhard Schussek2013-10-073-0/+63
|/
* [Security] Switch to English messages as message keysAlexander2013-01-0716-17/+18
* [Security] Fix CS + unreachable codeAlexander2013-01-072-8/+4
* [Security] Fix `AuthenticationException` serializationAlexander2013-01-073-2/+48
* [Security] Introduced `UsernameNotFoundException#get/setUsername`Alexander2013-01-071-0/+22
* [Security] Removed `get/setExtraInformation`, added `get/set(Token|User)`Alexander2013-01-072-5/+41
* [Security] Add custom `getMessageKey` AccountStatusException childsAlexander2013-01-074-0/+32
* [Security] Add `getMessageKey` and `getMessageData` to auth exceptionsAlexander2013-01-0712-2/+106
* [Security] Change signature of `AuthenticationException` to match `\Exception`Alexander2013-01-071-7/+1
* [Security] fixed English grammar in exception messageDouglas Greenshields2012-05-011-1/+1
* fixed CS (missing or misplaced license blocks)Eriksen Costa2012-04-021-2/+2
* updated license blocksEriksen Costa2012-03-311-3/+3
* [Security] Use LogoutException for invalid CSRF token in LogoutListenerJeremy Mikola2012-02-141-0/+25
* removed unused use statementsFabien Potencier2011-10-291-3/+0
* fixed CSFabien Potencier2011-06-084-4/+4
* added missing license headersFabien Potencier2011-05-311-0/+9
* [Security/Http] better error message when session times out, or cookies are d...Johannes Schmitt2011-05-141-0/+27
* removed empty lines/trailing spacesBrikou CARRE2011-04-152-2/+2
* [Security] various changes, see belowJohannes Schmitt2011-03-102-3/+3
* replaced symfony-project.org by symfony.comFabien Potencier2011-03-0617-31/+31
* corrected NonceExpiredException namespaceLukas Kahwe Smith2011-02-271-1/+1
* [Security/Http] Adds CSRF protection to the form-loginJohannes Schmitt2011-02-161-0/+12
* [Security] fixes a bug where authentication errors might have leaked confiden...Johannes Schmitt2011-02-141-1/+23
* [Security] bug fix in FormAuthenticationEntryPointJohannes M. Schmitt2011-02-021-1/+1
* namespace changesJohannes M. Schmitt2011-01-2617-0/+395