Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\| | | |||||
| * | | Enabling unit testing for apptemplate_advanced | Thomas Müller | 2012-12-04 | 1 | -0/+1 |
| | | | |||||
* | | | merge master into filesystem | Robin Appelman | 2012-11-30 | 2 | -0/+70 |
|\| | | |||||
| * | | added more unittests for the group file | Bernhard Posselt | 2012-11-28 | 1 | -0/+68 |
| |/ | |||||
| * | Merge pull request #401 from owncloud/share_hooks | Jörn Friedrich Dreyer | 2012-11-28 | 2 | -2/+3 |
| |\ | | | | | | | Create functions to install standard hooks | ||||
| | * | Rename install hook functions to register hook | Bart Visscher | 2012-11-15 | 2 | -2/+2 |
| | | | |||||
| | * | Create functions to install standard hooks | Bart Visscher | 2012-11-13 | 2 | -2/+3 |
| | | | | | | | | | | | | | | | Also use these in tests that needs them Fix #151 | ||||
* | | | sort output of getFolderContent by name | Robin Appelman | 2012-11-25 | 1 | -11/+11 |
| | | | |||||
* | | | change behaviour of Filesystem::getMountPoint when a mountpoint is passed as ↵ | Robin Appelman | 2012-11-24 | 2 | -1/+13 |
| | | | | | | | | | | | | path without trailing slash | ||||
* | | | explicitly sort files when using getFolderContents | Robin Appelman | 2012-11-23 | 1 | -7/+7 |
| | | | |||||
* | | | don't throw fatal error in updater cache if setup failed for some reason | Robin Appelman | 2012-11-22 | 1 | -1/+3 |
| | | | |||||
* | | | add Scanner->backgroundScan | Robin Appelman | 2012-11-22 | 1 | -0/+22 |
| | | | |||||
* | | | add Cache->getIncomplete for use in background scanning | Robin Appelman | 2012-11-22 | 1 | -0/+17 |
| | | | |||||
* | | | allow storage backends to implement custom permission management | Robin Appelman | 2012-11-15 | 4 | -21/+33 |
| | | | |||||
* | | | merge master into filesystem | Robin Appelman | 2012-11-15 | 5 | -73/+298 |
|\| | | |||||
| * | | Don't use indexes in test data as postgres complains over duplicate keys. | Thomas Tanghus | 2012-11-12 | 1 | -41/+0 |
| | | | |||||
| * | | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-11-12 | 1 | -73/+73 |
| |\| | |||||
| | * | Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_* | Thomas Tanghus | 2012-11-11 | 1 | -73/+73 |
| | | | |||||
| * | | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-11-11 | 1 | -0/+2 |
| |\| | |||||
| | * | Disable loading apps before starting tests | Bart Visscher | 2012-11-10 | 1 | -0/+2 |
| | | | | | | | | | | | | The tests it self should load the app if needed | ||||
| * | | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-11-06 | 1 | -1/+1 |
| |\| | |||||
| * | | Remove unused variable. | Thomas Tanghus | 2012-11-05 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-11-05 | 13 | -69/+69 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: lib/vcategories.php | ||||
| * | | | Swap expected and actual. | Thomas Tanghus | 2012-11-04 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-11-04 | 10 | -107/+142 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/vcategories.php |