aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files/view.php
Commit message (Collapse)AuthorAgeFilesLines
...
* | Also send explicit cache hooks when calling file_put_contents with a resourceRobin Appelman2014-02-281-0/+3
| |
* | Manually triger the filecache update hooks before any other hookRobin Appelman2014-02-261-0/+20
| |
* | Merge pull request #7279 from owncloud/folderid-reuseicewind19912014-02-261-2/+3
|\ \ | | | | | | Reuse the folder id in View->getFolderContents
| * | Reuse the folder id in View->getFolderContentsRobin Appelman2014-02-191-2/+3
| |/
* | Merge pull request #7371 from owncloud/core-storagemovedeleteallVincent Petry2014-02-251-1/+1
|\ \ | | | | | | Replace deleteAll call with unlink call on rename
| * | Replace deleteAll call with unlink callVincent Petry2014-02-241-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 copyBjoern Schiessle2014-02-241-0/+2
|/
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-141-18/+24
|\ | | | | | | | | Conflicts: lib/private/appconfig.php
| * merge master into fileinfoRobin Appelman2014-01-291-2/+5
| |\
| * | add Support for passing a FileInfo instance to View->putFileInfoRobin Appelman2014-01-131-1/+4
| | |
| * | Add a FileInfo class which holds all info of a file and return that from ↵Robin Appelman2014-01-131-17/+20
| | | | | | | | | | | | getFileInfo, getDirectoryContent and search
* | | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-1/+7
| |/ |/|
* | Reuse the data retrieved from the cache in checkUpdateRobin Appelman2014-01-201-2/+5
|/
* Prevent deleting storage rootVincent Petry2014-01-081-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 itRobin Appelman2013-12-021-2/+6
|
* External storage space is now not counted in total spaceVincent Petry2013-11-181-2/+4
| | | | | | | Added argument to getFileInfo() to disable adding the size of mountpoints to a directory's size. Fixes #5924
* Prevent renaming/deleting mount pointsVincent Petry2013-10-151-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-masterVicDeo2013-10-101-1/+3
|\ | | | | Proper behavior of resolvePath()
| * the path need to be normalized before putting it into resolvePath()Thomas Müller2013-10-101-1/+3
| | | | | | | | otherwise the returned internalPath will not match followup calls to e.g. Cache::getID()
* | merge master into hooks-view-same-startRobin Appelman2013-10-101-1/+2
|\|
| * don't trigger the create hooks when if the file already exists for ↵Robin Appelman2013-10-091-1/+2
| | | | | | | | file_put_contents
* | ensure the view's root is a subfolder of the the default root, not only ↵Robin Appelman2013-10-091-1/+4
|/ | | | starting the same
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+1078
Conflicts: lib/private/vcategories.php