Directory Classes/Security/Authentication/EntryPoint/

Directory Created:
2009-03-17 16:25
Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
1
Lines of Code:
0

[root]/Classes/Security/Authentication/EntryPoint

Lines of Code

Classes/Security/Authentication/EntryPoint/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 10 (100.0%) 106 (100.0%) 10.6
andi 1 (10.0%) 90 (84.9%) 90.0
robert 4 (40.0%) 14 (13.2%) 3.5
k-fish 5 (50.0%) 2 (1.9%) 0.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 1 file:

  • Classes/Security/Authentication/EntryPoint: WebRedirect.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 1 file:

  • Classes/Security/Authentication/EntryPoint: WebRedirect.php (-1)
robert 2010-02-26 15:34 Rev.: 3867

[~API] FLOW3 (Utility): Renamed detectBaseUri() to getBaseUri().
[~TASK] FLOW3 (MVC): Recomitted my previous change in getRequestPath and reworked the path rendering in the Request object (now is called "route path"). Relates to #6596
[~BUGFIX] FLOW3 (Security): The WebRedirect entry point now takes the Base URI into account. That means you'll have to specify a _relative_ URI in your settings for defining a web entry point (i.e. no leading slash!).

4 lines of code changed in 1 file:

  • Classes/Security/Authentication/EntryPoint: WebRedirect.php (+4 -2)
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

2 lines of code changed in 1 file:

  • Classes/Security/Authentication/EntryPoint: WebRedirect.php (+2 -2)
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/Authentication/EntryPoint: WebRedirect.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/Authentication/EntryPoint: WebRedirect.php (-3)
k-fish 2009-06-02 11:35 Rev.: 2523

Added svn:keywords where missing...

2 lines of code changed in 1 file:

  • Classes/Security/Authentication/EntryPoint: WebRedirect.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.

3 lines of code changed in 1 file:

  • Classes/Security/Authentication/EntryPoint: WebRedirect.php (+3)
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.

5 lines of code changed in 1 file:

  • Classes/Security/Authentication/EntryPoint: WebRedirect.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.

90 lines of code changed in 1 file:

  • Classes/Security/Authentication/EntryPoint: WebRedirect.php (new 90)
Generated by StatSVN 0.5.0