aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller/LoginController.php
Commit message (Expand)AuthorAgeFilesLines
* Refactors "strpos" calls in /core to improve code readability.Faraz Samapoor2023-06-021-1/+1
* Use implementations instead of interfaces for accessing private methodsjld31032023-03-301-1/+1
* Send header to all browsers under HTTPSGit'Fellow2023-03-261-2/+2
* fix the login log entrySimon L2023-01-301-2/+2
* feat(app-framework): Add UseSession attribute to replace annotationChristoph Wurst2023-01-271-4/+5
* feat(app framework)!: Inject services into controller methodsChristoph Wurst2023-01-181-11/+3
* Fix login loop if login CSRF fails and user is not logged inChristoph Wurst2023-01-181-4/+16
* Also limit the password length on resetJoas Schilling2023-01-031-1/+1
* chore: Make the LoginController strictChristoph Wurst2022-12-151-1/+4
* Fix wording of undeliverable push notificationsJoas Schilling2022-08-311-1/+1
* Redesign guest pages for better accessibilityCarl Schwan2022-07-271-0/+1
* Identify the login page explicitly by the page titleChristopher Ng2022-07-201-1/+5
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-31/+12
* add check isFairUseOfFreePushService on loginVitor Mattos2021-10-231-1/+17
* Deprecate RedirectToDefaultAppResponseDaniel Rudolf2021-07-011-3/+2
* Add IUrlGenerator::linkToDefaultPageUrl()Daniel Rudolf2021-06-301-3/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Handle device login like an alternative loginJoas Schilling2021-04-201-0/+3
* Allow admins to disable the login formRoeland Jago Douma2021-03-081-0/+2
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* Keep direct login active when redirectingJulius Härtl2021-02-011-1/+1
* Do not redirect to logout after loginRoeland Jago Douma2021-01-151-1/+4
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Merge pull request #20401 from nextcloud/fix/login-sso-redirctRoeland Jago Douma2020-04-151-1/+1
|\
| * Fix absolute redirectJohn Molakvoæ (skjnldsv)2020-04-101-1/+1
* | Add visibility to all constantsChristoph Wurst2020-04-101-2/+2
* | Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
|/
* Start with webauthnRoeland Jago Douma2020-03-311-1/+8
* Merge pull request #17784 from nextcloud/enh/disable-clear-site-data-via-configRoeland Jago Douma2019-12-121-2/+6
|\
| * Send Clear-Site-Data expect for ChromeDaniel Kesselberg2019-11-301-2/+6
* | Update license headersChristoph Wurst2019-12-051-8/+6
|/
* Trim the login nameChristoph Wurst2019-11-281-1/+1
* Don't send executionContexts for Clear-Site-DataDaniel Kesselberg2019-07-091-1/+1
* Vueify the login pageChristoph Wurst2019-05-291-54/+71
* Add a login chain to reduce the complexity of LoginController::tryLoginChristoph Wurst2019-05-071-126/+37
* Do not do redirect handling when loggin outRoeland Jago Douma2019-02-061-1/+3
* Clears the local storage after logoutMichael Weimann2019-01-291-1/+4
* Honor remember_login_cookie_lifetimeRoeland Jago Douma2019-01-231-1/+8
* Respect the disabled setting for lost_password_linkRoeland Jago Douma2018-11-201-1/+3
* added possibility to disable autocomplete in login formRayn0r2018-10-301-0/+8
* Remove cookies from Clear-Site-Data HeaderPatrick Conrad2018-10-151-1/+1
* Merge pull request #10898 from nextcloud/feature/10684/default-logo-color-the...Morris Jobke2018-10-081-1/+1
|\
| * Moves the logo files to logoMichael Weimann2018-10-021-1/+1
* | Update all the publickey tokens if needed on web loginRoeland Jago Douma2018-10-021-0/+1
|/
* Fix max length requirements for the throttler metadataChristoph Wurst2018-08-131-1/+1
* Rename providerset method to get primary providersChristoph Wurst2018-08-081-1/+1
* Fix login redirection if only one 2FA provider is activeChristoph Wurst2018-08-081-1/+1
* Implements handling for deactivated usersMichael Weimann2018-07-211-25/+84
* Make 2FA providers statefulChristoph Wurst2018-06-201-1/+1
* Use proper typesRoeland Jago Douma2018-04-111-4/+1