Commit Graph

51 Commits (ff3ded6cb2f8542c3b2a083f4dabc83ccfa1888e)

Author SHA1 Message Date
Thomas Müller da3974bcb2 - drop permissions table and related code 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 13 years ago
Robin Appelman b61ec7352b dont scan not existing files in View->getFileInfo 13 years ago
Robin Appelman f331d5f9d4 Give storages the option to implement the getById behaviour for View->getPath 13 years ago
Robin Appelman 895fc0fa26 Fix check if fileinfo is valid 13 years ago
Robin Appelman 3ff12ef4ec Also send explicit cache hooks when calling file_put_contents with a resource 13 years ago
Robin Appelman bc49c6be04 Manually triger the filecache update hooks before any other hook 13 years ago
Bjoern Schiessle ebd73aee8f don't overwrite keys if rename was done by a stream copy 13 years ago
Vincent Petry c465835e85 Replace deleteAll call with unlink call 13 years ago
Luke Policinski b01492fecd Feature Added : Ability to drag and drop in Chrome 13 years ago
Luke Policinski 79a6d89bcc Feature Added : Ability to drag and drop in Chrome 13 years ago
Robin Appelman 1331de554c Reuse the folder id in View->getFolderContents 13 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 13 years ago
Robin Appelman 3d6d8d1bb6 Reuse the data retrieved from the cache in checkUpdate 13 years ago
Robin Appelman e706cf6c06 add Support for passing a FileInfo instance to View->putFileInfo 13 years ago
Robin Appelman 617acbd6f9 Add a FileInfo class which holds all info of a file and return that from getFileInfo, getDirectoryContent and search 13 years ago
Vincent Petry f642ad3961 Prevent deleting storage root 13 years ago
Robin Appelman 64bfcbee0a check if a directory exists before we try to remove it 13 years ago
Vincent Petry 614e4d485c External storage space is now not counted in total space 13 years ago
Vincent Petry 5f249e1a54 Prevent renaming/deleting mount points 13 years ago
Thomas Müller bc6e352ccd the path need to be normalized before putting it into resolvePath() 13 years ago
Robin Appelman 7f8eeb0474 ensure the view's root is a subfolder of the the default root, not only starting the same 13 years ago
Robin Appelman 38c563dcdc don't trigger the create hooks when if the file already exists for file_put_contents 13 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
Robin Appelman a1d4eb1f95 files: when filtering search results, ensure results are children of the fakeroot not just path starting the same 13 years ago
Robin Appelman 46a57a9f05 change View->deleteAll to an alias of View->rmdir since rmdir works recursive 13 years ago
Arthur Schiwon ec3639dc7a Always check variable type before using readdir to avoid surprises 13 years ago
Robin Appelman a22f9ff301 Provide an implementation of the fileapi for oc6 build on top of the old api 13 years ago
Robin Appelman 1fa29b4c11 also emmit create hook when creating new files using touch() 13 years ago
Robin Appelman c5402f4575 use strict equals in readdir loops to prevent issues with '0' files 13 years ago
Robin Appelman d43b4c52ae also emit hooks for views that are a subfolder of the user folder 13 years ago
Björn Schießle 690323092e don't run hooks for .part files 13 years ago