Commit Graph

409 Commits (96d9e0eb5b52ce13015c1c1843dbad8b2c218236)

Author SHA1 Message Date
Robin Appelman ccb4475a8d Expose creatable permissions trough fileinfo 11 years ago
Robin Appelman f88021dbbc Don't keep the full info of all children in memory 11 years ago
Lukas Reschke 6eeb905871 Do only follow HTTP and HTTPS redirects 11 years ago
Jörn Friedrich Dreyer f83689e1be in quota wrapper use === instead of ! for better readability and as in other wrappers 11 years ago
Jörn Friedrich Dreyer 561a7e47cd return boolean in Ciose::stream_seek 11 years ago
Jörn Friedrich Dreyer b752cb98d8 return boolean in OC::stream_seek 11 years ago
Robin Appelman 0c03b2bdd5 Use ILIKE in cache search 11 years ago
Lukas Reschke 33c0d2f743 Fix mapping of relative paths 11 years ago
Robin Appelman 2f22e67570 Also check if the file itself is updatable 11 years ago
Robin Appelman d25a9a118f Check if a folder is deletable before we try to recursively delete it 11 years ago
Robin Appelman ab79caf29b Check if the parent is writable to check if a file is deletable 11 years ago
Robin Appelman fa2b385d33 Fix method name 11 years ago
Lukas Reschke fa718d2e2c Fix typo 11 years ago
Robin Appelman 644755df66 Use bigger transactions when doing explicit file system scans 11 years ago
Jörn Friedrich Dreyer 8488be4d03 Keep fileid on move in objectstore, fixes #10848 11 years ago
Robin Appelman e29b7e9335 Remove explicit propagate calls 11 years ago
Robin Appelman d0e83a71aa Update cache before post hooks 11 years ago
Robin Appelman 1d8a88dd1b Fix warning in homecache 11 years ago
Robin Appelman 850542c5d6 Refactor Cache\Updater to work outside of the users home 11 years ago
Jesus Macias 91c8174013 Fix code with previous comments 11 years ago
Jesus Macias 883649b69c Reset changes on 3rdparty submodule 11 years ago
Jesus Macias 516ec661c0 Fix code with previous comments 11 years ago
Jesus Macias 819fa01e20 Solve bug with touch always return true on /lib/private/files/view.php 11 years ago
Robin Appelman a9a37b5363 Don't automatically setup the filesystem the moment we load OC\Files\FileSystem 11 years ago
Joas Schilling 989da69cff Do not try to close the same resource multiple times 11 years ago
Joas Schilling 1846aebfff Use md5() of the original name instead of uniqid() for slugifying 11 years ago
Joas Schilling b861e1d696 Fix code layout before fixing the function 11 years ago
Robin Appelman 191a82e768 Stream downloads from Swift object stores without downloading it first 11 years ago
Vincent Petry 068f9d10f1 Added repair step for legacy storages 11 years ago
Morris Jobke b3b3354809 move to public namespace 11 years ago
Stephan Peijnik 5d7deefd95 Use tabs for indentation. 11 years ago
Stephan Peijnik 2df52e54d7 Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesystem. 11 years ago
Joas Schilling 4d32e3548b Ensure that filename is prefixed with a slash 11 years ago
Robin Appelman bba59bf815 Cast file id's to int so we can compare them properly 11 years ago
Morris Jobke c6bf51c457 Close open file handles in files library 11 years ago
Joas Schilling 564bf23c1b Do not filemtime() on "." directory. Use empty string instead 11 years ago
Joas Schilling d7666d9d3d Remove doubled slash between folder and path 11 years ago
Bjoern Schiessle 6dda30b5a2 remove share permissions if user is excluded from sharing 11 years ago
Thomas Müller 9d2cff50ed shared files/folders are not mounted 11 years ago
Robin Appelman 12207ec0c7 Fix SharedCache::getPathById 11 years ago
Robin Appelman 1deb6aadd3 return null instead of throwing an exception 11 years ago
Robin Appelman bf8f910a32 Fix Folder::getById 11 years ago
Robin Appelman 244d4e1399 Make View->shouldEmitHooks more robust 11 years ago
Clark Tomlinson 26af116fcd Removing unnecessary switch statements in fopen methods. 11 years ago
Clark Tomlinson 222b9fd22b Resolving 9969 resubmitting to fix rebase issue. 11 years ago
Martin d975012ae6 Improved scanner error message 11 years ago
Robin Appelman e9de20952a Return the proper owner for home storages 11 years ago
Robin Appelman 5a0397eb5e Fix renaming files in the root folder of a MappedLocal storage 11 years ago
Robin Appelman c3991ae13e Use the correct path when building the FileInfo for the search result 11 years ago
Tigran Mkrtchyan 03f422153d files: storage: rename should check parent directories of old and new files 11 years ago