summaryrefslogtreecommitdiffstats
path: root/core/application.php
Commit message (Collapse)AuthorAgeFilesLines
* move lost controller to core/controllerMorris Jobke2016-01-201-1/+1
| | | | | | | * lostpassword.css is unneeded since #11696 is merged - 1b50d4f7ceb92fffe0d38f823f175cf7e419c69e * js is already in core/js * css is moved to core/css/lostpassword * template is moved to core/templates/lostpassword
* move user controller to core/controllerMorris Jobke2016-01-201-1/+1
|
* move avatar controller to core/controllerMorris Jobke2016-01-201-1/+1
|
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* Update license headersLukas Reschke2015-10-261-1/+1
|
* Do not print exception messageLukas Reschke2015-10-131-1/+5
| | | | | | In case of an error the error message often contains sensitive data such as the full path which potentially leads to a full path disclosure. Thus the error message should not directly get displayed to the user and instead be logged.
* 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