Directory Tests/Unit/Security/

Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
4
Lines of Code:
0

[root]/Tests/Unit/Security
                Folder removed from repo ACL (0 files, 0 lines)
                Folder removed from repo Aspect (0 files, 0 lines)
                Folder removed from repo Authentication (0 files, 0 lines)
                    Folder removed from repo Controller (0 files, 0 lines)
                    Folder removed from repo EntryPoint (0 files, 0 lines)
                    Folder removed from repo Provider (0 files, 0 lines)
                    Folder removed from repo Token (0 files, 0 lines)
                Folder removed from repo Authorization (0 files, 0 lines)
                    Folder removed from repo Interceptor (0 files, 0 lines)
                    Folder removed from repo Voter (0 files, 0 lines)
                Folder removed from repo Channel (0 files, 0 lines)
                Folder removed from repo Cryptography (0 files, 0 lines)
                Folder removed from repo Policy (0 files, 0 lines)
                Folder removed from repo RequestPattern (0 files, 0 lines)

Lines of Code

Tests/Unit/Security/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 24 (100.0%) 542 (100.0%) 22.5
andi 5 (20.8%) 395 (72.9%) 79.0
robert 11 (45.8%) 144 (26.6%) 13.0
k-fish 8 (33.3%) 3 (0.6%) 0.3

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/Unit/Security: AccountFactoryTest.php (del), ContextHolderSessionTest.php (del), ContextTest.php (del), RequestPatternResolverTest.php (del)
robert 2010-08-18 09:42 Rev.: 4997

[+FEATURE] FLOW3 (Security): Implemented a convenience method for retrieving the currently logged in account from the Security Context. Resolves #9356

27 lines of code changed in 1 file:

  • Tests/Unit/Security: ContextTest.php (+27)
k-fish 2010-08-13 16:21 Rev.: 4969

[-TASK] FLOW3: Removed @version keyword from files, resolves #8835.

0 lines of code changed in 3 files:

  • Tests/Unit/Security: AccountFactoryTest.php (-1), ContextTest.php (-1), RequestPatternResolverTest.php (-1)
andi 2010-07-05 15:16 Rev.: 4761

[+FEATURE] FLOW3 (Security): Implemented the "Everybody" role that is always applied in the security context and configured in the policy. Resolves #8544.

119 lines of code changed in 1 file:

  • Tests/Unit/Security: ContextTest.php (+119 -2)
andi 2010-06-24 13:54 Rev.: 4624

* [+BUGFIX] FLOW3 (Security): Inheritance of roles works now again. Fixes #8427.
* [~TASK] FLOW3 (Security): Added a safeguard to catch syntax errors when loading the policy configuration.

58 lines of code changed in 1 file:

  • Tests/Unit/Security: ContextTest.php (+58 -2)
robert 2010-03-29 16:02 Rev.: 4020

[+FEATURE][+API] FLOW3 (Security): Created two new functions for the HashService: createSaltedMd5() and validateSaltedMd5(). Resolves #7054

5 lines of code changed in 1 file:

  • Tests/Unit/Security: AccountFactoryTest.php (+5 -1)
k-fish 2010-03-15 13:10 Rev.: 3939

[+BUGFIX] FLOW3 (Security): Fixed the token duplication in the security context, fixes #6761.

3 lines of code changed in 1 file:

  • Tests/Unit/Security: ContextTest.php (+3 -10)
robert 2010-03-10 18:57 Rev.: 3926

[+FEATURE] FLOW3 (Security): The new AccountFactory now allows for convenient creation of a new account with username and password. Resolves #5846
[+BUGFIX] FLOW3 (Property): Fixed the failing tests of the Property Mapper. Also replaced a few occurrences of $objectManager->get() by $objectManager->create()

61 lines of code changed in 2 files:

  • Tests/Unit/Security: AccountFactoryTest.php (new 60), ContextTest.php (+1 -1)
andi 2010-03-02 17:05 Rev.: 3897

[+TASK] FLOW3 (Security): The security context has now a method getParty() which returns the party of the first authenticated account. This method is e.g. used for runtime evaluations (current.party) in AOP or the security policy. Resolves #6135

29 lines of code changed in 1 file:

  • Tests/Unit/Security: ContextTest.php (+29)
andi 2010-03-01 23:13 Rev.: 3895

[~TASK] FLOW3 (Security): Removed the security context holder session with its interface. The whole functionality is now available directly through the security context itself. Resolves #5851

181 lines of code changed in 1 file:

  • Tests/Unit/Security: ContextTest.php (+181 -3)
robert 2010-02-22 16:17 Rev.: 3837

[+FEATURE] FLOW3 (Object): Implemented a static object container which is automatically built. It's essentially a hardcoded version of the autowired and configured object dependencies - just a lot faster. Many tests are still missing, but the version in this commit should be mostly functional. Addresses #3740 and resolves #2123.
[!!!][~API] FLOW3 (Object): Heavily refactored the Object Manager and its tests. The most important change is the removal of the Object Factory whose create() method is now located in the Object Manager. Furthermore, the getObject() method has been renamed to get() and a few minor important API functions within the Object Manager have been modified. This commit also contains a script which allows for semi automatically migrating existing code to the new API (see ./flow3 migrate objectmanagerusage). Resolves #6562
[~TASK] FLOW3 (Configuration): The Configuration Manager and its YAML source now doesn't depend on the YAML package anymore but refers to a YAML parser class within the FLOW3 package. Resolves #6564.

10 lines of code changed in 1 file:

  • Tests/Unit/Security: ContextHolderSessionTest.php (+10 -16)
andi 2010-02-14 15:07 Rev.: 3826

[~TASK] FLOW3(Security): Replaced all occurrences of ACL by Policy. Resolves #6462

8 lines of code changed in 1 file:

  • Tests/Unit/Security: ContextTest.php (+8 -8)
robert 2010-02-02 13:12 Rev.: 3806

[~TASK] FLOW3 (Security): Removed the GrantedAuhorityInterface and replaced all uses of "Granted Authority" by "Role". Resolves #6317

29 lines of code changed in 2 files:

  • Tests/Unit/Security: ContextTest.php (new)
robert 2010-01-15 15:38 Rev.: 3643

[~TASK] FLOW3 (Documentation): Updated the Coding Guidelines: removed inconsistent exceptions from the general class naming rules. Also added the rule that names of aspect classes must end with "Aspect". Relates to #5658
[~TASK] Global: Renamed many classes and interfaces in order to be consistent with FLOW3's naming rules. A migration script to update third-party applications will follow soon. Resolves #5658

12 lines of code changed in 4 files:

  • Tests/Unit/Security: ContextHolderSessionTest.php (new), RequestPatternResolverTest.php (+4 -4)
Generated by StatSVN 0.5.0