Directory Tests/Unit/Security/Cryptography/

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

[root]/Tests/Unit/Security/Cryptography

Lines of Code

Tests/Unit/Security/Cryptography/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 12 (100.0%) 360 (100.0%) 30.0
robert 4 (33.3%) 212 (58.9%) 53.0
sebastian 1 (8.3%) 96 (26.7%) 96.0
k-fish 7 (58.3%) 52 (14.4%) 7.4

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 3 files:

  • Tests/Unit/Security/Cryptography: HashServiceTest.php (del), RSAWalletServicePHPTest.php (del), RsaWalletServicePhpTest.php (del)
k-fish 2010-08-13 16:21 Rev.: 4969

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

0 lines of code changed in 2 files:

  • Tests/Unit/Security/Cryptography: HashServiceTest.php (-1), RsaWalletServicePhpTest.php (-1)
k-fish 2010-02-23 23:04 Rev.: 3845

[~TASK] Fluid (Unit Tests): Fixed TemplateParserTest and ViewHelperNodeComparatorTest by what counts as a rewrite.
[~TASK] FLOW3 (Unit Tests): Fixed some test failures with recent changes as well as when using vanilla PHPUnit.

40 lines of code changed in 1 file:

  • Tests/Unit/Security/Cryptography: RsaWalletServicePhpTest.php (+40 -117)
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.

4 lines of code changed in 1 file:

  • Tests/Unit/Security/Cryptography: RsaWalletServicePhpTest.php (+4 -4)
robert 2010-01-15 15:49 Rev.: 3644

[~TASK] Global: Commit of those files whose case of the filename changed. Relates to #5658

1 lines of code changed in 1 file:

  • Tests/Unit/Security/Cryptography: RsaWalletServicePhpTest.php (+1 -1)
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

207 lines of code changed in 2 files:

  • Tests/Unit/Security/Cryptography: HashServiceTest.php (+1 -1), RsaWalletServicePhpTest.php (new 206)
k-fish 2009-11-24 21:44 Rev.: 3501

[+BUGFIX] FLOW3 (AOP): The built proxy classes now retain vital method annotations, fixes #5484
[~TASK] FLOW3 (Security): Some tweaks to the HashService, renamed generateHash() to generateHmac(), validateHash() to validateHmac()
[!!!][+CONFIGURATION] FLOW3 (Security): the HashService now needs an encryptionKey to be set in it's settings
[~TASK] FLOW3 (MVC): Tweaked ActionController::checkRequestHash() a little

12 lines of code changed in 1 file:

  • Tests/Unit/Security/Cryptography: HashServiceTest.php (+12 -12)
sebastian 2009-10-09 13:59 Rev.: 3309

[!!!][+FEATURE] FLOW3 (Security): Added a HMAC generator and checker to prevent unauthorized access on objects where no edit fields were generated for. It is mandatory in case objects are modified on the server side. See the issue for a more in-depth explanation. This feature does NOT break backwards-compatibility as long as you use only Fluid for form-generation. In case of custom fields, it WILL break backwards compatibility, and you might need the @dontverifyrequesthash annotation. Resolves #4960.
[+FEATURE] Fluid (ViewHelpers): Added a request hash to all form fields. It is mandatory in case objects are modified on the server side. Relates to #4960.

96 lines of code changed in 1 file:

  • Tests/Unit/Security/Cryptography: HashServiceTest.php (new 96)
Generated by StatSVN 0.5.0