summaryrefslogtreecommitdiffstats
path: root/lib/private/files/view.php
Commit message (Expand)AuthorAgeFilesLines
* Remove explicit propagate callsRobin Appelman2014-09-051-8/+1
* Update cache before post hooksRobin Appelman2014-09-051-19/+20
* Refactor Cache\Updater to work outside of the users homeRobin Appelman2014-09-051-27/+42
* Fix code with previous commentsJesus Macias2014-09-031-1/+1
* Reset changes on 3rdparty submoduleJesus Macias2014-09-031-1/+7
* Do not try to close the same resource multiple timesJoas Schilling2014-08-251-1/+6
* Merge pull request #10395 from owncloud/close-filehandle-lib-filesMorris Jobke2014-08-141-0/+1
|\
| * Close open file handles in files libraryMorris Jobke2014-08-131-0/+1
* | Cast file id's to int so we can compare them properlyRobin Appelman2014-08-131-0/+1
|/
* remove share permissions if user is excluded from sharingBjoern Schiessle2014-08-081-0/+10
* Make View->shouldEmitHooks more robustRobin Appelman2014-08-051-0/+3
* Use the correct path when building the FileInfo for the search resultRobin Appelman2014-07-141-1/+2
* make sure that the umount hook always contains the path relative to data/user...Bjoern Schiessle2014-07-041-3/+13
* don't move a share mount point into a different mount pointBjoern Schiessle2014-07-011-7/+34
* really always take root of the substorageRobin Appelman2014-06-251-1/+1
* always take root of the substorageBjoern Schiessle2014-06-241-1/+1
* only the mount point has delete and update permissions to enable rename opera...Bjoern Schiessle2014-06-241-1/+1
* make sure that we always return the correct permissionsBjoern Schiessle2014-06-241-2/+2
* Also support removeable mounts with rmdirRobin Appelman2014-06-161-19/+28
* Fix permission for movable storage rootRobin Appelman2014-06-161-5/+8
* Save the permissions in the filecache if it's not saved yetRobin Appelman2014-06-091-12/+12
* Movable storage root can always be moved and deletedRobin Appelman2014-06-061-1/+1
* use triple equalsRobin Appelman2014-06-061-1/+1
* remove encryption keys if user unshares a fileBjoern Schiessle2014-06-061-1/+12
* Add the removing logic for mountsRobin Appelman2014-06-061-5/+9
* Add a system for (re)movable mount pointsRobin Appelman2014-06-061-22/+19
* Update PHPDocThomas Müller2014-06-061-1/+1
* Verify that we have a valid storage in View->getPathRobin Appelman2014-06-051-7/+11
* 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