Johannes M. Schmitt
|
3463f47698
applies base64 encoding directly to the binary data instead of their hexadecimal representation
|
14 gadi atpakaļ |
Dominique Bongiraud
|
6885f90f17
[HttpKernel\Security]Fixed use statement and updated parameters constructor
|
14 gadi atpakaļ |
Dominique Bongiraud
|
c0ef9fb0ea
[HttpKernel\Security]Fixed markup
|
14 gadi atpakaļ |
Dominique Bongiraud
|
a85bca395a
[Security]Fixed markup
|
14 gadi atpakaļ |
Dominique Bongiraud
|
66ff8073b9
[Security]Fixed CS
|
14 gadi atpakaļ |
Fabien Potencier
|
f710c9c46c
[DoctrineBundle] made tweaked an error message
|
14 gadi atpakaļ |
Fabien Potencier
|
4027f751e3
[Security] added more unit tests
|
14 gadi atpakaļ |
Fabien Potencier
|
d2b184e058
[Security] removed type hint in AuthenticationException as the extra information can be of different classes
|
14 gadi atpakaļ |
Johannes Schmitt
|
d077ac4158
[Security] changed encoders to use hash() function whenver possible and replaced sha1 with sha256 as default algorithm
|
15 gadi atpakaļ |
Ryan Weaver
|
84a60d74d1
Allowing a routes node to be specified without any child import or route nodes.
|
14 gadi atpakaļ |
Fabien Potencier
|
b6552dd037
removed old code
|
14 gadi atpakaļ |
Nicolas A. Bérard-Nault
|
2cf3e4ed07
Moved the "reboot" call after the request is handled; this permits the setting of test fixtures and cleans up the kernel after the request.
|
15 gadi atpakaļ |
Bernhard Schussek
|
96a0bff915
[Form] Made InputField instantiable so that simple input fields can be created on the fly
|
15 gadi atpakaļ |
Bernhard Schussek
|
e9fcacdad7
[HttpFoundation] Fixed: File/UploadedFile did not adjust path when moved
|
15 gadi atpakaļ |
Bernhard Schussek
|
72dcee594a
[Form] Added validiation of hours, minutes and seconds to TimeField
|
15 gadi atpakaļ |
Bernhard Schussek
|
6c7fab212b
[Form] Added validation of years, months and days to DateField
|
15 gadi atpakaļ |
Bernhard Schussek
|
e4c21708ca
[Form] Separated value transformers from normalization transformers.
|
15 gadi atpakaļ |
Bernhard Schussek
|
733290c112
[Form] Implemented UrlField
|
15 gadi atpakaļ |
Bernhard Schussek
|
eaef939141
[Form] Changed value transformers to be responsible for processing empty values to be able to chain them properly. This change fixes the bug that DateField did not return NULL when submitted without values
|
15 gadi atpakaļ |
Ryan Weaver
|
cc4f2bd955
Adding a type-hint to XmlFileLoader::validate().
|
14 gadi atpakaļ |
Victor Berchet
|
4dacdcc4ec
[Security] Use a negative length parameter to simplify the code
|
15 gadi atpakaļ |
Fabien Potencier
|
82f8ab839f
[Security] added some unit tests (WIP)
|
15 gadi atpakaļ |
Fabien Potencier
|
836c512585
fixed interfaces problems
|
15 gadi atpakaļ |
Fabien Potencier
|
acfd09eeb3
[FrameworkBundle] generate a random password if none is provided in the configuration
|
15 gadi atpakaļ |
Fabien Potencier
|
bf3659d5bb
added an exception when trying to extend a template with a decorator that uses a different renderer (for instance when a Twig template tries to extend a PHP one)
|
15 gadi atpakaļ |
Artur Kotyrba
|
2682bc2be5
[Security] Fixed typo
|
15 gadi atpakaļ |
Fabien Potencier
|
92c56a5066
Revert "[Routing] allowed multiple routing requirement with xml loader, using comma separated values"
|
15 gadi atpakaļ |
Jordi Boggiano
|
48155ccc2f
[DependencyInjection] Regex optimization
|
15 gadi atpakaļ |
Jordi Boggiano
|
2186535848
[DependencyInjection] Removed useless code
|
15 gadi atpakaļ |
Fabien Potencier
|
0749038e73
[Security] changed the way passwords are compared to avoid timing attacks
|
15 gadi atpakaļ |