summaryrefslogtreecommitdiffstats
path: root/core/Controller/LostController.php
Commit message (Expand)AuthorAgeFilesLines
* feat: Limit email input on auth pages to 255 charsfenn-cs2024-03-211-0/+4
* refactor(core): Switch to attribute based routingprovokateurin2024-02-211-0/+4
* feat: rename users to account or personVincent Petry2024-02-131-1/+1
* refactor: Migrate IgnoreOpenAPI attributes to OpenAPIprovokateurin2024-01-181-2/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-7/+7
* core: Add OpenAPI specjld31032023-07-131-0/+3
* Applies agreed-upon indentation convention to the changed controllers.Faraz Samapoor2023-06-161-16/+18
* Refactors controllers by using PHP8's constructor property promotion.Faraz Samapoor2023-06-161-45/+17
* fix(lostpassword): Also rate limit the setPassword endpointJoas Schilling2023-05-151-6/+12
* Trim user earlierJosh Richards2023-04-041-1/+3
* Trim the user/email provided for password resetsJosh Richards2023-03-301-1/+1
* Add bruteforce protection to password reset pageJoas Schilling2023-02-021-1/+5
* Add a const for the max user password lengthJoas Schilling2023-01-041-1/+1
* Also limit the password length on resetJoas Schilling2023-01-031-0/+4
* Add rate limiting on lost password emailsCôme Chilliet2022-10-181-6/+17
* Update core/Controller/LostController.phpNoSleep822022-08-211-1/+1
* Update LostController.phpNoSleep822022-08-191-2/+2
* Make LostController use IInitialState and LoggerInterfaceThomas Citharel2022-06-101-15/+15
* Add password reset typed eventsThomas Citharel2022-06-101-1/+10
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-62/+24
* Merge pull request #28794 from nextcloud/fix/noid/guest-activation-pwd-reset-...Pytal2021-09-141-17/+15
|\
| * allow using of disabled password reset mechanism for special casesArthur Schiwon2021-09-101-17/+15
* | fixes missing prefix to validate password reset tokenArthur Schiwon2021-09-101-1/+2
|/
* add a job to clean up expired verification tokensArthur Schiwon2021-09-091-1/+1
* move verification token logic out of lost password controllerArthur Schiwon2021-09-091-82/+30
* Migrate HintException to OCPGary Kim2021-06-301-3/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Send emails on password reset to the displaynameJoas Schilling2021-02-181-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-4/+4
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-7/+7
* Update license headersChristoph Wurst2019-12-051-1/+6
* Some php-cs fixesRoeland Jago Douma2019-11-221-8/+8
* Stop if there is no encrypted tokenDaniel Kesselberg2019-08-181-1/+5
* Merge pull request #16544 from nextcloud/bugfix/16540Roeland Jago Douma2019-07-311-5/+12
|\
| * Move actual password reset to vueJulius Härtl2019-07-311-5/+12
* | Use proper exception in lostControllerRoeland Jago Douma2019-07-271-18/+13
|/
* Return first value from $usersDaniel Kesselberg2019-07-091-3/+6
* Clean pending 2FA authentication on password resetRoeland Jago Douma2019-01-291-2/+8
* Generic message on password resetRoeland Jago Douma2019-01-151-5/+11
* Merge pull request #10743 from danielkesselberg/bugfix/noid/allow-password-re...blizzz2018-09-131-9/+12
|\
| * Enable password reset for user with same email address when only one is activeDaniel Kesselberg2018-08-191-9/+12
* | Change password expiration time from 12h to 7dMorris Jobke2018-08-311-1/+1
|/
* only warn about data lose on password reset if per-user keys are usedBjoern Schiessle2018-08-151-1/+10
* prefill userid for login after password resetRobin Appelman2018-06-211-3/+4
* Fix translation bug on lost password pageRémy Jacquin2018-05-201-0/+3
* Fix existing usagesJoas Schilling2018-02-151-2/+2