summaryrefslogtreecommitdiffstats
path: root/lib/private/files/view.php
Commit message (Expand)AuthorAgeFilesLines
* Dont do a cache rename if we cant delete the source fileRobin Appelman2015-01-291-2/+2
* Dont remove a file from cache if the delete operation failedRobin Appelman2015-01-291-1/+1
* Update the cache when renaming even if we dont emit hooksRobin Appelman2015-01-281-11/+13
* Merge pull request #13525 from owncloud/s2s-fixscanfileforbrokenstorageMorris Jobke2015-01-281-1/+16
|\
| * Replace OC_Log::ERROR with OCP\Util::ERRORVincent Petry2015-01-261-1/+1
| * Catch storage exception in scanner for remote sharesVincent Petry2015-01-261-1/+16
* | Preserve mtime when doing cross storage moveRobin Appelman2015-01-231-3/+10
|/
* Merge pull request #13317 from owncloud/partfile-fileinfoThomas Müller2015-01-141-0/+31
|\
| * Return valid fileinfo objects for part filesRobin Appelman2015-01-131-0/+31
* | drop unused parameterMorris Jobke2015-01-131-2/+1
* | Fix annotations in file viewLukas Reschke2015-01-131-0/+11
|/
* Use isset() instead of strlen()Lukas Reschke2015-01-101-2/+4
* Merge pull request #12879 from owncloud/mountconfigMorris Jobke2014-12-181-13/+30
|\
| * Add getMountPoint to FileInfoRobin Appelman2014-12-171-13/+30
* | Movable mountpoints are always deletableRobin Appelman2014-12-171-0/+5
|/
* Merge pull request #12778 from owncloud/searchbytags2Vincent Petry2014-12-121-8/+19
|\
| * Make $userId mandatory for searchByTagsVincent Petry2014-12-121-10/+11
| * Added searchByTags to view, storage and cacheVincent Petry2014-12-111-0/+10
* | Merge pull request #12698 from owncloud/handle_readonly_shared_filesMorris Jobke2014-12-121-2/+2
|\ \ | |/ |/|
| * return correct resultJörn Friedrich Dreyer2014-12-081-2/+2
* | Add public api for mount configurationsRobin Appelman2014-12-041-2/+2
|/
* Replace deprecated constant with new class constantJoas Schilling2014-11-251-5/+5
* Remove debug statementLukas Reschke2014-11-121-4/+0
* don't scan part filesBjoern Schiessle2014-11-071-1/+1
* Also propagate etag changes when the watcher finds a changed fileRobin Appelman2014-11-071-0/+2
* Better reuse of cache data for getFolderContentsRobin Appelman2014-10-241-6/+11
* Pass the cached data to the filesystem watcherRobin Appelman2014-10-241-12/+14
* make trashbin compatible with objectstore, replace glob with search in cache,...Jörn Friedrich Dreyer2014-10-161-0/+10
* 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