Directory Classes/Security/RequestPattern/

Directory Created:
2008-07-29 16:25
Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
7
Lines of Code:
0

[root]/Classes/Security/RequestPattern

Lines of Code

Classes/Security/RequestPattern/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 41 (100.0%) 628 (100.0%) 15.3
andi 4 (9.8%) 369 (58.8%) 92.2
k-fish 27 (65.9%) 227 (36.1%) 8.4
robert 10 (24.4%) 32 (5.1%) 3.2

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

  • Classes/Security/RequestPattern: ControllerObjectName.php (del), F3_FLOW3_Security_RequestPattern_URL.php (del), IPAddressRange.php (del), IpAddressRange.php (del), URI.php (del), URL.php (del), Uri.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 3 files:

  • Classes/Security/RequestPattern: ControllerObjectName.php (-1), IpAddressRange.php (-1), Uri.php (-1)
k-fish 2010-04-15 17:26 Rev.: 4155

[~TASK] FLOW3 (Security): Clarified what happens to the pattern in RequestPattern\Uri, resolves #7031.

10 lines of code changed in 1 file:

  • Classes/Security/RequestPattern: Uri.php (+10 -6)
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

4 lines of code changed in 3 files:

  • Classes/Security/RequestPattern: ControllerObjectName.php (+1 -1), IpAddressRange.php (+1 -1), Uri.php (+2 -2)
k-fish 2009-11-05 14:41 Rev.: 3449

[~API] FLOW3 (Log): setLogFileURL() was renamed to setLogFileUrl() in FileBackend.
[~API] FLOW3 (MVC): redirectToURI() was renamed to redirectToUri() in AbstractController.
[~API] FLOW3 (MVC): setRequestURI(), getRequestURI(), setBaseURI() and getBaseURI() were renamed to *Uri() in Request.
[~API] FLOW3 (Property): DataType\URI was renamed to DataType\Uri.
[~API] FLOW3 (Utility): getRequestURI() was renamed to getRequestUri() in Environment.
[~TASK] Fluid (Service): Refactored XML generators a little.
[~TASK] DocumentationBrowser: Moved towards more consistent class, function and variable naming: changed uppercase acronyms to studlyCaps or StudlyCaps as needed.
[~TASK] FLOW3: Moved towards more consistent class, function and variable naming: changed uppercase acronyms to studlyCaps or StudlyCaps as needed.
[~TASK] Fluid: Moved towards more consistent class, function and variable naming: changed uppercase acronyms to studlyCaps or StudlyCaps as needed.
[~TASK] Kickstart: Moved towards more consistent class, function and variable naming: changed uppercase acronyms to studlyCaps or StudlyCaps as needed.
[~TASK] Testing: Moved towards more consistent class, function and variable naming: changed uppercase acronyms to studlyCaps or StudlyCaps as needed.
[~TASK] Welcome: Moved towards more consistent class, function and variable naming: changed uppercase acronyms to studlyCaps or StudlyCaps as needed.

172 lines of code changed in 2 files:

  • Classes/Security/RequestPattern: IpAddressRange.php (new 84), Uri.php (new 88)
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 3 files:

  • Classes/Security/RequestPattern: ControllerObjectName.php (-8), IPAddressRange.php (-8), URI.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 3 files:

  • Classes/Security/RequestPattern: ControllerObjectName.php (-4), IPAddressRange.php (-4), URI.php (-4)
k-fish 2009-06-02 11:35 Rev.: 2523

Added svn:keywords where missing...

4 lines of code changed in 2 files:

  • Classes/Security/RequestPattern: ControllerObjectName.php (+2 -2), IPAddressRange.php (+2 -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.

12 lines of code changed in 3 files:

  • Classes/Security/RequestPattern: ControllerObjectName.php (+4), IPAddressRange.php (+4), URI.php (+4)
robert 2009-05-04 14:25 Rev.: 2189

* FLOW3: (MVC) Introduced a RequestInterface and a ResponseInterface and made sure those are used everywhere where the Request class was used before.
* FLOW3: (Documentation) Continued writing documentation for the MVC framework.

16 lines of code changed in 3 files:

  • Classes/Security/RequestPattern: ControllerObjectName.php (+5 -5), IPAddressRange.php (+6 -6), URI.php (+5 -5)
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.

280 lines of code changed in 3 files:

  • Classes/Security/RequestPattern: ControllerObjectName.php (new 92), IPAddressRange.php (new 92), URI.php (new 96)
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

0 lines of code changed in 1 file:

  • Classes/Security/RequestPattern: URL.php (new)
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/RequestPattern: F3_FLOW3_Security_RequestPattern_URL.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/RequestPattern: F3_FLOW3_Security_RequestPattern_URL.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

13 lines of code changed in 1 file:

  • Classes/Security/RequestPattern: F3_FLOW3_Security_RequestPattern_URL.php (+13 -13)
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/RequestPattern: F3_FLOW3_Security_RequestPattern_URL.php (changed)
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

11 lines of code changed in 1 file:

  • Classes/Security/RequestPattern: F3_FLOW3_Security_RequestPattern_URL.php (+11 -10)
k-fish 2008-08-27 16:05 Rev.: 1159

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

2 lines of code changed in 1 file:

  • Classes/Security/RequestPattern: F3_FLOW3_Security_RequestPattern_URL.php (+2 -3)
andi 2008-07-29 16:25 Rev.: 1061

Implemented the first part of the security framework.

* FLOW3 (Security): Implemented the session security context holder
* FLOW3 (Security): Implemented the security context that provides the current context based on request patterns and the configured authentication strategy
* FLOW3 (Security): Implemented a basic filter firewall that can be configured in the FLOW3 configuration file
* FLOW3 (Security): Implemented a basic security interceptor, that triggers the authentication process and can be placed in the firewall
* FLOW3 (Security): Implemented the authentication (provider) manager and a very basic username/password provider with its token
* FLOW3 (MVC): Changed some tests to use mock objects (firewall and security context holder)
* FLOW3 (Validation): Fixed a bug in the alphanumeric validator

89 lines of code changed in 1 file:

  • Classes/Security/RequestPattern: F3_FLOW3_Security_RequestPattern_URL.php (new 89)
Generated by StatSVN 0.5.0