Commit Graph

110 Commits (018f9fddafe571cdd04257b438596498a843429e)

Author SHA1 Message Date
Bjoern Schiessle 21c45925fe detect root of mountpoint also if the trailing slash is missed 12 years ago
Robin Appelman ce0aa02aac Dont do a cache rename if we cant delete the source file 12 years ago
Robin Appelman 2124540d1d Dont remove a file from cache if the delete operation failed 12 years ago
Robin Appelman 8c9f1a982c Update the cache when renaming even if we dont emit hooks 12 years ago
Vincent Petry 87ce64c24e Replace OC_Log::ERROR with OCP\Util::ERROR 12 years ago
Vincent Petry f6e644b43f Catch storage exception in scanner for remote shares 12 years ago
Robin Appelman 87a1b2bdc4 Preserve mtime when doing cross storage move 12 years ago
Morris Jobke 0a400b4577 drop unused parameter 12 years ago
Lukas Reschke d66facc762 Fix annotations in file view 12 years ago
Robin Appelman 96dff341e2 Return valid fileinfo objects for part files 12 years ago
Lukas Reschke 310424db5d Use isset() instead of strlen() 12 years ago
Robin Appelman 9ddd5033d4 Movable mountpoints are always deletable 12 years ago
Robin Appelman fd85424742 Add getMountPoint to FileInfo 12 years ago
Vincent Petry 15ecb28d50 Make $userId mandatory for searchByTags 12 years ago
Vincent Petry 25dde7e93b Added searchByTags to view, storage and cache 12 years ago
Jörn Friedrich Dreyer 85176ec072 return correct result 12 years ago
Robin Appelman f4701d7721 Add public api for mount configurations 12 years ago
Joas Schilling 2c39aec8cb Replace deprecated constant with new class constant 12 years ago
Lukas Reschke da31177a8f Remove debug statement 12 years ago
Bjoern Schiessle f27b6b0ab8 don't scan part files 12 years ago
Robin Appelman d26a427f92 Also propagate etag changes when the watcher finds a changed file 12 years ago
Robin Appelman 16cfca6a5f Better reuse of cache data for getFolderContents 12 years ago
Robin Appelman 0a3f57f832 Pass the cached data to the filesystem watcher 12 years ago
Jörn Friedrich Dreyer 0254a3c406 make trashbin compatible with objectstore, replace glob with search in cache, make unknown free space work like unlimited free space 12 years ago
Robin Appelman e29b7e9335 Remove explicit propagate calls 12 years ago
Robin Appelman d0e83a71aa Update cache before post hooks 12 years ago
Robin Appelman 850542c5d6 Refactor Cache\Updater to work outside of the users home 12 years ago
Jesus Macias 91c8174013 Fix code with previous comments 12 years ago
Jesus Macias 883649b69c Reset changes on 3rdparty submodule 12 years ago
Jesus Macias 516ec661c0 Fix code with previous comments 12 years ago
Jesus Macias 819fa01e20 Solve bug with touch always return true on /lib/private/files/view.php 12 years ago
Joas Schilling 989da69cff Do not try to close the same resource multiple times 12 years ago
Robin Appelman bba59bf815 Cast file id's to int so we can compare them properly 12 years ago
Morris Jobke c6bf51c457 Close open file handles in files library 12 years ago
Bjoern Schiessle 6dda30b5a2 remove share permissions if user is excluded from sharing 12 years ago
Robin Appelman 244d4e1399 Make View->shouldEmitHooks more robust 12 years ago
Robin Appelman c3991ae13e Use the correct path when building the FileInfo for the search result 12 years ago
Bjoern Schiessle e9f5730869 make sure that the umount hook always contains the path relative to data/user/files 12 years ago
Bjoern Schiessle bb935978fa don't move a share mount point into a different mount point 12 years ago
Robin Appelman 113749bd96 really always take root of the substorage 12 years ago
Bjoern Schiessle 92a82f02b3 always take root of the substorage 12 years ago
Bjoern Schiessle 70ca292fd9 only the mount point has delete and update permissions to enable rename operation 12 years ago
Bjoern Schiessle 84d36df70b make sure that we always return the correct permissions 12 years ago
Robin Appelman b188550c22 Also support removeable mounts with rmdir 12 years ago
Robin Appelman 0532f5c39a Fix permission for movable storage root 12 years ago
Robin Appelman 41d2354191 Save the permissions in the filecache if it's not saved yet 12 years ago
Robin Appelman e362373a30 Movable storage root can always be moved and deleted 12 years ago
Robin Appelman a432459685 use triple equals 12 years ago
Bjoern Schiessle 329bfd81c3 remove encryption keys if user unshares a file 12 years ago
Robin Appelman 4fbc991ea2 Add the removing logic for mounts 12 years ago