Fabien Potencier
|
2509c9da4b
added an autoloader that uses a class map
|
14 年之前 |
Fabien Potencier
|
db818284af
moved class compiled in cache to the FrameworkBundle
|
14 年之前 |
Fabien Potencier
|
e645090423
moved security related things to a new SecurityBundle (the Security component is left unchanged)
|
14 年之前 |
Johannes Schmitt
|
57ae50e894
[Security] many improvements, and fixes
|
14 年之前 |
Bernhard Schussek
|
7848a7ca63
[Form] Refactored CSRF implementation to be reusable and to work correctly with the session service
|
14 年之前 |
Fabien Potencier
|
d0b4bfc8f6
added a cache warmer sub-framework
|
14 年之前 |
Johannes M. Schmitt
|
1d5b6ed908
adds scope to the DI container
|
14 年之前 |
Bulat Shakirzyanov
|
acb19bc43f
[FrameworkBundle] added 'document_root' option for File objects
|
14 年之前 |
Fabien Potencier
|
6d1e91a1fa
refactored bundle management
|
14 年之前 |
Bernhard Schussek
|
8f8f53d631
[Form][FrameworkBundle] Implemented FormFactory and added it to the DI container
|
14 年之前 |
Dominique Bongiraud
|
64fb94c725
normalized license messages in PHP files
|
14 年之前 |
Fabien Potencier
|
ea279278ae
disable session if not explicitely enabled
|
14 年之前 |
Fabien Potencier
|
e0050dfc8f
[FrameworkBundle] added a compiler pass for translation loaders
|
14 年之前 |
Fabien Potencier
|
b7d2528384
added a way for any extension to add classes to the class cache
|
14 年之前 |
Fabien Potencier
|
055b6e4d6e
made a big refactoring of the templating sub-framework
|
14 年之前 |
Bulat Shakirzyanov
|
8cd54453f1
[Form, FrameworkBundle] added csrf tokens reset on Kernel::shutdown() to preven tokens stacking in tests
|
14 年之前 |
Johannes M. Schmitt
|
c77fb2d0a0
added validator pass to pass config
|
14 年之前 |
Johannes M. Schmitt
|
c5ef113b18
DI container optimization
|
14 年之前 |
Bernhard Schussek
|
48af2fc86e
[Form][FrameworkBundle][HttpFoundation] The session is now automatically started when a form is CSRF protected
|
14 年之前 |
Fabien Potencier
|
2985cfa5a9
[FrameworkBundle] converted the special Profiler class to a DIC compiler class
|
14 年之前 |
Fabien Potencier
|
385ad72d64
[FrameworkBundle] converted the special routing resolver to a DIC compiler pass
|
14 年之前 |
Henrik Bjørnskov
|
3516a043bc
[FrameworkBundle] Moved the adding of Converter tags to a CompilerPass by suggestion of schmittjoh.
|
14 年之前 |
Johannes M. Schmitt
|
03d25cc7fa
refactored creation of access decision manager to make use of newly added compiler passes
|
14 年之前 |
Fabien Potencier
|
1e983a6115
moved static Form configuration to a new class (avoid loading 7 classes just to enable CSRF -- even when no form is present in the page)
|
14 年之前 |
Fabien Potencier
|
f21c58c56b
[FrameworkBundle] finished code migration after the removal of the ArrayAccess interface for the Container
|
14 年之前 |
Kris Wallsmith
|
f79e23ffb5
Removed all those spaces after @author that were bothering me so…
|
15 年之前 |
Fabien Potencier
|
d657adbfa2
removed Symfony\Framework
|
15 年之前 |
Fabien Potencier
|
74bc9d461b
[FrameworkBundle] made csrf_secret parameter optional
|
15 年之前 |
Fabien Potencier
|
226277fd0e
added a way to activate CSRF protection from the configuration
|
15 年之前 |
Fabien Potencier
|
17bc06a4d2
made some cleanup
|
15 年之前 |