Commit Graph

69 Commits (e6b093bfb9bdf609a1a5743c8f80915dbd53ae35)

Author SHA1 Message Date
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
Bjoern Schiessle 652d417a58 we don't allow to share a folder if it contains a share mount point 12 years ago
Bjoern Schiessle dfb69e9418 allow user to delete shared files/folders 12 years ago
Bjoern Schiessle a02fb3722b user should be able to rename/delete shared files if the owner allowed it 12 years ago
Thomas Müller 7dd0074655 fixing mkdir code to respect external file systems as well 12 years ago
Robin Appelman b61ec7352b dont scan not existing files in View->getFileInfo 12 years ago
Robin Appelman f331d5f9d4 Give storages the option to implement the getById behaviour for View->getPath 12 years ago
Robin Appelman 895fc0fa26 Fix check if fileinfo is valid 12 years ago
Robin Appelman 3ff12ef4ec Also send explicit cache hooks when calling file_put_contents with a resource 12 years ago
Robin Appelman bc49c6be04 Manually triger the filecache update hooks before any other hook 12 years ago
Bjoern Schiessle ebd73aee8f don't overwrite keys if rename was done by a stream copy 12 years ago
Vincent Petry c465835e85 Replace deleteAll call with unlink call 12 years ago
Luke Policinski b01492fecd Feature Added : Ability to drag and drop in Chrome 12 years ago
Luke Policinski 79a6d89bcc Feature Added : Ability to drag and drop in Chrome 12 years ago
Robin Appelman 1331de554c Reuse the folder id in View->getFolderContents 12 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 12 years ago
Robin Appelman 3d6d8d1bb6 Reuse the data retrieved from the cache in checkUpdate 12 years ago
Robin Appelman e706cf6c06 add Support for passing a FileInfo instance to View->putFileInfo 12 years ago