Commit Graph

406 Commits (8ab1c84161aee37dde459ff7a30f768fc27d4ef4)

Author SHA1 Message Date
Morris Jobke b3b3354809 move to public namespace 12 years ago
Stephan Peijnik 2df52e54d7 Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesystem. 12 years ago
Jörn Friedrich Dreyer 240b952333 use S3Client::encodeKey(), fixes #8325 12 years ago
Andreas Fischer a27753dd80 Pass existing Net_SFTP object into Net_SFTP_Stream. 12 years ago
Andreas Fischer e18c8f23df login() must be called after getServerPublicHostKey(). 12 years ago
Andreas Fischer d02604b3fb Add short description explaining how SFTP ext storage class works. 12 years ago
Andreas Fischer c8024934c0 The file providing the sftp:// scheme needs to be included manually. 12 years ago
Johan Björk ac75a24597 Converted an array to PHP5.3 compatible version 12 years ago
Johan Björk e44a7aa034 Fixes #8326: deletion of directories on S3 12 years ago
Christopher T. Johnson 599ab7a802 Fix Signiture Does Not Match when mounting Amazon S3 external storage 12 years ago
Vincent Petry 5e6f6da786 Fix warnings when personal is not set 12 years ago
Vincent Petry 8977a68548 Use filtered list for ext storage list mounts API 12 years ago
Thomas Müller c745240543 Move \OC\Files\Storage\DAV to core in order to reduce inter-app dependencies 12 years ago
Jörn Friedrich Dreyer 42e9d49d72 update files_external swift to php-opencloud v1.9.2 12 years ago
Robin Appelman 544963f414 Allow adding object stores with the files_external mount config 12 years ago
Robin Appelman d24c0f4d42 Dont allow opening writable streams on a read only dav mount 12 years ago
Robin Appelman be93b0d01d Fix permissions functions for webdav external storages 12 years ago
Robin Appelman 3f2cb39aba Properly set read permissions for webdav storages 12 years ago
Robin Appelman 21ced89beb Dont return false for internalPath 12 years ago
Robin Appelman 65f3b2fad2 Add server<->server sharing backend 12 years ago
Vincent Petry 710d017eec Added more columns to ext storage list 12 years ago
Vincent Petry 01c2c3107a Added external storage list in files app 12 years ago
Robin Appelman a66c2e6a47 Fix the removeMount for personal mounts 12 years ago
Robin Appelman cabe2873c4 Make personal external mount points (re)movable from the files app 12 years ago
Robin Appelman 9eb177e8bc Use the permissions exposed by ownCloud for webdav external storages 12 years ago
Thomas Müller 76e04027bc Upgrade SabreDAV to 1.8.10 12 years ago
ringmaster dc1e3620d2 Continued flock work. 12 years ago
ringmaster 5365ae416e flock changes. Work in progress. 12 years ago
Thomas Müller 17cbfc714a use phpseclib from 3rdparty 12 years ago
Robin McCorkell 856c48bc25 Use default priority of 100 if backend default is not set 12 years ago
Robin McCorkell da03ef25d9 Add priority overriding comments 12 years ago
Robin McCorkell 0a8a319915 Fix priority merging logic and add unit test 12 years ago
Robin McCorkell eae45dca71 Add unit tests 12 years ago
Robin McCorkell 2254678a0c Use constants for priority type and add comments 12 years ago
Robin McCorkell a0ccb060fa Use more strict type comparisons 12 years ago
Robin McCorkell e4d3ee7866 Preserve priority if already set 12 years ago
Robin McCorkell 9151d72507 Treat 'all users' as 'global' 12 years ago
Robin McCorkell 05642733a3 Add storage priority support 12 years ago
Sascha Schmidt 4b2888cd9a Changed access mode for Dropbox to 'auto' 12 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Robin McCorkell e7aebc5c32 Fix whitespace issues 12 years ago
Robin McCorkell 6930ae22e4 Fix more missing or broken PHPDoc 12 years ago
Robin McCorkell c4f1de63a8 Fix PHPDoc in /apps 12 years ago
Robin McCorkell 08a8a409d6 Extract mount point merging logic into separate function 12 years ago
Thomas Müller 9128900c56 drop files_irods from apps_external 12 years ago
Bjoern Schiessle 22e0a4b9a8 external storages: allow to mount a folder called "Shared", it is no longer a reserved name 12 years ago
Robin McCorkell abfd7ecb72 Permit personal mount points to be used for sharing 12 years ago
Lukas Reschke 2454759af7 Check whether the user has permissions to add personal storage backends 13 years ago
Thomas Müller 3ac009c2b4 unit tests for dynamic backend registration 13 years ago
Thomas Müller e3b9a86184 remove duplicate method checkDependencies() 13 years ago