summaryrefslogtreecommitdiffstats
path: root/core/application.php
Commit message (Collapse)AuthorAgeFilesLines
* Expire token after 12h and if user logged-in againLukas Reschke2015-08-221-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 ApiRoeland Jago Douma2015-08-181-1/+6
|
* update license headers and authorsMorris Jobke2015-06-251-0/+1
|
* Removing files_encryption left oversThomas Müller2015-04-071-2/+2
|
* Update license headersJenkins for ownCloud2015-03-261-5/+20
|
* Use new IMailer and add unit-tests for lostcontrollerLukas Reschke2015-03-161-1/+5
|
* Avatar controller moved to AppFrameWorkRoeland Jago Douma2015-03-111-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 Jobke2015-02-261-18/+6
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-6/+18
|
* Warn for password reset when files_encryption is enabledLukas Reschke2014-11-171-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 controllerLukas Reschke2014-08-251-0/+53