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 Update core to PHP 7.4 standard 2022-05-20 22:18:06 +07:00
AvatarControllerTest.php fix Controller tests 2022-07-22 22:15:41 +07:00
CSRFTokenControllerTest.php composer run cs:fix 2023-01-20 11:45:08 +07:00
ChangePasswordControllerTest.php Do not dispatch postSetPassword when setPassword fails 2022-05-05 17:21:23 +07:00
ClientFlowLoginControllerTest.php Fix Dynamic property timeFactory in ClientFlowLoginControllerTest 2023-10-09 10:30:54 +07:00
ClientFlowLoginV2ControllerTest.php core: Add OpenAPI spec 2023-07-13 07:24:15 +07:00
ContactsMenuControllerTest.php composer run cs:fix 2023-01-20 11:45:08 +07:00
CssControllerTest.php Stop sending deprecated Pragma header 2023-08-28 15:11:22 +07:00
GuestAvatarControllerTest.php composer run cs:fix 2023-01-20 11:45:08 +07:00
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 fix(tests): Adjust unit tests 2023-05-15 16:12:14 +07:00
NavigationControllerTest.php Fix a bunch of deprecation in the phpunit for core 2023-01-24 09:34:09 +07:00
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 Fix a bunch of deprecation in the phpunit for core 2023-01-24 09:34:09 +07:00
UserControllerTest.php composer run cs:fix 2023-01-20 11:45:08 +07:00
WellKnownControllerTest.php composer run cs:fix 2023-01-20 11:45:08 +07:00
WipeControllerTest.php composer run cs:fix 2023-01-20 11:45:08 +07:00