nextcloud-server/core/Controller
Côme Chilliet 4e83d20837 feat(login): Add rememberme checkbox
Only present if allowed by configuration.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-11-13 13:25:59 +07:00
..
AppPasswordController.php
AutoCompleteController.php
AvatarController.php
CSRFTokenController.php
ClientFlowLoginController.php
ClientFlowLoginV2Controller.php
CollaborationResourcesController.php
ContactsMenuController.php
CssController.php
ErrorController.php
GuestAvatarController.php
HoverCardController.php
JsController.php
LoginController.php feat(login): Add rememberme checkbox 2025-11-13 13:25:59 +07:00
LostController.php
NavigationController.php
OCJSController.php
OCMController.php
OCSController.php fix(core): Make OCSController class final to avoid accidentally extending it 2025-09-30 16:51:51 +07:00
PreviewController.php
ProfileApiController.php
RecommendedAppsController.php
ReferenceApiController.php
ReferenceController.php
SetupController.php refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
TaskProcessingApiController.php Merge branch 'master' into feat/taskprocessing/user-facing-error-message 2025-10-30 10:13:39 +07:00
TeamsApiController.php fix(team-api): get all teams details in a single request 2025-10-13 14:21:15 +07:00
TextProcessingApiController.php fix(ai-apis): reject text inputs that are longer than 64K chars 2025-11-10 17:29:09 +07:00
TextToImageApiController.php fix(ai-apis): reject text inputs that are longer than 64K chars 2025-11-10 17:29:09 +07:00
TranslationApiController.php fix(ai-apis): reject text inputs that are longer than 64K chars 2025-11-10 17:29:09 +07:00
TwoFactorApiController.php
TwoFactorChallengeController.php refactor: Apply rector Nextcloud 27 set 2025-09-28 11:45:52 +07:00
UnifiedSearchController.php fix(unified-search): Remove hard-coded search result limit 2025-10-02 15:44:36 +07:00
UnsupportedBrowserController.php fix: translation on /unsupported screen 2025-10-20 22:31:08 +07:00
UserController.php
WalledGardenController.php
WebAuthnController.php
WellKnownController.php
WhatsNewController.php refactor: apply rector rules for PHPUnit 10 2025-10-27 21:56:04 +07:00
WipeController.php