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

| 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 |
Removed everything in trunk after move to git.
0 lines of code changed in 4 files:
[+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:
[-TASK] FLOW3: Removed @version keyword from files, resolves #8835.
0 lines of code changed in 3 files:
[+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:
* [+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:
[+FEATURE][+API] FLOW3 (Security): Created two new functions for the HashService: createSaltedMd5() and validateSaltedMd5(). Resolves #7054
5 lines of code changed in 1 file:
[+BUGFIX] FLOW3 (Security): Fixed the token duplication in the security context, fixes #6761.
3 lines of code changed in 1 file:
[+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:
[+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:
[~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:
[+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:
[~TASK] FLOW3(Security): Replaced all occurrences of ACL by Policy. Resolves #6462
8 lines of code changed in 1 file:
[~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:
[~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: