Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1618 from owncloud/mapped-storage-unit-testing-linux-masterv5.0.0alpha1 | Lukas Reschke | 2013-02-12 | 1 | -0/+40 |
|\ | | | | | Mapped storage unit testing linux master | ||||
| * | make MappedLocal available and testable within Linux as well | Thomas Müller | 2013-02-09 | 1 | -0/+40 |
| | | |||||
* | | Merge pull request #1616 from owncloud/cache_fixes_rebase | Thomas Müller | 2013-02-12 | 1 | -1/+0 |
|\ \ | | | | | | | Cache: reuse known folder sizes when doing a shallow scan - rebase | ||||
| * | | Cache: reuse known folder sizes when doing a shallow scan | Robin Appelman | 2013-02-11 | 1 | -1/+0 |
| |/ | |||||
* / | Update tests and apps to the new \OC\Files\Filesystem::init signature | Robin Appelman | 2013-02-11 | 2 | -2/+2 |
|/ | |||||
* | initial version of a local storage implementation which will use unique ↵ | Thomas Mueller | 2013-02-06 | 1 | -4/+13 |
| | | | | | | slugified filename on the local filesystem. This implementation will only be enabled on windows based system to solve the issues around UTF-8 file names with php on windows. | ||||
* | Merge pull request #1509 from owncloud/correct-public-contacts-tests | Lukas Reschke | 2013-02-06 | 1 | -4/+4 |
|\ | | | | | Correct lib/public/contacts.php tests | ||||
| * | Correct lib/public/contacts.php tests | Bart Visscher | 2013-02-06 | 1 | -4/+4 |
| | | |||||
* | | Merge pull request #1438 from owncloud/phpunit-tests-win32-master | Frank Karlitschek | 2013-02-06 | 1 | -0/+347 |
|\ \ | |/ |/| | PHPUnit support for Windows added | ||||
| * | PHPUnit support for Windows added | Thomas Mueller | 2013-02-04 | 1 | -0/+347 |
| | | |||||
* | | uncomment failing calls to \OC\Files\Filesystem::file_put_contents | Thomas Mueller | 2013-02-05 | 1 | -3/+3 |
| | | |||||
* | | add phpunit configuration for autotest withou the json listener because this ↵ | Thomas Mueller | 2013-02-05 | 1 | -0/+14 |
| | | | | | | | | pollutes the console | ||||
* | | disable error handler while running phpunit | Thomas Mueller | 2013-02-05 | 1 | -0/+3 |
| | | |||||
* | | reuse \OC_Helper::tmpFolder() | Thomas Mueller | 2013-02-04 | 1 | -4/+1 |
|/ | |||||
* | Cache: use greaterEquals in tests cases to prevent failures due to race ↵ | Robin Appelman | 2013-01-30 | 1 | -3/+3 |
| | | | | conditions | ||||
* | add oc:// streamwrapper to provide access to ownCloud's virtual filesystem | Robin Appelman | 2013-01-28 | 1 | -0/+19 |
| | |||||
* | Move streamwrappers to seperate files and put them in a namespace | Robin Appelman | 2013-01-28 | 1 | -38/+38 |
| | |||||
* | Filesystem: return all matching mounts in Mount::findById | Robin Appelman | 2013-01-28 | 1 | -2/+6 |
| | |||||
* | Filesystem: add View->getPath to the cache api | Robin Appelman | 2013-01-27 | 1 | -0/+23 |
| | |||||
* | Cache: add function to get storage id and internal path of a file by id | Robin Appelman | 2013-01-27 | 1 | -0/+7 |
| | |||||
* | Test cases for new mount management | Robin Appelman | 2013-01-27 | 1 | -0/+37 |
| | |||||
* | Cache: port test cases to PHPUnit | Robin Appelman | 2013-01-26 | 2 | -47/+47 |
| | |||||
* | merge master into filesystem | Robin Appelman | 2013-01-26 | 16 | -156/+137 |
|\ | |||||
| * | drop SimpleTest compatibility | Thomas Mueller | 2013-01-24 | 17 | -176/+157 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2013-01-22 | 1 | -4/+0 |
|\| | |||||
| * | Merge pull request #1237 from owncloud/fix-template-tests | icewind1991 | 2013-01-22 | 1 | -4/+0 |
| |\ | | | | | | | Remove unnecessary ob_end_clean() from template tests | ||||
| | * | Remove unnecessary ob_end_clean() from template tests | Michael Gapczynski | 2013-01-19 | 1 | -4/+0 |
| | | | |||||
* | | | Cache: make mounts overwrite existing folders, prevents duplicate entries | Robin Appelman | 2013-01-22 | 1 | -0/+12 |
| | | | |||||
* | | | Cache: fix test case Updater::testRename | Robin Appelman | 2013-01-22 | 1 | -1/+1 |
| | | | |||||
* | | | Add tests for mtime changes in folders - testRename is failing right now | Michael Gapczynski | 2013-01-22 | 1 | -0/+8 |
| | | | |||||
* | | | Merge branch 'master' into filesystem | Robin Appelman | 2013-01-22 | 1 | -1/+2 |
|\| | | |||||
| * | | enable unittesting on appframework and apptemplateadvanced | Thomas Mueller | 2013-01-21 | 1 | -1/+2 |
| |/ | |||||
* | | merge master into filesytem | Robin Appelman | 2013-01-20 | 1 | -0/+3 |
|\| | |||||
| * | Add listener for VisualPHPUnit | Michael Gapczynski | 2013-01-18 | 1 | -0/+3 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2013-01-16 | 2 | -2/+1 |
|\| | |||||
| * | remove php closing tag | Thomas Mueller | 2013-01-14 | 2 | -2/+0 |
| | | |||||
* | | Merge branch 'filesystem' into filesystem-etags | Michael Gapczynski | 2013-01-07 | 2 | -7/+8 |
|\ \ | | | | | | | | | | | | | Conflicts: lib/files/cache/cache.php | ||||
| * | | Cache: split permission cache scanning and cache scanning | Robin Appelman | 2013-01-07 | 1 | -1/+1 |
| | | | |||||
| * | | Cache: split permission cache scanning and cache scanning | Robin Appelman | 2013-01-07 | 1 | -0/+1 |
| | | | |||||
| * | | Cache: allow storage backends to overwrite Watcher | Robin Appelman | 2013-01-01 | 1 | -7/+7 |
| | | | |||||
* | | | Fix eTagUpdate and add tests | Michael Gapczynski | 2012-12-31 | 1 | -6/+22 |
|/ / | |||||
* | | make sure folders that are not fully scanned are at least shallow scanned ↵ | Robin Appelman | 2012-12-15 | 1 | -0/+13 |
| | | | | | | | | | | | | when we open them the fact that they are in the cache does not mean they are scanned | ||||
* | | Filecache Watcher: use scan or scanFile based on the current item, not the ↵ | Robin Appelman | 2012-12-15 | 1 | -0/+34 |
| | | | | | | | | cached item | ||||
* | | merge master into filesystem | Robin Appelman | 2012-12-15 | 1 | -0/+125 |
|\| | |||||
| * | Merge pull request #623 from owncloud/contacts_api_2 | Thomas Müller | 2012-12-11 | 1 | -0/+125 |
| |\ | | | | | | | Contacts API has been implemented and unit tests are provided | ||||
| | * | test for search and unregister added | Thomas Mueller | 2012-11-28 | 1 | -6/+51 |
| | | | |||||
| | * | first unit tests implemented | Thomas Mueller | 2012-11-28 | 1 | -0/+80 |
| | | | |||||
* | | | one additional test case for the cache updater | Robin Appelman | 2012-12-11 | 1 | -0/+5 |
| | | | |||||
* | | | fix cache behaviour for non existing files | Robin Appelman | 2012-12-11 | 2 | -0/+8 |
| | | | |||||
* | | | merge master into filesystem | Robin Appelman | 2012-12-06 | 1 | -0/+1 |
|\| | |