865 Commits (a661f043e1a8764cb7c795f50df77b830d3e352b)

Author SHA1 Message Date
Daniel Tosello 41f1feaf23 Fixing swift fopen by ensuring stream is a valid resource 10 years ago
Tim Dettrick cb9a4d4cdc Streaming download from Swift external storage 11 years ago
Lukas Reschke 025f021fd4 Remove dead code 10 years ago
Lukas Reschke f55a56ff6c Use proper PHPDoc reference 10 years ago
Robin Appelman eec4f82cf0 Dont set the string storage id to the numeric storage id for personal mounts 10 years ago
Scrutinizer Auto-Fixer 97f9213da9 Scrutinizer Auto-Fixes 10 years ago
Tim Dettrick 35ab7f0e64 Improving fopen behaviour for Swift backend 10 years ago
Robin Appelman a1898dc2bf db config backend for files_external 10 years ago
Jesús Macias 98f5c50aa4 Migrate storate status code to storagenotavailablexception 10 years ago
Jesús Macias 332c6748f9 Delete unnecessary storage status constans 10 years ago
Jesús Macias b17f26834d Add different storage status codes managed by StoragedNotAvailableException 10 years ago
Robin Appelman 62cc316c6a remove old propagation logic 10 years ago
Robin Appelman 2dd0066b0e Add command to set mount options for external storages 10 years ago
Thomas Müller d6da0396d0 Adjust patches 10 years ago
Scrutinizer Auto-Fixer dcbd603514 Scrutinizer Auto-Fixes 10 years ago
Lukas Reschke 6614ea91c3 Fix some PHPDocs 10 years ago
Robin Appelman 67710e62fa Fix parsing of sftp hosts when using ipv6 10 years ago
Jesús Macias 394d3eb0cd First working approach to show mount status 10 years ago
Vincent Petry 51d7527595 Properly throw exception in OC_Mount_Config::getBackendStatus 10 years ago
Robin McCorkell 9a4d37f626 Display storage status as tooltip 10 years ago
Vincent Petry d795643ef9 Fix Dropbox metadata cache with trimmed paths 10 years ago
Vincent Petry 796179af00 Remove Dropbox metadata from cache after upload 10 years ago
Vincent Petry 915d37f226 Fallback to default mimetype detection mechanism 10 years ago
Morris Jobke 8366ce2767 deduplicate @xenopathic 10 years ago
Morris Jobke b945d71384 update licence headers via script 10 years ago
Bjoern Schiessle 0ce28a574a if mountpoint is applicable to all users the old API expects a array with 'all' 10 years ago
Robin McCorkell 2404333300 Perform visibility checks on storages 10 years ago
Robin McCorkell 634c1c497c Mark SMB_OC and SFTP_Key as deprecated backends 10 years ago
Robin McCorkell 060d169615 Add deprecation mechanic to IdentifierTrait 10 years ago
Robin McCorkell 38a260e963 Revert "Implement more fine-grained external storage permissions model" 10 years ago
Martin 491250320a Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used. 10 years ago
Robin McCorkell b8cded6755 Correct manipulateStorageConfig parameter 10 years ago
Robin McCorkell ca7b4a42f9 Fix external storage priority logic 10 years ago
Robin McCorkell 7fc545470c Make AmazonS3 path style actually work 10 years ago
Tim Dettrick 1b582ba66b Don't log expected Swift 404 responses 10 years ago
Robin McCorkell 522619f90e Fix dependency check for Swift and SMB_OC 10 years ago
Robin McCorkell d67251fe4c Remove storing storage_id in mount.json 10 years ago
Robin McCorkell 442f5269ef Fix Swift legacy auth mechanism fallback 10 years ago
Robin McCorkell e33d7b34fa Fix typo in SMB_OC 10 years ago
Robin McCorkell cd506f210d Make checkDependencies a real method 10 years ago
Robin McCorkell 0b97a05e7b Prevent creation of deprecated backends 10 years ago
Robin McCorkell cc88c5f4b8 Implement more fine-grained external storage permissions model 10 years ago
Robin Appelman d14252d9c7 make sure we actually have an object store 10 years ago
Robin McCorkell 080fafe63a AjaxController uses RSA auth mechanism 10 years ago
Robin McCorkell 1084e3adc7 Migrate SFTP_Key external storage to new API 10 years ago
Robin McCorkell cb1ef82702 Migrate SMB_OC external storage to new API 10 years ago
Robin McCorkell 19bc5a452a Migrate Swift external storage to new API 10 years ago
Robin McCorkell 88a78237b0 Migrate Google external storage to new API 10 years ago
Robin McCorkell a50ef61876 Migrate Dropbox external storage to new API 10 years ago
Robin McCorkell ced04f9ad2 Migrate AmazonS3 external storage to new API 10 years ago