index
:
symfony-security
master
origin/2.0
origin/2.1
origin/2.2
origin/2.3
origin/2.4
origin/2.5
origin/2.6
origin/2.7
origin/2.8
origin/3.0
origin/3.1
origin/3.2
origin/HEAD
origin/expression-voter-optim
origin/master
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Core
/
Authentication
Commit message (
Expand
)
Author
Age
Files
Lines
*
Docblock fixes
Graham Campbell
2014-11-30
4
-6
/
+8
*
Improved the phpdoc for security token classes
Christophe Coevoet
2014-10-24
2
-5
/
+5
*
bug #10242 Missing checkPreAuth from RememberMeAuthenticationProvider
v2.3.20
Mathieu Morlon
2014-09-24
1
-1
/
+1
*
fixed CS
Fabien Potencier
2014-09-22
2
-9
/
+9
*
minor #10717 unified return null usages (fabpot)
Fabien Potencier
2014-04-18
3
-3
/
+3
|
\
|
*
unified return null usages
Fabien Potencier
2014-04-16
3
-3
/
+3
*
|
fixed types in phpdocs
Fabien Potencier
2014-04-16
4
-7
/
+7
|
/
*
made {@inheritdoc} annotations consistent across the board
Fabien Potencier
2014-04-16
3
-6
/
+6
*
made phpdoc types consistent with those defined in Hack
Fabien Potencier
2014-04-15
4
-4
/
+4
*
made types consistent with those defined in Hack
Fabien Potencier
2014-04-13
2
-3
/
+3
*
[Component/Security] Fixed some phpdocs in Security/Core
Joseph Bielawski
2014-01-17
9
-21
/
+81
*
bug #8997 [Security] Fixed problem with losing ROLE_PREVIOUS_ADMIN role. (paw...
Fabien Potencier
2013-12-29
1
-1
/
+25
|
\
|
*
[Security] Fixed problem with losing ROLE_PREVIOUS_ADMIN role.
Paweł Wacławczyk
2013-12-29
1
-1
/
+25
*
|
Fix parent serialization of user object
David de Boer
2013-12-23
1
-1
/
+8
*
|
Merge branch '2.2' into 2.3
Fabien Potencier
2013-09-19
4
-1
/
+7
|
\
\
|
|
/
|
/
|
|
*
Fix some annotates
bronze1man
2013-09-19
4
-1
/
+7
*
|
Merge branch '2.2' into 2.3
Fabien Potencier
2013-08-13
1
-1
/
+1
|
\
\
|
|
/
|
*
Fixed documentation grammar for AuthenticationManagerInterface::authenticate()
Jaik Dean
2013-08-13
1
-1
/
+1
*
|
Added a DoktrineTokenProvider in Security/Bridge/Doctrine/security/RememberMe
Terje Bråten
2013-04-21
1
-2
/
+3
*
|
Fixed typos
Pascal Borreli
2013-04-21
1
-2
/
+2
|
/
*
Merge branch '2.1' into 2.2
Fabien Potencier
2013-03-19
1
-1
/
+1
|
\
|
*
Add a public modifier to an interface method
v2.1.9
Elnur Abdurrakhimov
2013-03-18
1
-1
/
+1
*
|
[Security] Introduced `UsernameNotFoundException#get/setUsername`
Alexander
2013-01-07
2
-0
/
+2
*
|
[Security] Removed `get/setExtraInformation`, added `get/set(Token|User)`
Alexander
2013-01-07
2
-3
/
+3
*
|
[Security] Fix AuthenticationServiceException constructor calls
Alexander
2013-01-07
1
-1
/
+3
*
|
Fixed most of the docblocks/unused namespaces
Florin Patan
2012-12-19
5
-0
/
+10
*
|
CS Fixes - Replaced "array of type" by "Type[]" in PHPDoc block
Thomas Lallement
2012-11-19
4
-13
/
+21
|
/
*
Nsdocblocks
Drak
2012-10-20
2
-8
/
+8
*
fixed CS
Fabien Potencier
2012-07-09
5
-27
/
+27
*
merged 2.0
Fabien Potencier
2012-06-20
2
-2
/
+2
|
\
|
*
merged branch Maks3w/patch-4 (PR #4616)
Fabien Potencier
2012-06-20
1
-1
/
+1
|
|
\
|
|
*
[Security] Change return value in DocBlock
Maks
2012-06-19
1
-1
/
+1
|
*
|
[Security] Allow "0" as a password
Victor Berchet
2012-06-20
1
-1
/
+1
|
|
/
|
*
fixed phpdoc @param alignment
v2.0.14
Fabien Potencier
2012-05-15
2
-2
/
+2
*
|
fixed phpdoc @param alignment
Fabien Potencier
2012-05-15
2
-2
/
+2
*
|
merged 2.0
Fabien Potencier
2012-05-11
2
-1
/
+10
|
\
\
|
|
/
|
*
[Security] fixed phpdoc.
Hugo Hamon
2012-05-01
1
-1
/
+1
|
*
[Security] added some missing phpdoc for AbstractToken::setUser() and Usernam...
Hugo Hamon
2012-05-01
2
-1
/
+10
*
|
fixed CS (missing or misplaced license blocks)
Eriksen Costa
2012-04-02
3
-6
/
+6
*
|
updated license blocks
Eriksen Costa
2012-03-31
2
-6
/
+6
*
|
Add some more tests, and enforce boolean return value of interface implementa...
Dariusz Górecki
2012-01-10
1
-1
/
+1
*
|
When method name is `hasUserChanged` the return boolean should be true (to ma...
Dariusz Górecki
2012-01-10
1
-11
/
+11
*
|
Refactor `isUserChanged` to `hasUserChanged`
Dariusz Górecki
2012-01-10
1
-3
/
+3
*
|
Change names to Equatable
Dariusz Górecki
2012-01-10
1
-5
/
+5
*
|
[BC Break][Security] Moved user comparsion logic out of UserInterface As disc...
Dariusz Górecki
2012-01-10
1
-1
/
+48
*
|
'for' was duplicated
Javier López
2011-12-28
1
-1
/
+1
*
|
merged 2.0
Fabien Potencier
2011-12-18
1
-3
/
+3
|
\
\
|
|
/
|
*
fixed CS
Fabien Potencier
2011-12-18
1
-3
/
+3
*
|
merged 2.0
Fabien Potencier
2011-12-13
2
-5
/
+9
|
\
\
|
|
/
|
*
[DoctrineBridge] fixed some CS
Fabien Potencier
2011-12-13
2
-5
/
+9
*
|
added authentication success/failure events
Johannes Schmitt
2011-11-22
1
-0
/
+19
*
|
[Security] made exceptions thrown by the user checker and the checkAuthentica...
Fabien Potencier
2011-11-07
1
-11
/
+19
*
|
merged 2.0
Fabien Potencier
2011-11-07
2
-2
/
+2
|
\
\
|
|
/
|
*
replace occurences of "an UserInteface" with "a UserInterface"
Igor Wiedler
2011-11-03
2
-2
/
+2
*
|
merged 2.0
Fabien Potencier
2011-10-29
4
-4
/
+0
|
\
\
|
|
/
|
*
removed unused use statements
Fabien Potencier
2011-10-29
4
-4
/
+0
*
|
Removed redundant "@return void"-s
Helmer Aaviksoo
2011-10-07
1
-2
/
+0
*
|
[Security] changed a RuntimeException to LogicException for consistencies bet...
Fabien Potencier
2011-10-03
1
-1
/
+1
|
/
*
[Security] change a comparison to use a strict comparison
Fabien Potencier
2011-07-22
1
-1
/
+1
*
[Security] reverted some changes from previous merge
Fabien Potencier
2011-06-15
1
-1
/
+1
*
merged branch kaiwa/loglevel (PR #1073)
Fabien Potencier
2011-06-15
1
-1
/
+1
|
\
|
*
Checked log levels
kaiwa
2011-05-27
1
-1
/
+1
*
|
fixed CS
Fabien Potencier
2011-06-08
6
-6
/
+6
*
|
[Security/Core] added missing method to interface
Johannes M. Schmitt
2011-06-01
1
-0
/
+6
*
|
added missing license headers
Fabien Potencier
2011-05-31
2
-0
/
+19
*
|
[Various] Fixed phpdoc
Pascal Borreli
2011-05-29
1
-2
/
+2
|
/
*
[Phpdoc] Cleaning/fixing
Pascal Borreli
2011-04-23
6
-16
/
+24
*
removed empty lines/trailing spaces
Brikou CARRE
2011-04-15
1
-4
/
+4
*
[Security] tweaked some exception messages
Fabien Potencier
2011-04-12
1
-2
/
+2
*
[Security] removed import of the UserInterface interface as it is unused in t...
hhamon
2011-03-18
1
-6
/
+4
*
[Security] small performance optimization
Johannes M. Schmitt
2011-03-14
1
-0
/
+4
*
re-added a __toString method for debugging purposes
Johannes Schmitt
2011-03-12
2
-0
/
+25
*
[Security] refactored remember-me code
Johannes M. Schmitt
2011-03-11
2
-10
/
+2
*
[Security] added some more tests
Johannes M. Schmitt
2011-03-10
2
-3
/
+16
*
[Security] various changes, see below
Johannes Schmitt
2011-03-10
14
-268
/
+231
*
replaced symfony-project.org by symfony.com
Fabien Potencier
2011-03-06
18
-30
/
+30
*
[Security] added the 'key' attribute of RememberMeToken to serialized string ...
Bulat Shakirzyanov
2011-03-04
1
-0
/
+17
*
[Security] Copy token attributes when auth providers create a new token from ...
Jeremy Mikola
2011-02-23
2
-2
/
+8
*
[Security] Add providerKey to PreAuthenticatedToken tokens constructed by Pre...
Jeremy Mikola
2011-02-15
1
-1
/
+1
*
[Security] Allow authentication tokens to hold attributes
Jeremy Mikola
2011-02-15
2
-2
/
+107
*
[Security] Refactored security context, moved getUser() implementation to tem...
Johannes Schmitt
2011-02-12
1
-3
/
+1
*
[Security] removed __toString() from AccountInterface
Johannes Schmitt
2011-02-12
1
-6
/
+6
*
[Security] bug fix in FormAuthenticationEntryPoint
Johannes M. Schmitt
2011-02-02
1
-32
/
+0
*
[Security] fixed a Token serialization bug
Sebastian Utz
2011-02-02
4
-23
/
+12
*
namespace changes
Johannes M. Schmitt
2011-01-26
21
-0
/
+1549