Directory Classes/Security/Channel/

Directory Created:
2008-06-25 23:57
Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
4
Lines of Code:
0

[root]/Classes/Security/Channel

Lines of Code

Classes/Security/Channel/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 25 (100.0%) 373 (100.0%) 14.9
sebastian 1 (4.0%) 179 (48.0%) 179.0
robert 5 (20.0%) 82 (22.0%) 16.4
andi 1 (4.0%) 68 (18.2%) 68.0
k-fish 17 (68.0%) 42 (11.3%) 2.4
bwaidelich 1 (4.0%) 2 (0.5%) 2.0

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:

  • Classes/Security/Channel: F3_FLOW3_Security_Channel_HTTPSInterceptor.php (del), HTTPSInterceptor.php (del), HttpsInterceptor.php (del), RequestHashService.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:

  • Classes/Security/Channel: HttpsInterceptor.php (-1), RequestHashService.php (-1)
k-fish 2010-03-04 11:06 Rev.: 3903

[+FEATURE] FLOW3 (Core): The flow3 hell script now uses the PHP binary specified in the PHP environment variable, resolves #6681.
[~TASK] FLOW3: Some SVN property maintenance.

1 lines of code changed in 1 file:

  • Classes/Security/Channel: RequestHashService.php (+1 -1)
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:

  • Classes/Security/Channel: HttpsInterceptor.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

71 lines of code changed in 2 files:

  • Classes/Security/Channel: HttpsInterceptor.php (new 67), RequestHashService.php (+4 -4)
k-fish 2009-11-30 15:53 Rev.: 3523

[~TASK] FLOW3: Fixed some @param annotations.

2 lines of code changed in 1 file:

  • Classes/Security/Channel: RequestHashService.php (+2 -2)
k-fish 2009-11-24 21:43 Rev.: 3500

[+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

5 lines of code changed in 1 file:

  • Classes/Security/Channel: RequestHashService.php (+5 -5)
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.

179 lines of code changed in 1 file:

  • Classes/Security/Channel: RequestHashService.php (new 179)
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 1 file:

  • Classes/Security/Channel: HTTPSInterceptor.php (-8)
k-fish 2009-07-15 12:28 Rev.: 2794

[TASK] FLOW3: moved from @internal to @api, resolves #3883

0 lines of code changed in 1 file:

  • Classes/Security/Channel: HTTPSInterceptor.php (-2)
robert 2009-05-20 19:14 Rev.: 2293

* FLOW3: Marked all methods as @internal except those which are considered part of the official API. Resolves #1280
* TYPO3CR: Fixed two tests of the Storage\PDO\Search testcase.

2 lines of code changed in 1 file:

  • Classes/Security/Channel: HTTPSInterceptor.php (+2)
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:

  • Classes/Security/Channel: HTTPSInterceptor.php (new 8)
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:

  • Classes/Security/Channel: F3_FLOW3_Security_Channel_HTTPSInterceptor.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:

  • Classes/Security/Channel: F3_FLOW3_Security_Channel_HTTPSInterceptor.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

10 lines of code changed in 1 file:

  • Classes/Security/Channel: F3_FLOW3_Security_Channel_HTTPSInterceptor.php (+10 -10)
k-fish 2008-09-19 19:27 Rev.: 1264

Set svn:keywords property to Id on all PHP files.

0 lines of code changed in 1 file:

  • Classes/Security/Channel: F3_FLOW3_Security_Channel_HTTPSInterceptor.php (changed)
bwaidelich 2008-09-15 10:14 Rev.: 1217

* FLOW3: (Log) Integrated Log package (including simpleFileLogger) into FLOW3 package and updated two references in FLOW3/Security. This resolves #1454.
* FLOW3: (Log) Changed date format in SimpleFileLogger from '%y-%m-%d %T' to '%y-%m-%d %H:%M:%S'. This fixes #857.

2 lines of code changed in 1 file:

  • Classes/Security/Channel: F3_FLOW3_Security_Channel_HTTPSInterceptor.php (+2 -2)
k-fish 2008-09-12 16:07 Rev.: 1210

!!! Major change, will break existing code.

Part 3 - Packages

FLOW3, most other packages:
* added namespaces to the code of FLOW3 and all packages in the current TYPO3v5 distribution.

PHPUnit:
* some changes to make PHPUnit (more) namespace-compatible.

Some notes:
* Documentation updates will follow
* you might need to change your class names when adapting namespaces to avoid using "Class", "Empty", "Default", ...
* expect FLOW3CGL and/or PHPCodeSniffer to be broken (I'll have a look)
* some parts might still be broken, especially in edge-cases where the global namespace needs to explicitly used

8 lines of code changed in 1 file:

  • Classes/Security/Channel: F3_FLOW3_Security_Channel_HTTPSInterceptor.php (+8 -7)
k-fish 2008-08-27 16:05 Rev.: 1159

FLOW3:
* fixed a bunch of CGL violations
* some TODO comments converted into @todo annotations

1 lines of code changed in 1 file:

  • Classes/Security/Channel: F3_FLOW3_Security_Channel_HTTPSInterceptor.php (+1 -2)
andi 2008-06-25 23:57 Rev.: 968

* FLOW3 (Security): Added method stubs for authentication, authorization and the first part of the acl service.
* FLOW3 (Session): Added a very basic session interface.

68 lines of code changed in 1 file:

  • Classes/Security/Channel: F3_FLOW3_Security_Channel_HTTPSInterceptor.php (new 68)
Generated by StatSVN 0.5.0