Directory Classes/Security/View/

Directory Created:
2009-02-08 21:03
Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
2
Lines of Code:
0

[root]/Classes/Security/View

Lines of Code

Classes/Security/View/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 18 (100.0%) 254 (100.0%) 14.1
andi 5 (27.8%) 245 (96.5%) 49.0
robert 5 (27.8%) 5 (2.0%) 1.0
k-fish 8 (44.4%) 4 (1.6%) 0.5

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

  • Classes/Security/View: AuthenticatedUserView.php (del), LoginView.php (del)
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 2 files:

  • Classes/Security/View: AuthenticatedUserView.php (-8), LoginView.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 2 files:

  • Classes/Security/View: AuthenticatedUserView.php (-1), LoginView.php (-1)
andi 2009-06-19 14:23 Rev.: 2629

* [~CONF]: FLOW(Security): Cleaned up the authentication provider configuration syntax
* [TASK]: FLOW(Security): Fixed a doc comment in the RSAWalletService
* [FIX]: FLOW(Security): The encrypted password is not written to the visible input fields of the login form anymore.

7 lines of code changed in 1 file:

  • Classes/Security/View: LoginView.php (+7 -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/View: AuthenticatedUserView.php (+2 -2), LoginView.php (+2 -2)
robert 2009-05-26 10:37 Rev.: 2386

* FLOW3: Simplified the default routes configuration: the distribution now comes with only two route entries, one for TYPO3CR and one for FLOW3.
* FLOW3: (Security) Fixed the Login View which didn't work since the introduction of the Controller Context
* FLOW3: (Validation) Made the Property Error messages more readable
* TYPO3CR: (Admin) Fixed the NodesController which accessed the wrong session (the PHP Session instead of the PHPCR session) and resulted in single objects not being displayed in the admin tool. The reason for this bug is that we introduced $this->session in the AbstractController.

1 lines of code changed in 1 file:

  • Classes/Security/View: LoginView.php (+1 -6)
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 2 files:

  • Classes/Security/View: AuthenticatedUserView.php (+1), LoginView.php (+1)
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.

2 lines of code changed in 2 files:

  • Classes/Security/View: AuthenticatedUserView.php (+1 -1), LoginView.php (+1 -1)
andi 2009-03-18 12:28 Rev.: 2010

FLOW3(Security):
* Changed the LoginView to use the correct ressource paths.

5 lines of code changed in 1 file:

  • Classes/Security/View: LoginView.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.

1 lines of code changed in 1 file:

  • Classes/Security/View: LoginView.php (+1 -1)
andi 2009-02-08 21:03 Rev.: 1882

FLOW3 (Security): Implemented the RSA based Login-Controller. You can call it under: http://yourhost/flow3/login

232 lines of code changed in 2 files:

  • Classes/Security/View: AuthenticatedUserView.php (new 113), LoginView.php (new 119)
Generated by StatSVN 0.5.0