nextcloud-server/tests/Core/Controller
Ferdinand Thiessen 3fede00732
feat(login): Clear login form (password) after IDLE timeout
For security reasons it is recommended to stop the login process at a defined time,
this could prevent password leaks by e.g. user forgetting that they entered their password on public devices.

Enforced e.g. by the BSI ORP.4.A13 rule.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-03-25 12:22:53 +07:00
..
AppPasswordControllerTest.php feat(core): Add OCS endpoint for confirming the user password 2024-02-20 14:28:00 +07:00
AutoCompleteControllerTest.php
AvatarControllerTest.php
CSRFTokenControllerTest.php
ChangePasswordControllerTest.php
ClientFlowLoginControllerTest.php Fix Dynamic property timeFactory in ClientFlowLoginControllerTest 2023-10-09 10:30:54 +07:00
ClientFlowLoginV2ControllerTest.php
ContactsMenuControllerTest.php
CssControllerTest.php Stop sending deprecated Pragma header 2023-08-28 15:11:22 +07:00
GuestAvatarControllerTest.php
JsControllerTest.php Stop sending deprecated Pragma header 2023-08-28 15:11:22 +07:00
LoginControllerTest.php feat(login): Clear login form (password) after IDLE timeout 2024-03-25 12:22:53 +07:00
LostControllerTest.php
NavigationControllerTest.php
OCSControllerTest.php fix: phpunit 2024-02-13 21:06:31 +07:00
PreviewControllerTest.php fix(tests): preview phpunit 2023-08-17 18:58:21 +07:00
TwoFactorChallengeControllerTest.php
UserControllerTest.php
WellKnownControllerTest.php
WipeControllerTest.php