summaryrefslogtreecommitdiffstats
path: root/settings/controller/mailsettingscontroller.php
Commit message (Collapse)AuthorAgeFilesLines
* Rename files to be PSR-4 compliantLukas Reschke2016-04-061-181/+0
|
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* Update license headersJenkins for ownCloud2015-03-261-7/+19
|
* Show more detailed error messageLukas Reschke2015-03-161-12/+12
|
* Migrate to SwiftMailLukas Reschke2015-03-161-5/+7
| | | | | | | | | | | | | | | | | | | | | Replaces the OC_Mail and phpmailer with SwiftMail allowing us to mock it properly. Fixes the unit test execution on master on local machines and https://github.com/owncloud/core/issues/12014 Conflicts: 3rdparty lib/private/server.php lib/public/iservercontainer.php tests/lib/mail.php tests/settings/controller/mailsettingscontrollertest.php Conflicts: 3rdparty lib/private/mail.php lib/private/server.php lib/public/iservercontainer.php settings/ajax/lostpassword.php settings/application.php
* Revert "Updating license headers"Morris Jobke2015-02-261-19/+8
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-8/+19
|
* Use setConfigs() instead of calling setConfig() multiple timesJoas Schilling2015-01-231-10/+11
|
* fixing typo in English source stringThomas Müller2014-10-161-1/+1
|
* fixing typosThomas Müller2014-10-141-1/+1
|
* Refactor MailSettings controllerLukas Reschke2014-10-141-0/+166
- Do not store the password (fixes https://github.com/owncloud/core/issues/11385) - Refactor to AppFramework - Add unit tests Conflicts: settings/admin/controller.php