summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* - fix dropTable() and introduce tableExists()Thomas Müller2014-05-301-49/+5
* Merge pull request #5365 from owncloud/filesize-improvements-32bitThomas Müller2014-05-302-0/+115
|\
| * Typo: getFileSizeViaDOM -> getFileSizeViaCOMAndreas Fischer2014-05-291-1/+1
| * Use "file size" instead of "filesize", then also apply camel case.Andreas Fischer2014-05-291-16/+16
| * Increase file size limit from 2 GiB to 4 GiB when workarounds are unavailable.Andreas Fischer2014-05-291-0/+7
| * Add helper method for turning int|float into base-10 unsigned integer string.Andreas Fischer2014-05-291-0/+46
| * Rename: LargeFileHelper -> LargeFileHelperGetFilesizeAndreas Fischer2014-05-291-1/+1
| * Unit Tests for LargeFileHelper.Andreas Fischer2014-05-291-0/+62
* | Merge pull request #8778 from owncloud/storage-instanceoficewind19912014-05-303-0/+17
|\ \
| * | Add $storage->instanceOfStorage to handle instanceof for storage wrappersRobin Appelman2014-05-293-0/+17
| |/
* | Sharing overview fixes and unit testsVincent Petry2014-05-301-8/+35
* | Merge pull request #8759 from owncloud/fix-phpunitLukas Reschke2014-05-293-115/+98
|\ \ | |/ |/|
| * fix assertionsBernhard Posselt2014-05-281-9/+14
| * fix 8757, get rid of service locator antipatternBernhard Posselt2014-05-283-106/+84
* | Merge pull request #3908 from owncloud/storage-folder-copy-renameicewind19912014-05-292-1/+120
|\ \
| * | fix illegal usage of unlink in test caseRobin Appelman2014-05-281-1/+1
| * | add recursive copy to local storage backendRobin Appelman2014-05-281-1/+64
| * | fix recursive rename for local storage backendRobin Appelman2014-05-281-0/+16
| * | aditional test cases for copy and renameRobin Appelman2014-05-281-0/+40
| |/
* | Merge pull request #8547 from owncloud/path-length-masterThomas Müller2014-05-291-0/+121
|\ \
| * | # This is a combination of 2 commits.Thomas Müller2014-05-281-0/+121
| |/
* | Merge pull request #8754 from owncloud/3rdparty-upgraded-phpmailerLukas Reschke2014-05-281-1/+1
|\ \
| * | updating unit test expectationsThomas Müller2014-05-281-1/+1
| |/
* | Merge pull request #8681 from owncloud/logintimestampLukas Reschke2014-05-281-3/+179
|\ \ | |/ |/|
| * increase scrutinizer happyiness by removing minor/informational issuesArthur Schiwon2014-05-231-2/+0
| * clean up here is superflous, will already be removed by user sessionArthur Schiwon2014-05-231-6/+0
| * test hooks also on loginArthur Schiwon2014-05-231-3/+39
| * also test whether hooks workArthur Schiwon2014-05-231-5/+39
| * unit tests for loginWithCookie()Arthur Schiwon2014-05-231-0/+114
* | Added requiremin/requiremax fields for appsVincent Petry2014-05-271-65/+209
* | Merge pull request #8599 from owncloud/sharing_disable_for_groupsBjörn Schießle2014-05-221-0/+55
|\ \
| * | allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-221-0/+55
| |/
* | Clean the database after the testJoas Schilling2014-05-211-0/+4
* | Add a lot of users for testingJoas Schilling2014-05-211-1/+15
* | Add test case for getValueForUsers()Joas Schilling2014-05-211-0/+19
|/
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-195-21/+21
* Merge pull request #7363 from owncloud/optimize-startup-queriesMorris Jobke2014-05-191-0/+94
|\
| * Merge branch 'master' into optimize-startup-queriesBart Visscher2014-05-0752-287/+1673
| |\
| * | Add unit tests for getUserGroups with addUser and removeUserBart Visscher2014-02-271-0/+94
* | | Namespacing for FileList, FileActions and trashbin appVincent Petry2014-05-151-1/+1
* | | use fetch method instead of fetchRow because fetchRow is only an owncloud int...Bernhard Posselt2014-05-141-3/+3
* | | Merge pull request #8542 from owncloud/phpdoc-improvementsThomas Müller2014-05-132-21/+34
|\ \ \
| * | | Fix Scrutinizer errors about missing user backendRobin McCorkell2014-05-132-21/+34
* | | | Add tests for other types that PHP might castLukas Reschke2014-05-131-0/+2
|/ / /
* | | Merge pull request #8572 from owncloud/core-getabsolutepathwithzeroThomas Müller2014-05-131-0/+18
|\ \ \
| * | | Fixed getAbsolutePath case when path is "0"Vincent Petry2014-05-131-0/+18
* | | | make it possible to omit parameters and use the default parameters from the c...Bernhard Posselt2014-05-132-9/+37
|/ / /
* | | Merge pull request #8482 from owncloud/public-loggerThomas Müller2014-05-121-0/+40
|\ \ \
| * | | adding unit test for message interpolationThomas Müller2014-05-121-0/+40
* | | | Merge pull request #8541 from owncloud/hardenIsSubDirectoryMorris Jobke2014-05-121-4/+4
|\ \ \ \