Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Also send explicit cache hooks when calling file_put_contents with a resource | Robin Appelman | 2014-02-28 | 1 | -0/+3 | |
| | | ||||||
* | | Manually triger the filecache update hooks before any other hook | Robin Appelman | 2014-02-26 | 1 | -0/+20 | |
| | | ||||||
* | | Merge pull request #7279 from owncloud/folderid-reuse | icewind1991 | 2014-02-26 | 1 | -2/+3 | |
|\ \ | | | | | | | Reuse the folder id in View->getFolderContents | |||||
| * | | Reuse the folder id in View->getFolderContents | Robin Appelman | 2014-02-19 | 1 | -2/+3 | |
| |/ | ||||||
* | | Merge pull request #7371 from owncloud/core-storagemovedeleteall | Vincent Petry | 2014-02-25 | 1 | -1/+1 | |
|\ \ | | | | | | | Replace deleteAll call with unlink call on rename | |||||
| * | | Replace deleteAll call with unlink call | Vincent Petry | 2014-02-24 | 1 | -1/+1 | |
| |/ | | | | | | | | | | | | | The method deleteAll() doesn't officially exist on the Storage class as it's not defined on the interface, which means it fails on the Quota storage wrapper and might fail on some external storage classes. Also, this here is the only use case for that one method. | |||||
* / | don't overwrite keys if rename was done by a stream copy | Bjoern Schiessle | 2014-02-24 | 1 | -0/+2 | |
|/ | ||||||
* | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-14 | 1 | -18/+24 | |
|\ | | | | | | | | | Conflicts: lib/private/appconfig.php | |||||
| * | merge master into fileinfo | Robin Appelman | 2014-01-29 | 1 | -2/+5 | |
| |\ | ||||||
| * | | add Support for passing a FileInfo instance to View->putFileInfo | Robin Appelman | 2014-01-13 | 1 | -1/+4 | |
| | | | ||||||
| * | | Add a FileInfo class which holds all info of a file and return that from ↵ | Robin Appelman | 2014-01-13 | 1 | -17/+20 | |
| | | | | | | | | | | | | getFileInfo, getDirectoryContent and search | |||||
* | | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -1/+7 | |
| |/ |/| | ||||||
* | | Reuse the data retrieved from the cache in checkUpdate | Robin Appelman | 2014-01-20 | 1 | -2/+5 | |
|/ | ||||||
* | Prevent deleting storage root | Vincent Petry | 2014-01-08 | 1 | -0/+13 | |
| | | | | | | | | 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. | |||||
* | check if a directory exists before we try to remove it | Robin Appelman | 2013-12-02 | 1 | -2/+6 | |
| | ||||||
* | External storage space is now not counted in total space | Vincent Petry | 2013-11-18 | 1 | -2/+4 | |
| | | | | | | | Added argument to getFileInfo() to disable adding the size of mountpoints to a directory's size. Fixes #5924 | |||||
* | Prevent renaming/deleting mount points | Vincent Petry | 2013-10-15 | 1 | -1/+2 | |
| | | | | | | | Fixed permissions returned for mount points to not include update and delete permissions. Fixes #5291 | |||||
* | Merge pull request #5263 from owncloud/fixing-5255-master | VicDeo | 2013-10-10 | 1 | -1/+3 | |
|\ | | | | | Proper behavior of resolvePath() | |||||
| * | the path need to be normalized before putting it into resolvePath() | Thomas Müller | 2013-10-10 | 1 | -1/+3 | |
| | | | | | | | | 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 | -1/+2 | |
|\| | ||||||
| * | don't trigger the create hooks when if the file already exists for ↵ | Robin Appelman | 2013-10-09 | 1 | -1/+2 | |
| | | | | | | | | file_put_contents | |||||
* | | ensure the view's root is a subfolder of the the default root, not only ↵ | Robin Appelman | 2013-10-09 | 1 | -1/+4 | |
|/ | | | | starting the same | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+1078 | |
Conflicts: lib/private/vcategories.php |