summaryrefslogtreecommitdiffstats
path: root/tests/Core/Controller/LostControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move tests/core/ to PSR-4Joas Schilling2016-05-191-0/+443