Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add unit tests for empty token | Lukas Reschke | 2015-02-01 | 1 | -1/+1 |
| | |||||
* | Default to `null` for lostpassword | Lukas Reschke | 2015-02-01 | 1 | -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 Schiessle | 2014-11-17 | 1 | -1/+1 |
| | | | | new key-pair | ||||
* | Add "postPasswordReset" hook | Lukas Reschke | 2014-11-17 | 1 | -4/+8 |
| | |||||
* | Use correct route instead | Lukas Reschke | 2014-11-17 | 1 | -1/+1 |
| | | | | | THX @schiesbn (I should setup a mail server on my local system...) | ||||
* | Remove uneeded import | Lukas Reschke | 2014-11-17 | 1 | -1/+0 |
| | |||||
* | Warn for password reset when files_encryption is enabled | Lukas Reschke | 2014-11-17 | 1 | -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 $recoveryPassword | Thomas Müller | 2014-07-24 | 1 | -1/+24 |
| | | | | - set password correctly in lost password | ||||
* | add proper Exception message for invalid token | Morris Jobke | 2014-06-13 | 1 | -2/+5 |
| | |||||
* | use array_merge for merging arrays in PHP | Morris Jobke | 2014-06-13 | 1 | -1/+1 |
| | |||||
* | complete renaming uid to userId | Morris Jobke | 2014-06-13 | 1 | -4/+4 |
| | |||||
* | Migrate ´ to ' | Morris Jobke | 2014-06-13 | 1 | -3/+3 |
| | |||||
* | reformat method call and fix paranthesis mismatch | Morris Jobke | 2014-06-13 | 1 | -8/+8 |
| | |||||
* | more style fixes | Bernhard Posselt | 2014-06-13 | 1 | -15/+24 |
| | |||||
* | use more stuff from core :) | Bernhard Posselt | 2014-06-13 | 1 | -69/+100 |
| | |||||
* | Add missing use | Victor Dubiniuk | 2014-06-13 | 1 | -0/+1 |
| | |||||
* | Fix check for user existence | Victor Dubiniuk | 2014-06-13 | 1 | -1/+2 |
| | |||||
* | Remove debug output | Victor Dubiniuk | 2014-06-13 | 1 | -1/+0 |
| | |||||
* | Change routes. Update templates | Victor Dubiniuk | 2014-06-13 | 1 | -17/+19 |
| | |||||
* | Changes according to review | Victor Dubiniuk | 2014-06-13 | 2 | -114/+100 |
| | |||||
* | Use appframework | Victor Dubiniuk | 2014-06-13 | 2 | -0/+167 |