Directory Tests/Security/Aspect/

Directory Created:
2008-09-24 18:43
Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
4
Lines of Code:
0

[root]/Tests/Security/Aspect

Lines of Code

Tests/Security/Aspect/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 21 (100.0%) 584 (100.0%) 27.8
andi 4 (19.0%) 346 (59.2%) 86.5
robert 6 (28.6%) 186 (31.8%) 31.0
k-fish 11 (52.4%) 52 (8.9%) 4.7

Most Recent Commits

k-fish 2010-08-24 10:42 Rev.: 5057

Removed everything in trunk after move to git.

0 lines of code changed in 4 files:

  • Tests/Security/Aspect: F3_FLOW3_Security_Aspect_InterceptorInvocationTest.php (del), F3_FLOW3_Security_Aspect_PolicyEnforcementAspectTest.php (del), PolicyEnforcementAspectTest.php (del), RequestDispatchingAspectTest.php (del)
k-fish 2009-07-16 15:02 Rev.: 2813

[+TASK] FLOW3: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Fluid: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Kickstart: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] PHP6: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] PHPUnit: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Testing: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Welcome: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] YAML: Removed file level docblocks and @package/@subpackage annotations.

0 lines of code changed in 2 files:

  • Tests/Security/Aspect: PolicyEnforcementAspectTest.php (-8), RequestDispatchingAspectTest.php (-8)
robert 2009-07-15 15:32 Rev.: 2800

[!!!][~TASK] FLOW3: Renamed the directory "Public" to "Web" and the constant FLOW3_PATH_PUBLIC to FLOW3_PATH_WEB accordingly.
[!!!][~TASK] FLOW3: Renamed the folder for packages which are included in the FLOW3 distribution from "Distribution" to "Framework".
[~TASK] FLOW3: Improved and refactored the bootstrap script (index.php)

4 lines of code changed in 2 files:

  • Tests/Security/Aspect: PolicyEnforcementAspectTest.php (+2 -2), RequestDispatchingAspectTest.php (+2 -2)
k-fish 2009-06-02 11:35 Rev.: 2523

Added svn:keywords where missing...

0 lines of code changed in 2 files:

  • Tests/Security/Aspect: PolicyEnforcementAspectTest.php (changed), RequestDispatchingAspectTest.php (changed)
robert 2009-05-20 12:36 Rev.: 2282

* FLOW3: Renamed a few classes / moved them in the namespaces hierarchy to make naming more consistent. Resolves #2515
* FLOW3: (MVC) Removed the AbstractWidget

9 lines of code changed in 2 files:

  • Tests/Security/Aspect: PolicyEnforcementAspectTest.php (+7 -7), RequestDispatchingAspectTest.php (+2 -2)
andi 2009-03-23 17:36 Rev.: 2025

FLOW3(Security):
* Refactored almost all unit tests. Now the TestPackage is not needed anymore for the security tests.
* Cleaned up the interfaces, as some method aren't needed anymore with the new tests.

Testing:
* fixed a bug in the BaseTestcase, that sometimes crashed class loading.

8 lines of code changed in 1 file:

  • Tests/Security/Aspect: RequestDispatchingAspectTest.php (+8 -8)
andi 2009-03-17 16:25 Rev.: 2004

FLOW3 (Security):
* made parallel authentication mechanisms possible. Now you can login to typo3 with a different mechanism than to flow3
* credentials are no longer stored in the session.
* the RSA keys are now stored in a cache with a TTL of 30.
* reinjectDependencies is now used when authentication tokens are retrieved from the session.
* Exception/Handler is not needed.
* the authentication tokens hold an authentication status now. Look at the TokenInterface for possible values.
* added a getTokensOfType() method to the security context.
* authentication entry points work now.
* Adjusted the security configuration in FLOW3.yaml (you have to enable security to test the new features)
* Access is now denied if no policy entry is found.
TYPO3 (Backend):
* renamed the property $viewObjectName to $defaultViewObjectName, according to latest changes.

180 lines of code changed in 2 files:

  • Tests/Security/Aspect: PolicyEnforcementAspectTest.php (+4 -4), RequestDispatchingAspectTest.php (new 176)
robert 2009-01-28 13:04 Rev.: 1811

!!! Globally renamed all class files to the new shorter version. Resolves #2524
FLOW3: (Resource) Adapted the class loader and other related parts of FLOW3 to the new class filename convention
FLOW3: Moved the FLOW3 bootstrap into the F3\FLOW3 namepace

8 lines of code changed in 1 file:

  • Tests/Security/Aspect: PolicyEnforcementAspectTest.php (new 8)
robert 2009-01-26 15:37 Rev.: 1792

* FLOW3: (Security) Renamed the aspect InterceptorInvocation to PolicyEnforcementAspect
* FLOW3: (Security) Completely removed the security code from the MVC dispatcher. Instead it is now woven in by advices in the new RequestDispatchingAspect. Resolves #2118
* FLOW3: (Security) The old and the new aspect are now only active if security is enabled. That means: No security related proxies are generated if security is turned off. Addresses #2118
* FLOW3: (Security) Security is now (again) enabled by default. But that doesn't mean that everything is secure yet ...
* FLOW3: (AOP) Fixed the "Setting" poinctut designator by adding the class to the Objects configuration.

165 lines of code changed in 1 file:

  • Tests/Security/Aspect: F3_FLOW3_Security_Aspect_PolicyEnforcementAspectTest.php (new 165)
k-fish 2009-01-15 16:06 Rev.: 1749

FLOW3:
* fixed license name in @license annotation, fixes #2454

1 lines of code changed in 1 file:

  • Tests/Security/Aspect: F3_FLOW3_Security_Aspect_InterceptorInvocationTest.php (+1 -1)
k-fish 2009-01-07 11:37 Rev.: 1707

FLOW3:
* changed license to LGPL v3 or later

14 lines of code changed in 1 file:

  • Tests/Security/Aspect: F3_FLOW3_Security_Aspect_InterceptorInvocationTest.php (+14 -7)
k-fish 2008-12-10 15:39 Rev.: 1599

!!! 5.3.0alpha3 namespaces refactoring:
* changed namespace delimiter from :: to \
* all class references in namespaced code prepended by \

PHPUnit:
* adapted mock object handling to the new namespaces syntax

FLOW3:
* PropertyReflection now uses setAccessible() instead of array cast to access protected properties

PHPCR:
* added a missing interface already used for type hints

37 lines of code changed in 1 file:

  • Tests/Security/Aspect: F3_FLOW3_Security_Aspect_InterceptorInvocationTest.php (+37 -37)
andi 2008-09-24 18:43 Rev.: 1282

The biggest part of the security framework ist finished now:

FLOW3 (Security):
* Implemented the central security aspect
* Refactored the authentication manager
* Implemented the policy enforcement interceptor
* Implemented the access decision voter manager

158 lines of code changed in 1 file:

  • Tests/Security/Aspect: F3_FLOW3_Security_Aspect_InterceptorInvocationTest.php (new 158)
Generated by StatSVN 0.5.0