nextcloud-server/tests/Core/Controller
Roeland Jago Douma e6333c8fe3
Honor remember_login_cookie_lifetime
If the remember_login_cookie_lifetime is set to 0 this means we do not
want to use remember me at all. In that case we should also not creatae
a remember me cookie and should create a proper temp token.

Further this specifies that is not 0 the remember me time should always
be larger than the session timeout. Because else the behavior is not
really defined.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-23 08:46:24 +01:00
..
AppPasswordControllerTest.php Add an endppoint for clients to request an app password 2018-10-03 19:05:20 +02:00
AutoCompleteControllerTest.php
AvatarControllerTest.php Fix unit test 2018-08-01 14:46:44 +02:00
ChangePasswordControllerTest.php
ClientFlowLoginControllerTest.php Fix template paramter 2019-01-18 15:30:38 +01:00
ContactsMenuControllerTest.php
CSRFTokenControllerTest.php
CssControllerTest.php
JsControllerTest.php
LoginControllerTest.php Honor remember_login_cookie_lifetime 2019-01-23 08:46:24 +01:00
LostControllerTest.php Fix tests 2019-01-15 15:53:44 +01:00
NavigationControllerTest.php Fix app navigation controller to return an array 2018-07-25 13:50:46 +02:00
OCSControllerTest.php
PreviewControllerTest.php
SvgControllerTest.php Keep list of icons in a separate file for use in the accessibility app 2018-10-25 12:16:10 +02:00
TwoFactorChallengeControllerTest.php Make 2FA providers stateful 2018-06-20 08:30:26 +02:00
UserControllerTest.php