summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11747 from owncloud/storeCredentialsOnlyInSessionIfRequiredVincent Petry2014-12-012-0/+108
|\
| * Backport \OC\Security\Crypto to ownCloud 7Lukas Reschke2014-11-202-0/+108
* | Consolidate if statement, and update unit testMiguel Prokop2014-11-261-4/+2
|/
* fixing cache routesClark Tomlinson2014-11-192-6/+6
* use the new base class for share/share.php testsBjoern Schiessle2014-11-191-10/+12
* Simple fix for the wrong Mapper resetJoas Schilling2014-11-191-0/+6
* Back to OC_Util::generateRandomBytes()Joas Schilling2014-11-191-4/+1
* Correctly restore previous root mount point after testingJoas Schilling2014-11-1914-53/+190
* Correctly refresh the apps list after removing the mockJoas Schilling2014-11-191-0/+3
* Fix Files\Storage\Home::testRoot()Joas Schilling2014-11-191-1/+6
* Skip some more tests on Windows which just can not work at allJoas Schilling2014-11-194-8/+29
* Windows does not support CHMOD, therefor we can not test not writable foldersJoas Schilling2014-11-191-0/+4
* Test LargeFileHelperGetFileSize also with ascii only charactersJoas Schilling2014-11-191-18/+37
* Do not use uniqid in Group and User tests as it is not unique on windowsJoas Schilling2014-11-197-67/+62
* Testcase base classJoas Schilling2014-11-191-0/+33
* make sure that we don't find the wrong shares if a user and a group have the ...Bjoern Schiessle2014-11-181-0/+41
* Merge pull request #12154 from owncloud/ignore-port-for-trusted-domainMorris Jobke2014-11-181-2/+6
|\
| * Ignore port for trusted domainsLukas Reschke2014-11-131-2/+6
* | Backport #12181Lukas Reschke2014-11-171-1/+6
* | Check if app is enabled for userLukas Reschke2014-11-151-2/+2
|/
* fix typo in content typeBernhard Posselt2014-11-051-1/+1
* Merge pull request #11802 from owncloud/backport-10958Lukas Reschke2014-10-281-0/+55
|\
| * Introduce cross-db ILIKERobin Appelman2014-10-271-0/+55
* | Make supported DBs configurable within config.phpLukas Reschke2014-10-271-0/+103
|/
* Add proper setup and teardownVincent Petry2014-10-201-0/+17
* Add "$_SERVER['REQUEST_URI']" to fix the unit testsLukas Reschke2014-10-201-1/+8
* Add unit tests for convertToRelativePathLukas Reschke2014-10-201-0/+44
* backport of #11494Arthur Schiwon2014-10-181-15/+9
* backport of #9104macjohnny2014-10-171-10/+10
* strip whitespace from the beginning and end of the display name to avoid empt...Bjoern Schiessle2014-10-161-0/+46
* Use `rawurlencode` since this seems to be expected by cURLLukas Reschke2014-10-152-2/+7
* Merge pull request #11567 from owncloud/cache-updater-refactor-stable7Robin Appelman2014-10-154-290/+420
|\
| * remove unstable testRobin Appelman2014-10-141-1/+0
| * Fix unit testRobin Appelman2014-10-143-9/+6
| * Improve unit tests for Cache\UpdaterRobin Appelman2014-10-142-281/+416
| * Refactor Cache\Updater to work outside of the users homeRobin Appelman2014-10-141-1/+0
* | Adding test helper to test private methodsClark Tomlinson2014-10-151-0/+28
* | Refactor MailSettings controllerLukas Reschke2014-10-102-0/+197
|/
* Merge pull request #11375 from owncloud/fix_files_external_amazon_s3_stat_callVincent Petry2014-10-081-6/+6
|\
| * make some storage tests explain what went wrongJörn Friedrich Dreyer2014-10-011-6/+6
* | Merge pull request #11299 from owncloud/barkport-10934Lukas Reschke2014-10-021-19/+72
|\ \
| * | Don't complain about non-writable datadirs before we're installedRobin Appelman2014-09-301-0/+37
| * | Inject config into checkserver and cleanup testsRobin Appelman2014-09-301-19/+35
* | | fix unit testsBjoern Schiessle2014-10-012-5/+22
* | | unit tests for grouping of shares pointing to the same sourceBjoern Schiessle2014-10-011-12/+80
* | | Merge pull request #11364 from owncloud/fix_unit_test_oc7Lukas Reschke2014-10-011-0/+2
|\ \ \ | |_|/ |/| |
| * | make sure that we re-load the file system after the quota was setBjoern Schiessle2014-10-011-0/+2
* | | Add flock to configLukas Reschke2014-10-011-37/+93
|/ /
* / don't clean up the test environment if a data provider was finishedBjoern Schiessle2014-09-301-14/+17
|/
* Fix dav permissions for folders without create permissionsRobin Appelman2014-09-261-0/+55