summaryrefslogtreecommitdiffstats
path: root/tests/Core/Controller/LostControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* fix(tests): Adjust unit testsJoas Schilling2023-05-151-8/+8
* Add some tests for input trimming in LostController.phpJoshua Trees2023-04-051-0/+36
* fix(CI): Adjust expected resultJoas Schilling2023-02-061-0/+1
* Fix LostController testCôme Chilliet2022-10-181-2/+7
* Make LostController use IInitialState and LoggerInterfaceThomas Citharel2022-06-101-6/+18
* Modernize the LostControllerTest testThomas Citharel2022-06-101-33/+25
* Add password reset typed eventsThomas Citharel2022-06-101-12/+32
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-7/+7
* fixes missing prefix to validate password reset tokenArthur Schiwon2021-09-101-2/+5
* move verification token logic out of lost password controllerArthur Schiwon2021-09-091-258/+43
* Send emails on password reset to the displaynameJoas Schilling2021-02-181-3/+6
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-14/+13
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+6
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-3/+3
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-2/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-12/+12
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-28/+28
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Add test case for existing user with token nullDaniel Kesselberg2019-08-181-0/+16
* Return the disabled user mock instead of the existingDaniel Kesselberg2019-08-181-1/+1
* Merge pull request #16544 from nextcloud/bugfix/16540Roeland Jago Douma2019-07-311-5/+15
|\
| * Move actual password reset to vueJulius Härtl2019-07-311-5/+15
* | Use proper exception in lostControllerRoeland Jago Douma2019-07-271-3/+9
|/
* Return first value from $usersDaniel Kesselberg2019-07-091-24/+27
* Clean pending 2FA authentication on password resetRoeland Jago Douma2019-01-291-1/+6
* Fix testsRoeland Jago Douma2019-01-151-9/+23
* Merge pull request #10743 from danielkesselberg/bugfix/noid/allow-password-re...blizzz2018-09-131-0/+84
|\
| * Enable password reset for user with same email address when only one is activeDaniel Kesselberg2018-08-191-0/+84
* | Change password expiration time from 12h to 7dMorris Jobke2018-08-311-1/+1
|/
* update unit testsBjoern Schiessle2018-08-151-1/+41
* prefill userid for login after password resetRobin Appelman2018-06-211-1/+1
* Fix testsRoeland Jago Douma2018-01-131-2/+2
* Use ::class in test mocksMorris Jobke2017-10-241-3/+3
* Set the data from the templateJoas Schilling2017-10-181-36/+21
* No password reset for disabled usersJoas Schilling2017-08-181-0/+29
* Fix LostControllerTestRoeland Jago Douma2017-08-091-0/+4
* Disable the API endpoints as wellJoas Schilling2017-05-111-15/+7
* Rename renderHTML to renderHtmlMorris Jobke2017-04-191-3/+3
* Adjust existing bruteforce protection codeLukas Reschke2017-04-141-15/+22
* Update email template for lost password emailMorris Jobke2017-04-121-6/+52
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-3/+3
* Allow to reset the password with the email as an inputJoas Schilling2017-03-281-10/+75
* create new encryption keys on password reset and backup the old oneBjoern Schiessle2017-01-101-38/+0
* fix password reset if encryption is enabledBjoern Schiessle2016-12-081-0/+39
* Fix testsRoeland Jago Douma2016-11-031-166/+174
* [WIP] Use mail for encrypting the password reset token as wellLukas Reschke2016-11-031-6/+42
* Use our base class everywhereJoas Schilling2016-10-061-1/+2
* Use magic DI for core controllersJoas Schilling2016-09-301-5/+9
* Move the reset token to core appJoas Schilling2016-08-231-18/+18
* Add more tests for OC\Core\Controller\LostControllerJulius Haertl2016-05-231-3/+104