Commit Graph

85 Commits (3d19bb2e51333fed3edb106c52740a8dba4f700c)

Author SHA1 Message Date
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
Robin Appelman 60a659c87e Add a system for (re)movable mount points 12 years ago
Thomas Müller d359765bdc Update PHPDoc 12 years ago
Robin Appelman 00539cf8f9 Verify that we have a valid storage in View->getPath 12 years ago
Thomas Müller da3974bcb2 - drop permissions table and related code 12 years ago
Vincent Petry da889ff029 Added experimental switch to count external storage data in quota 12 years ago
Robin Appelman af35b6ad9d Fix LocalStorage->unlink to work on folder as expected 12 years ago
Thomas Müller a2e4bc8d33 # This is a combination of 2 commits. 12 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Robin McCorkell 4755392c65 More PHPDoc for file functions 12 years ago
Robin McCorkell bac8962bbc Fix Scrutinizer errors 12 years ago
Robin McCorkell a7ae2e874a Squash 'a | b' into 'a|b', in /lib 12 years ago
Robin McCorkell b5bc37d2e4 Fix @return array PHPDocs, in /lib 12 years ago
Vincent Petry bab8c1f8e5 Fixed getAbsolutePath case when path is "0" 12 years ago
Thomas Müller e0dd69e4e6 remove legacy aka deprecated code: OC_FilesystemView 12 years ago
Joas Schilling c060f6ec7b Deduplicate code 12 years ago
Joas Schilling c1caaa6241 Correctly emit create/update hooks when a large file is being created/update 12 years ago
Joas Schilling 4fa9e46d2b Emit a new hook, when a file is being updated only 12 years ago
Robin Appelman 672a8248ce Correct the path returned by getFolderContent for substorages 12 years ago
Robin Appelman 456ca0cf7d fix paths of searchByMime results on substorages 12 years ago
Bjoern Schiessle 93469ca468 make it possible to move files out of a shared mount point 12 years ago