Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #15077 from owncloud/fix-smb-oc-admin-stable7 | Morris Jobke | 2015-05-20 | 1 | -4/+10 |
|\ | | | | | [stable7] Support constructing an SMB_OC without saved session credentials | ||||
| * | Support constructing an SMB_OC without saved session credentials | Robin McCorkell | 2015-03-20 | 1 | -4/+10 |
| | | | | | | | | | | Conflicts: apps/files_external/lib/smb_oc.php | ||||
* | | Fix bugs in ownCloud external storage | Robin McCorkell | 2015-03-27 | 1 | -2/+2 |
|/ | |||||
* | Do not remove dir entry if it has the same name as the parent | Vincent Petry | 2014-12-11 | 1 | -4/+1 |
| | | | | | This fixes an issue when a subdir has the same name as its parent, it would get exluded from the list. | ||||
* | Only store user credentials when SMB_OC storage is enabled | Lukas Reschke | 2014-11-20 | 1 | -3/+27 |
| | |||||
* | Show warning when invalid user was passed | Vincent Petry | 2014-11-20 | 1 | -0/+8 |
| | | | | | | | | Sometimes there are bugs that cause setupFS() to be called for non-existing users. Instead of failing hard and breaking the instance, this fix simply logs a warning. Backport c941c3fa5139ba4f122d4f40d9c9db5e50f8bcb7 from master | ||||
* | Merge pull request #11614 from ↵ | Lukas Reschke | 2014-10-31 | 1 | -3/+20 |
|\ | | | | | | | | | owncloud/fix_files_external_s3_storage_id_migration fix files_external storage id migration | ||||
| * | fix files_external storage id migration | Jörn Friedrich Dreyer | 2014-10-27 | 1 | -3/+20 |
| | | |||||
* | | Make files non executable | Lukas Reschke | 2014-10-24 | 2 | -0/+0 |
| | | | | | | | | There is not much sense in having these files marked executable, we should avoid that. | ||||
* | | Fix S3 connection | Vincent Petry | 2014-10-22 | 1 | -5/+11 |
| | | |||||
* | | Lazy initialize external storages | Vincent Petry | 2014-10-22 | 6 | -103/+159 |
| | | | | | | | | Backport of 075e8d8e8658913e1c5b8869f3e457fa6db2d847 from master | ||||
* | | guess mimetype on touch | Jörn Friedrich Dreyer | 2014-10-22 | 2 | -2/+5 |
|/ | | | | | Conflicts: apps/files_external/lib/amazons3.php | ||||
* | Allow specifying protocol in ext storage OC config | Vincent Petry | 2014-10-15 | 1 | -0/+8 |
| | | | | | | Allow specifying a protocol in the host field when mounting another ownCloud instance. Note that this was already possible with the WebDAV config but this bug made it inconsistent. | ||||
* | Added PHP docs for etag propagator | Vincent Petry | 2014-10-09 | 1 | -4/+17 |
| | |||||
* | More phpdoc | Robin Appelman | 2014-10-09 | 1 | -0/+5 |
| | |||||
* | Hookup the etag propagator | Robin Appelman | 2014-10-09 | 2 | -0/+17 |
| | |||||
* | Add EtagPropagator to handle etag changes when external storages are changed | Robin Appelman | 2014-10-09 | 1 | -0/+107 |
| | |||||
* | Fix add/remove mountpoint hooks | Robin Appelman | 2014-10-09 | 1 | -2/+4 |
| | |||||
* | Added failing unit tests for mount config hooks | Vincent Petry | 2014-10-09 | 1 | -8/+8 |
| | |||||
* | Added filesystem hooks for mount/unmount ext storage | Vincent Petry | 2014-10-09 | 1 | -1/+26 |
| | |||||
* | extract batchDelete(), better comments | Jörn Friedrich Dreyer | 2014-10-06 | 1 | -31/+31 |
| | |||||
* | files_extern: remove empty Body and ContentLength in Amazon S3 mount | André Gaul | 2014-10-02 | 1 | -3/+1 |
| | | | | | | | fixes #10501 Conflicts: apps/files_external/lib/amazons3.php | ||||
* | fix amazon s3 issues | Jörn Friedrich Dreyer | 2014-10-01 | 1 | -108/+123 |
| | | | | | | | | | | | | folder size and mtime is always unknown in s3 more s3 fixes make rescanDelay of root dir configurable, add on the fly update of legacy storage ids, !isset -> empty when checking strings reduce number of http calls on remove and rmdir fix typo | ||||
* | Fix copy overwrite for amazon s3 | Robin Appelman | 2014-10-01 | 1 | -12/+4 |
| | |||||
* | Fix amazon s3 rename overwrite | Robin Appelman | 2014-10-01 | 1 | -2/+10 |
| | |||||
* | Fix AmazonS3 rmdir on the root | Robin Appelman | 2014-10-01 | 1 | -15/+42 |
| | |||||
* | Converted an array to PHP5.3 compatible version | Johan Björk | 2014-09-11 | 1 | -2/+2 |
| | |||||
* | Fixes #8326: deletion of directories on S3 | Johan Björk | 2014-09-11 | 1 | -17/+12 |
| | |||||
* | Add missing 'personal' mount configuration option | Robin McCorkell | 2014-08-29 | 1 | -0/+1 |
| | |||||
* | use S3Client::encodeKey(), fixes #8325 | Jörn Friedrich Dreyer | 2014-08-20 | 1 | -2/+3 |
| | |||||
* | Pass existing Net_SFTP object into Net_SFTP_Stream. | Andreas Fischer | 2014-07-20 | 1 | -3/+9 |
| | |||||
* | login() must be called after getServerPublicHostKey(). | Andreas Fischer | 2014-07-18 | 1 | -5/+5 |
| | |||||
* | Add short description explaining how SFTP ext storage class works. | Andreas Fischer | 2014-07-14 | 1 | -0/+4 |
| | |||||
* | The file providing the sftp:// scheme needs to be included manually. | Andreas Fischer | 2014-07-14 | 1 | -0/+11 |
| | |||||
* | Fix Signiture Does Not Match when mounting Amazon S3 external storage | Christopher T. Johnson | 2014-07-08 | 1 | -13/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | For some reason the aws-sdk-php package does not caclulate the signiture correctly when accessing an object in a bucket with a name of '.'. When we are at the top of a S3 bucket there is a need(?) to have a directory name. Per standard Unix the name picked was '.' (dot or period). This choice exercises the aws-sdk bug. This fix is to add a field to the method to store the name to use instead of '.' which at this point is hard coded to '<root>'. We also add a private function 'cleanKey()' which will test for the '.' name and replace it with the variable. Finally all calls to manipulate objects where the path is not obviously not '.' are processed through cleanKey(). An example where we don't process through clean key would be 'Key' => $path.'/', Use correct relationship operator Per feed back use === instead of == use '/' instead of '<root>' | ||||
* | Fix warnings when personal is not set | Vincent Petry | 2014-07-01 | 1 | -1/+1 |
| | |||||
* | Use filtered list for ext storage list mounts API | Vincent Petry | 2014-06-30 | 2 | -16/+20 |
| | | | | | | | | | Now the external storage correctly returns the mount points visible only for the current user by using the method getAbsoluteMountPoints() which is already filtered. Since that call was missing the backend name which is important for the UI, this one was added as well. | ||||
* | Merge pull request #8383 from owncloud/object_storage | Vincent Petry | 2014-06-27 | 2 | -111/+111 |
|\ | | | | | Object storage | ||||
| * | update files_external swift to php-opencloud v1.9.2 | Jörn Friedrich Dreyer | 2014-06-25 | 1 | -111/+107 |
| | | |||||
| * | Allow adding object stores with the files_external mount config | Robin Appelman | 2014-06-24 | 1 | -0/+4 |
| | | |||||
* | | Move \OC\Files\Storage\DAV to core in order to reduce inter-app dependencies | Thomas Müller | 2014-06-27 | 1 | -453/+0 |
| | | |||||
* | | Dont allow opening writable streams on a read only dav mount | Robin Appelman | 2014-06-23 | 1 | -0/+6 |
|/ | |||||
* | Fix permissions functions for webdav external storages | Robin Appelman | 2014-06-14 | 1 | -2/+22 |
| | |||||
* | Properly set read permissions for webdav storages | Robin Appelman | 2014-06-14 | 1 | -1/+1 |
| | |||||
* | Dont return false for internalPath | Robin Appelman | 2014-06-14 | 1 | -0/+3 |
| | |||||
* | Add server<->server sharing backend | Robin Appelman | 2014-06-14 | 1 | -7/+7 |
| | |||||
* | Added more columns to ext storage list | Vincent Petry | 2014-06-06 | 1 | -21/+40 |
| | | | | | Now using system mount and personal mount calls to get the relevant mount points including backend information. | ||||
* | Added external storage list in files app | Vincent Petry | 2014-06-06 | 1 | -0/+64 |
| | |||||
* | Fix the removeMount for personal mounts | Robin Appelman | 2014-06-06 | 2 | -1/+4 |
| | |||||
* | Make personal external mount points (re)movable from the files app | Robin Appelman | 2014-06-06 | 2 | -1/+72 |
| |