summaryrefslogtreecommitdiffstats
path: root/tests/core
Commit message (Collapse)AuthorAgeFilesLines
* Move the helpful method to the TestCase classJoas Schilling2015-06-035-7/+7
|
* fix testsRobin Appelman2015-05-181-5/+1
|
* Display a message when there is a problem with the default moduleJoas Schilling2015-05-042-15/+37
|
* Add unit tests for the commandsJoas Schilling2015-04-273-0/+274
|
* Fix file namesJoas Schilling2015-04-232-0/+0
|
* Add tests for occ user:lastseenJoas Schilling2015-04-231-0/+105
|
* Add unit tests for occ user:deleteJoas Schilling2015-04-231-0/+106
|
* Merge pull request #12085 from owncloud/add-swift-mailerLukas Reschke2015-03-171-9/+92
|\ | | | | Migrate OC_Mail to SwiftMailer
| * Use new IMailer and add unit-tests for lostcontrollerLukas Reschke2015-03-161-9/+92
| |
* | No user no avatar easy as thatJoas Schilling2015-03-131-6/+5
| |
* | Fix order of expected and actual on assertEquals() callsJoas Schilling2015-03-131-19/+19
| |
* | Fix getting the avatar of a non-existing userJoas Schilling2015-03-131-5/+22
|/
* Fix the avatarcontroller cache needing the cache dirRoeland Jago Douma2015-03-111-1/+4
| | | | | This was removed in 82254ad5efb65e8650567f49343ec37eb55e2f3e and unfortunatly missed by jenkins before mering into master.
* Avatar controller moved to AppFrameWorkRoeland Jago Douma2015-03-111-0/+360
| | | | | | | | * 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
* Mock l10n in the setupLukas Reschke2015-02-011-26/+23
|
* Add unit tests for empty tokenLukas Reschke2015-02-011-2/+15
|
* Disable when no sendmail is availableLukas Reschke2014-12-041-3/+6
|
* Skip lostcontroller sending email test on windowsJoas Schilling2014-11-281-0/+5
|
* Use correct route insteadLukas Reschke2014-11-171-1/+1
| | | | | THX @schiesbn (I should setup a mail server on my local system...)
* Fix scrutinizer issuesLukas Reschke2014-11-171-1/+1
|
* Warn for password reset when files_encryption is enabledLukas Reschke2014-11-171-0/+195
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