summaryrefslogtreecommitdiffstats
path: root/core/lostpassword/controller
Commit message (Collapse)AuthorAgeFilesLines
* Add unit tests for empty tokenLukas Reschke2015-02-011-1/+1
|
* Default to `null` for lostpasswordLukas Reschke2015-02-011-1/+1
| | | | We oC 8 we use the `StringUtils::equals` method which will also verify the type, since we don't anylonger hash the token twice this is required in case somebody is able to invoke this route with an empty `$token`.
* add password as parameter to the signal so that the encryption can create a ↵Bjoern Schiessle2014-11-171-1/+1
| | | | new key-pair
* Add "postPasswordReset" hookLukas Reschke2014-11-171-4/+8
|
* Use correct route insteadLukas Reschke2014-11-171-1/+1
| | | | | THX @schiesbn (I should setup a mail server on my local system...)
* Remove uneeded importLukas Reschke2014-11-171-1/+0
|
* Warn for password reset when files_encryption is enabledLukas Reschke2014-11-171-85/+79
| | | | | | | | This patch wil warn the user of the consequences when resetting the password and requires checking a checkbox (as we had in the past) to reset a password. Furthermore I updated the code to use our new classes and added some unit tests for it :dancers: Fixes https://github.com/owncloud/core/issues/11438
* - adding default value for $recoveryPasswordThomas Müller2014-07-241-1/+24
| | | | - set password correctly in lost password
* add proper Exception message for invalid tokenMorris Jobke2014-06-131-2/+5
|
* use array_merge for merging arrays in PHPMorris Jobke2014-06-131-1/+1
|
* complete renaming uid to userIdMorris Jobke2014-06-131-4/+4
|
* Migrate ´ to 'Morris Jobke2014-06-131-3/+3
|
* reformat method call and fix paranthesis mismatchMorris Jobke2014-06-131-8/+8
|
* more style fixesBernhard Posselt2014-06-131-15/+24
|
* use more stuff from core :)Bernhard Posselt2014-06-131-69/+100
|
* Add missing useVictor Dubiniuk2014-06-131-0/+1
|
* Fix check for user existenceVictor Dubiniuk2014-06-131-1/+2
|
* Remove debug outputVictor Dubiniuk2014-06-131-1/+0
|
* Change routes. Update templatesVictor Dubiniuk2014-06-131-17/+19
|
* Changes according to reviewVictor Dubiniuk2014-06-132-114/+100
|
* Use appframeworkVictor Dubiniuk2014-06-132-0/+167