summaryrefslogtreecommitdiffstats
path: root/lib/private/files/view.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7878 from owncloud/quota-extstorageswitchicewind19912014-06-051-1/+7
|\
| * Added experimental switch to count external storage data in quotaVincent Petry2014-06-041-1/+7
* | - drop permissions table and related codeThomas Müller2014-06-051-18/+1
|/
* Merge pull request #3908 from owncloud/storage-folder-copy-renameicewind19912014-05-291-1/+1
|\
| * Fix LocalStorage->unlink to work on folder as expectedRobin Appelman2014-05-281-1/+1
* | # This is a combination of 2 commits.Thomas Müller2014-05-281-3/+18
|/
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-1/+1
* More PHPDoc for file functionsRobin McCorkell2014-05-131-0/+4
* Fix Scrutinizer errorsRobin McCorkell2014-05-131-0/+5
* Squash 'a | b' into 'a|b', in /libRobin McCorkell2014-05-131-2/+2
* Fix @return array PHPDocs, in /libRobin McCorkell2014-05-131-1/+1
* Fixed getAbsolutePath case when path is "0"Vincent Petry2014-05-131-1/+1
* remove legacy aka deprecated code: OC_FilesystemViewThomas Müller2014-05-121-1/+1
* Deduplicate codeJoas Schilling2014-04-291-136/+39
* Correctly emit create/update hooks when a large file is being created/updateJoas Schilling2014-04-291-0/+31
* Emit a new hook, when a file is being updated onlyJoas Schilling2014-04-291-1/+31
* Merge branch 'master' into share-search-mimeRobin Appelman2014-04-251-2/+3
|\
| * fix paths of searchByMime results on substoragesRobin Appelman2014-04-251-2/+3
* | Correct the path returned by getFolderContent for substoragesRobin Appelman2014-04-251-0/+1
|/
* make it possible to move files out of a shared mount pointBjoern Schiessle2014-04-231-4/+4
* we don't allow to share a folder if it contains a share mount pointBjoern Schiessle2014-04-231-1/+2
* allow user to delete shared files/foldersBjoern Schiessle2014-04-231-1/+2
* user should be able to rename/delete shared files if the owner allowed itBjoern Schiessle2014-04-231-8/+21
* fixing mkdir code to respect external file systems as wellThomas Müller2014-04-071-3/+3
* Merge branch 'master' of https://github.com/lukepolo/core-1 into lukepolo-masterThomas Müller2014-04-071-0/+11
|\
| * Feature Added : Ability to drag and drop in ChromeLuke Policinski2014-02-191-5/+5
| * Feature Added : Ability to drag and drop in ChromeLuke Policinski2014-02-191-0/+11
* | dont scan not existing files in View->getFileInfoRobin Appelman2014-04-041-0/+3
* | Give storages the option to implement the getById behaviour for View->getPathRobin Appelman2014-03-281-6/+13
* | Fix check if fileinfo is validRobin Appelman2014-03-061-1/+1
* | 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->getFolderContentsRobin Appelman2014-02-191-2/+3
| |/
* | Merge pull request #7371 from owncloud/core-storagemovedeleteallVincent Petry2014-02-251-1/+1
|\ \
| * | Replace deleteAll call with unlink callVincent Petry2014-02-241-1/+1
| |/
* / 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
|\
| * 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 getF...Robin Appelman2014-01-131-17/+20
* | | 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
* 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
* Prevent renaming/deleting mount pointsVincent Petry2013-10-151-1/+2
* Merge pull request #5263 from owncloud/fixing-5255-masterVicDeo2013-10-101-1/+3
|\
| * the path need to be normalized before putting it into resolvePath()Thomas Müller2013-10-101-1/+3
* | merge master into hooks-view-same-startRobin Appelman2013-10-101-1/+2
|\|