Kris Wallsmith
|
470baaab9f
[DependencyInjection] renamed ContainerBuilder::remove() as removeDefinition() to be more consistent with other definition-related methods
|
hace 14 años |
Kris Wallsmith
|
cdf706d357
[DependencyInjection] renamed Definition::setArgument() as replaceArgument() to be more specific
|
hace 14 años |
Johannes Schmitt
|
5a4ffcd8b6
[Security] re-added some parameters
|
hace 14 años |
Victor Berchet
|
b640fcb0f0
[Config] Introduction of an ConfigurationInterface
|
hace 14 años |
Johannes Schmitt
|
4776f9523b
[SecurityBundle] inline parameters which are only used in one place
|
hace 14 años |
Johannes Schmitt
|
e0c745757d
[SecurityBundle] moved all non-class parameters to the Configuration file
|
hace 14 años |
Martin Hason
|
aae492f79b
removed unused use statements in DIC extensions
|
hace 14 años |
Martin Hason
|
3bdacafb1b
[SecurityBundle] simplified resource location
|
hace 14 años |
Fabien Potencier
|
2cf0601f18
[SecurityBundle] made the anonymous key parameter configurable and random by default
|
hace 14 años |
Fabien Potencier
|
d7663e7046
[SecurityBundle] fixed the anonymous listener which was always registered
|
hace 14 años |
Kris Wallsmith
|
1314d6fda7
fixed listener definition
|
hace 14 años |
Johannes Schmitt
|
97125269d2
[Security] fixed some tests
|
hace 14 años |
Johannes M. Schmitt
|
3e5fe74cfb
Merge branch 'master' of git://github.com/petajaros/symfony into visibilityChanges
|
hace 14 años |
Johannes Schmitt
|
1d5538fc60
[Security] various changes, see below
|
hace 14 años |
Petr Jaroš
|
82a44ec9d4
[Security] Bugfix - Ensure that passwords is of string type. Function BasePasswordEncoder::comparePasswords haven't been working properly for numeric (plaintype) passwords.
|
hace 14 años |
Fabien Potencier
|
8c423edfef
replaced symfony-project.org by symfony.com
|
hace 14 años |
Johannes Schmitt
|
f82b89cdc5
[Security] changed defaults for MessageDigestEncoder
|
hace 14 años |
Fabien Potencier
|
23e9386a0e
changed all extensions to use the default Extension::getAlias() impl
|
hace 14 años |
Fabien Potencier
|
6b12c21261
moved DependencyInjection\Configuration to Config\Definition
|
hace 14 años |
Johannes M. Schmitt
|
22947da18d
[Security] added some classes to the compilation map
|
hace 14 años |
Johannes M. Schmitt
|
53f3ff8258
[Security] adds a chain user provider
|
hace 14 años |
Johannes Schmitt
|
82c6844147
[Security] moved Security classes out of DoctrineBundle, cleaned-up SecurityExtension accordingly
|
hace 14 años |
Fabien Potencier
|
62e3053769
refactored previous commit, fixed tests
|
hace 14 años |
Lukas Kahwe Smith
|
7f182bd877
implicitly load all registered bundles, all loading is now handled by load(), disable loading of an extension explcitly via setting the extension config to false (for now only Yaml is implemented)
|
hace 14 años |
Johannes Schmitt
|
b685b3ab4d
[Security] adds logout success handler
|
hace 14 años |
Johannes Schmitt
|
bc283f1a66
[Security] removed 'security.authentication_provider' tag
|
hace 14 años |
Johannes Schmitt
|
5c7fe8f866
[Security] simplified encoder factory implementation
|
hace 14 años |
Johannes M. Schmitt
|
0643dc44fd
[Security] adds a priority attribute to security voters
|
hace 14 años |
Fabien Potencier
|
5c905beb13
moved common configuration classes to a new Config component
|
hace 14 años |
Johannes M. Schmitt
|
3dfc09cd8d
[Security] fixes some regressions
|
hace 14 años |