Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expire token after 12h and if user logged-in again | Lukas Reschke | 2015-08-22 | 1 | -4/+6 |
| | | | | As an hardening measure we should expire password reset tokens after 12h and if the user has logged-in again successfully after the token was requested. | ||||
* | Move avatarcontroller towards Node Api | Roeland Jago Douma | 2015-08-18 | 1 | -1/+6 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
| | |||||
* | Removing files_encryption left overs | Thomas Müller | 2015-04-07 | 1 | -2/+2 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -5/+20 |
| | |||||
* | Use new IMailer and add unit-tests for lostcontroller | Lukas Reschke | 2015-03-16 | 1 | -1/+5 |
| | |||||
* | Avatar controller moved to AppFrameWork | Roeland Jago Douma | 2015-03-11 | 1 | -0/+23 |
| | | | | | | | | * Original avatarcontroller migrated to the appframework * Added DataDisplayResponse that show data inline in the browser (used to retrun the image) * Removed some unneeded code * Added unit tests for the avatarcontroller | ||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -18/+6 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -6/+18 |
| | |||||
* | Warn for password reset when files_encryption is enabled | Lukas Reschke | 2014-11-17 | 1 | -14/+50 |
| | | | | | | | | 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 | ||||
* | Use AppFramework instead of custom controller | Lukas Reschke | 2014-08-25 | 1 | -0/+53 |