Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4221 from owncloud/fix-3698 | Jörn Friedrich Dreyer | 2013-08-01 | 1 | -0/+5 |
|\ | | | | | Fix calculating size for empty folders | ||||
| * | Add test for calculating size of newly empty folder | Michael Gapczynski | 2013-07-29 | 1 | -0/+5 |
| | | |||||
* | | Merge pull request #4155 from owncloud/mdb2schemareader-booleans | Morris Jobke | 2013-08-01 | 2 | -0/+157 |
|\ \ | | | | | | | Fix boolean support for xml schema definitions | ||||
| * | | add tests for MDB2SchemaReader | Robin Appelman | 2013-07-29 | 2 | -0/+157 |
| | | | |||||
* | | | Merge pull request #3982 from owncloud/test_lastinsertid | Morris Jobke | 2013-07-31 | 1 | -1/+15 |
|\ \ \ | | | | | | | | | test lastinsertid | ||||
| * | | | check type, assertgreaterthan | Jörn Friedrich Dreyer | 2013-07-29 | 1 | -4/+6 |
| | | | | |||||
| * | | | test lastinsertid | Jörn Friedrich Dreyer | 2013-07-29 | 1 | -1/+13 |
| | |/ | |/| | |||||
* | | | adding test case with no / | Thomas Müller | 2013-07-30 | 1 | -0/+1 |
| | | | |||||
* | | | Merge branch 'master' into fixing-testGetById-master | Thomas Müller | 2013-07-30 | 10 | -102/+803 |
|\| | | |||||
| * | | Merge pull request #4093 from owncloud/storage-test-cleanup | Bart Visscher | 2013-07-26 | 1 | -50/+3 |
| |\ \ | | | | | | | | | Remove outdated unit tests for storage backend | ||||
| | * \ | Merge branch 'master' into storage-test-cleanup | Thomas Müller | 2013-07-24 | 6 | -35/+104 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/lib/files/storage/storage.php | ||||
| | * | | | Storage: remove some unneeded strict tests of mtime behaviour | Robin Appelman | 2013-07-16 | 1 | -21/+2 |
| | | | | | |||||
| | * | | | Storage: remove tests for search | Robin Appelman | 2013-07-16 | 1 | -29/+1 |
| | | | | | |||||
| * | | | | Merge pull request #4191 from owncloud/autotest-show-skipped-tests | Jörn Friedrich Dreyer | 2013-07-25 | 1 | -0/+1 |
| |\ \ \ \ | | | | | | | | | | | | | Add verbose to autotest phpunit, so we see skipped and incomplete tests. | ||||
| | * | | | | Add verbose to autotest phpunit, so we see skipped and incomplete tests. | Andreas Fischer | 2013-07-25 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Add ACPu memory cache | Bart Visscher | 2013-07-24 | 2 | -0/+24 |
| |/ / / / | |||||
| * | | | | Merge pull request #3995 from owncloud/groups | icewind1991 | 2013-07-24 | 3 | -46/+691 |
| |\ \ \ \ | | | | | | | | | | | | | Refactoring of group management code | ||||
| | * \ \ \ | Merge branch 'master' into groups | Thomas Müller | 2013-07-24 | 1 | -0/+69 |
| | |\ \ \ \ | | | | |/ / | | | |/| | | |||||
| | * | | | | Merge branch 'master' into groups | Robin Appelman | 2013-07-23 | 13 | -77/+374 |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | |||||
| | * | | | | group: only pass backends that hold that specific group to the group constructor | Robin Appelman | 2013-07-18 | 2 | -9/+5 |
| | | | | | | |||||
| | * | | | | more consistent naming | Robin Appelman | 2013-07-10 | 1 | -2/+2 |
| | | | | | | |||||
| | * | | | | add test case for getting group after deleting it | Robin Appelman | 2013-07-10 | 1 | -0/+16 |
| | | | | | | |||||
| | * | | | | use new group api as backend for the old api | Robin Appelman | 2013-07-10 | 1 | -46/+62 |
| | | | | | | |||||
| | * | | | | update group management | Robin Appelman | 2013-07-10 | 2 | -0/+617 |
| | | | | | | |||||
| * | | | | | Merge pull request #4171 from owncloud/fix-config | Morris Jobke | 2013-07-24 | 1 | -11/+0 |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | Fix config | ||||
| | * | | | | Revert "fix failing master branch - Test_Config::testWriteData" | Bart Visscher | 2013-07-23 | 1 | -11/+0 |
| | | |/ / | | |/| | | | | | | | | | | | | This reverts commit 8f93490ac45fbd74bd0e9697a685fd43bb34239b. | ||||
| * | | | | Merge pull request #4090 from owncloud/cleanup-some-template-functions | Thomas Müller | 2013-07-23 | 1 | -0/+69 |
| |\ \ \ \ | | |/ / / | |/| | | | Cleanup some template functions | ||||
| | * | | | Split locating JS and CSS files to their own class | Bart Visscher | 2013-07-21 | 1 | -0/+69 |
| | | | | | |||||
| * | | | | Merge pull request #3925 from berendt/reworking_OC_Files_Storage_AmazonS3 | Thomas Müller | 2013-07-22 | 1 | -9/+9 |
| |\ \ \ \ | | |/ / / | |/| | | | reworking of \OC\Files\Storage\AmazonS3 | ||||
| | * | | | increasing allowed time difference | Christian Berendt | 2013-07-08 | 1 | -9/+9 |
| | | | | | |||||
| | * | | | revoking additional tests | Christian Berendt | 2013-07-04 | 1 | -99/+0 |
| | | | | | |||||
| | * | | | remove tests from the wrong test method | Christian Berendt | 2013-07-03 | 1 | -10/+0 |
| | | | | | |||||
| | * | | | test moving and copying of subdirectories | Christian Berendt | 2013-07-03 | 1 | -0/+41 |
| | | | | | |||||
| | * | | | move new tests into the correct test method | Christian Berendt | 2013-07-03 | 1 | -10/+10 |
| | | | | | |||||
| | * | | | test working with files in subdirectories | Christian Berendt | 2013-07-03 | 1 | -0/+10 |
| | | | | | |||||
| | * | | | test working with subdirectories | Christian Berendt | 2013-07-03 | 1 | -0/+48 |
| | | | | | |||||
| | * | | | test copying and moving files in subdirectories | Christian Berendt | 2013-07-03 | 1 | -0/+10 |
| | | | | | |||||
| | * | | | increasing difference for modifcation time tests | Christian Berendt | 2013-07-03 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | one second is sometimes not enough when using a slow storage connection, three seconds is working better (at least when testing against S3) | ||||
| * | | | | fix failing master branch - Test_Config::testWriteData | Morris Jobke | 2013-07-21 | 1 | -0/+11 |
| | | | | | |||||
| * | | | | Merge pull request #2221 from owncloud/doctrine | Bart Visscher | 2013-07-18 | 2 | -2/+11 |
| |\ \ \ \ | | | | | | | | | | | | | OC6: Implement Doctrine as the backend for OC_DB | ||||
| | * \ \ \ | Merge branch 'master' into doctrine | Bart Visscher | 2013-07-13 | 16 | -78/+316 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: 3rdparty lib/db.php lib/setup.php tests/lib/db.php tests/lib/dbschema.php | ||||
| | * | | | | | View test needs a dummy user | Bart Visscher | 2013-06-26 | 1 | -0/+9 |
| | | | | | | | |||||
| | * | | | | | numRows doesn't work with Oracle | Bart Visscher | 2013-06-24 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | Doctrine only returns false | Bart Visscher | 2013-06-24 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | Fix table change tests for OCI | Bart Visscher | 2013-06-24 | 1 | -1/+2 |
| | | | | | | | |||||
| | * | | | | | Fix tableExists test function for Oracle | Bart Visscher | 2013-06-24 | 1 | -3/+4 |
| | | | | | | | |||||
| | * | | | | | Skip Test_Archive_TAR in php 5.5 for now | Bart Visscher | 2013-06-24 | 1 | -0/+6 |
| | | | | | | | |||||
* | | | | | | | adding unit tests for OC_Util::basename | Thomas Müller | 2013-07-29 | 1 | -8/+24 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #4067 from owncloud/fixing-tests-win32-master | Thomas Müller | 2013-07-17 | 1 | -28/+8 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | <<<EOL seems not to use proper end of lines on windows | ||||
| * | | | | | | <<<EOL seems not to use proper end of lines on windows | Thomas Mueller | 2013-07-15 | 1 | -28/+8 |
| | | | | | | |