summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* test for group manager's displayNamesInGroupArthur Schiwon2014-04-231-0/+50
* adjust user manager testsArthur Schiwon2014-04-231-5/+5
* remove now unnecessary testArthur Schiwon2014-04-231-19/+0
* Merge pull request #8260 from owncloud/stable6-backport-8183-and-coThomas Müller2014-04-231-0/+12
|\
| * Backport of #8197 to stable6Lukas Reschke2014-04-181-0/+12
* | default to GET request when no method is set to fix unittests, also set parse...Bernhard Posselt2014-04-183-14/+18
|/
* adjust tests accordinglyArthur Schiwon2014-04-153-3/+3
* add requirements to routingBernhard Posselt2014-04-101-4/+29
* Still return quota value when free space is unknownVincent Petry2014-03-211-0/+18
* Return unencrypted_size of folder when queriedVincent Petry2014-03-211-0/+16
* Added .ocdata file to check for data folder validityVincent Petry2014-03-201-0/+108
* Added unit tests for serverHost and other related functionsVincent Petry2014-03-051-0/+137
* let's name the column 'select' because this is a keyword on all platformsThomas Müller2014-02-262-2/+2
* adding test for migrations on columns using keywordsThomas Müller2014-02-262-0/+30
* fix sharing unit testsBjoern Schiessle2014-02-212-7/+7
* add unit test for \OC\URLGenerator::getAbsoluteURL to verify #6935Bjoern Schiessle2014-02-211-0/+34
* intendationArthur Schiwon2014-02-101-5/+5
* Inject loggerArthur Schiwon2014-02-101-0/+7
* test for share dialoge sorterArthur Schiwon2014-02-101-0/+40
* add test for password remove methodBjoern Schiessle2014-02-041-0/+62
* fixing comment + adding unit test for checkPasswordProtectedShareThomas Müller2014-01-211-0/+42
* Fixed quota wrapper to not wrap failed fopen streamsVincent Petry2014-01-201-0/+19
* Fix array access syntax for older PHPVincent Petry2014-01-171-2/+3
* updated the unit test for OCP\Share::unshareAll() to verify that shares by al...ben-denham2014-01-161-4/+54
* extended test to also check the status messagesBjoern Schiessle2014-01-151-11/+24
* Use storage_mtime when determining if we can reuse cached data while scanningRobin Appelman2014-01-153-2/+19
* Fix calculated folder size to use unencrypted sizeVincent Petry2014-01-141-0/+45
* Merge pull request #6612 from owncloud/user-no-change-displayname-stableicewind19912014-01-141-1/+4
|\
| * Pass config object in testGetHomeNotSupportedRobin Appelman2014-01-021-1/+4
* | Prevent deleting storage rootVincent Petry2014-01-101-0/+42
* | add tests for user countingArthur Schiwon2014-01-091-0/+72
* | Now also preventing to override "files" dir size with -1Vincent Petry2014-01-081-6/+12
* | Added isUserAgent() method to requestVincent Petry2014-01-071-0/+50
* | DB: Support DECIMAL(precision,scale) syntax in XMLOliver Gasser2014-01-075-3/+42
|/
* Merge pull request #6308 from owncloud/fix_webdav_session_login_user_comparisonblizzz2013-12-131-2/+13
|\
| * adjust testArthur Schiwon2013-12-131-2/+13
* | remove unneeded ; in commentRobin Appelman2013-12-131-1/+1
* | Add test for having utf8 filenames in the cacheRobin Appelman2013-12-131-1/+31
|/
* fix wrong test data in l10nMorris Jobke2013-12-093-3/+3
* add test case for removing background jobs that are throwing exceptionsRobin Appelman2013-12-062-3/+59
* Dont use exceptions for the backgroundjob test casesRobin Appelman2013-12-062-35/+46
* get rid of failing test that don't cause additional downloadsRobin Appelman2013-12-062-25/+25
* extend test case for etag preservationRobin Appelman2013-12-061-2/+2
* reuse etags when doing a background scanRobin Appelman2013-12-061-0/+79
* Added unit test for the test() methodVincent Petry2013-12-041-0/+7
* Merge pull request #6052 from owncloud/datetime-doctrineThomas Müller2013-12-011-38/+0
|\
| * Timestamp test is no longer necessary as we rely on Doctrine and DateTime.Andreas Fischer2013-11-261-38/+0
* | Fixed FTP and SMB to use rmdir() when deleting foldersVincent Petry2013-11-291-1/+13
* | Redetect mime type whenever extension is renamedVincent Petry2013-11-271-0/+8
* | Merge pull request #6058 from owncloud/ldap2avatarblizzz2013-11-262-0/+96
|\ \