Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added hacky fix for long path cleanup routine | Vincent Petry | 2014-06-06 | 1 | -4/+9 |
| | |||||
* | use system function to recursive remove the directory used by temporary storage | Thomas Müller | 2014-06-06 | 1 | -1/+3 |
| | |||||
* | Merge pull request #8852 from owncloud/kill-permissions-master | Thomas Müller | 2014-06-05 | 1 | -2/+0 |
|\ | | | | | Kill permissions table | ||||
| * | - drop permissions table and related code | Thomas Müller | 2014-06-05 | 1 | -2/+0 |
| | | | | | | | | | | | | - the file/folder's permission is now stored in the file cache - BackGroundWatcher has been removed - this has meanwhile be replaced by occ files:scan which can be executed in a cron jobs - increase version to trigger database migration | ||||
* | | Fix unit tests | Robin Appelman | 2014-06-03 | 1 | -13/+17 |
|/ | |||||
* | # This is a combination of 2 commits. | Thomas Müller | 2014-05-28 | 1 | -0/+121 |
| | | | | | | | | | | | | | # The first commit's message is: adding tests for long paths increment path field in database up to 4000 (maximum for Oracle - otherwise we could use php's 4096) increment version to trigger database migration adding unit test for too long path # This is the 2nd commit message: fix too long path | ||||
* | Add tests for other types that PHP might cast | Lukas Reschke | 2014-05-13 | 1 | -0/+2 |
| | | | Addition to https://github.com/owncloud/core/pull/8572 | ||||
* | Fixed getAbsolutePath case when path is "0" | Vincent Petry | 2014-05-13 | 1 | -0/+18 |
| | | | | | Make sure to correctly check for string emptiness when the passed path is "0". | ||||
* | Remove unneccessary statement from test | Joas Schilling | 2014-04-29 | 1 | -2/+0 |
| | |||||
* | Update tests to test for create and update aswell | Joas Schilling | 2014-04-29 | 1 | -13/+35 |
| | |||||
* | use assertSame and assertNotSame for etag checks | Jörn Friedrich Dreyer | 2014-02-27 | 1 | -1/+1 |
| | |||||
* | Allow setting the frequency of which the file watcher checks for updates | Robin Appelman | 2014-02-18 | 1 | -0/+3 |
| | |||||
* | remove duplicate test class | Robin Appelman | 2014-01-14 | 1 | -0/+17 |
| | |||||
* | Prevent deleting storage root | Vincent Petry | 2014-01-08 | 1 | -0/+42 |
| | | | | | | | | Storage mount points are not deletable, so make sure that the unlink operation and its hooks aren't run in such cases. Note that some storages might recursively delete their contents when calling unlink on their root. This fix prevents that as well. | ||||
* | remove unneeded ; in comment | Robin Appelman | 2013-12-12 | 1 | -1/+1 |
| | |||||
* | Add test for having utf8 filenames in the cache | Robin Appelman | 2013-12-12 | 1 | -1/+31 |
| | |||||
* | External storage space is now not counted in total space | Vincent Petry | 2013-11-18 | 1 | -0/+5 |
| | | | | | | | Added argument to getFileInfo() to disable adding the size of mountpoints to a directory's size. Fixes #5924 | ||||
* | Merge pull request #5263 from owncloud/fixing-5255-master | VicDeo | 2013-10-10 | 1 | -0/+34 |
|\ | | | | | Proper behavior of resolvePath() | ||||
| * | the path need to be normalized before putting it into resolvePath() | Thomas Müller | 2013-10-10 | 1 | -0/+34 |
| | | | | | | | | otherwise the returned internalPath will not match followup calls to e.g. Cache::getID() | ||||
* | | merge master into hooks-view-same-start | Robin Appelman | 2013-10-10 | 1 | -0/+25 |
|\| | |||||
| * | don't trigger the create hooks when if the file already exists for ↵ | Robin Appelman | 2013-10-09 | 1 | -0/+25 |
| | | | | | | | | file_put_contents | ||||
* | | ensure the view's root is a subfolder of the the default root, not only ↵ | Robin Appelman | 2013-10-09 | 1 | -0/+18 |
|/ | | | | starting the same | ||||
* | files: when filtering search results, ensure results are children of the ↵ | Robin Appelman | 2013-09-22 | 1 | -0/+14 |
| | | | | fakeroot not just path starting the same | ||||
* | test case for hooks send from a non-default view | Robin Appelman | 2013-08-29 | 1 | -1/+30 |
| | |||||
* | View test needs a dummy user | Bart Visscher | 2013-06-26 | 1 | -0/+9 |
| | |||||
* | add timeouts 3/30/90 to phpunit tests | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -0/+24 |
| | |||||
* | Merge branch 'master' into move-storages | Michael Gapczynski | 2013-05-23 | 1 | -3/+33 |
|\ | | | | | | | | | Conflicts: tests/lib/files/view.php | ||||
| * | Emulate touch() for backends that don't support it | Robin Appelman | 2013-02-10 | 1 | -2/+32 |
| | | |||||
| * | Cache: bookkeeping of storage_mtime | Robin Appelman | 2013-02-10 | 1 | -1/+1 |
| | | |||||
* | | Fix undefined variable for copying empty folders | Michael Gapczynski | 2013-05-19 | 1 | -0/+3 |
| | | |||||
* | | Add tests for copying/moving between storages | Michael Gapczynski | 2013-05-19 | 1 | -0/+34 |
|/ | |||||
* | Filesystem: add View->getPath to the cache api | Robin Appelman | 2013-01-27 | 1 | -0/+23 |
| | |||||
* | Cache: make mounts overwrite existing folders, prevents duplicate entries | Robin Appelman | 2013-01-22 | 1 | -0/+12 |
| | |||||
* | 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 |
| | |||||
* | 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 | ||||
* | fix cache behaviour for non existing files | Robin Appelman | 2012-12-11 | 1 | -0/+3 |
| | |||||
* | 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 | 1 | -0/+12 |
| | | | | path without trailing slash | ||||
* | explicitly sort files when using getFolderContents | Robin Appelman | 2012-11-23 | 1 | -7/+7 |
| | |||||
* | allow storage backends to implement custom permission management | Robin Appelman | 2012-11-15 | 1 | -1/+2 |
| | |||||
* | check for changes when using the cache api | Robin Appelman | 2012-10-28 | 1 | -0/+17 |
| | |||||
* | add filesystem watcher to detect updates | Robin Appelman | 2012-10-28 | 1 | -0/+2 |
| | |||||
* | add searchByMime to new cache api | Robin Appelman | 2012-10-27 | 1 | -0/+3 |
| | |||||
* | move filesystem test case | Robin Appelman | 2012-10-26 | 1 | -12/+10 |
| | |||||
* | add search to the filecache api | Robin Appelman | 2012-10-26 | 1 | -1/+44 |
| | |||||
* | add View->putFileInfo to the filecache api | Robin Appelman | 2012-10-26 | 1 | -0/+7 |
| | |||||
* | fix problem with normalizePath when there was a double leading slash | Robin Appelman | 2012-10-26 | 1 | -0/+3 |
| | |||||
* | move the cache api from OC_Files to filesystem(view) | Robin Appelman | 2012-10-26 | 1 | -0/+113 |