Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move certificate management code to core | Robin Appelman | 2014-08-31 | 1 | -47/+0 |
| | |||||
* | Merge pull request #10719 from owncloud/files-external-personal-undefined | Thomas Müller | 2014-08-29 | 1 | -0/+1 |
|\ | | | | | Prevent undefined index error loading external storages | ||||
| * | Add missing 'personal' mount configuration option | Robin McCorkell | 2014-08-29 | 1 | -0/+1 |
| | | |||||
* | | kill OC::$session | Jörn Friedrich Dreyer | 2014-08-29 | 1 | -4/+4 |
|/ | | | | | | | | | | | | maintain deprecated \OC::$session when getting or setting the session via the server container or UserSession restore order os OC::$session and OC::$CLI remove unneded initialization of dummy session write back session when $useCustomSession is true log warning when deprecated app is used | ||||
* | Prevent errors on broken SFTP config | Robin McCorkell | 2014-08-27 | 1 | -0/+3 |
| | |||||
* | Merge pull request #10108 from owncloud/files_external-allowed-backend | Vincent Petry | 2014-08-25 | 1 | -6/+10 |
|\ | | | | | Only load personal external storages for allowed backends | ||||
| * | Only load personal external storages for allowed backends | Robin Appelman | 2014-08-01 | 1 | -6/+10 |
| | | |||||
* | | Merge pull request #10518 from owncloud/fix_storage_const_autoload | Lukas Reschke | 2014-08-20 | 1 | -1/+1 |
|\ \ | | | | | | | Fix storage const autoload | ||||
| * | | move to public namespace | Morris Jobke | 2014-08-19 | 1 | -1/+1 |
| | | | |||||
| * | | Fix STORAGE_* constants usage by moving those constants into ↵ | Stephan Peijnik | 2014-08-19 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | | | | | | \OC\Files\Filesystem. As constants not defined within a class cannot be automatically found by the autoloader moving those constants into a class makes them accessible to code which uses them. Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com> | ||||
* / | use S3Client::encodeKey(), fixes #8325 | Jörn Friedrich Dreyer | 2014-08-14 | 1 | -2/+3 |
|/ | |||||
* | Merge pull request #9529 from helmutschneider/fix-8326 | Robin Appelman | 2014-08-01 | 1 | -17/+12 |
|\ | | | | | Fixes #8326: deletion of directories on S3 | ||||
| * | Converted an array to PHP5.3 compatible version | Johan Björk | 2014-07-09 | 1 | -2/+2 |
| | | |||||
| * | Fixes #8326: deletion of directories on S3 | Johan Björk | 2014-07-08 | 1 | -17/+12 |
| | | |||||
* | | Pass existing Net_SFTP object into Net_SFTP_Stream. | Andreas Fischer | 2014-07-18 | 1 | -3/+9 |
| | | |||||
* | | login() must be called after getServerPublicHostKey(). | Andreas Fischer | 2014-07-12 | 1 | -5/+5 |
| | | |||||
* | | Add short description explaining how SFTP ext storage class works. | Andreas Fischer | 2014-07-12 | 1 | -0/+4 |
| | | |||||
* | | The file providing the sftp:// scheme needs to be included manually. | Andreas Fischer | 2014-07-12 | 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 |
| | |||||
* | Merge pull request #8880 from owncloud/webdav-read-permissions | Thomas Müller | 2014-06-05 | 1 | -0/+24 |
|\ | | | | | Use the permissions exposed by ownCloud for webdav external storages | ||||
| * | Use the permissions exposed by ownCloud for webdav external storages | Robin Appelman | 2014-06-04 | 1 | -0/+24 |
| | | |||||
* | | Upgrade SabreDAV to 1.8.10 | Thomas Müller | 2014-06-04 | 1 | -3/+3 |
|/ | | | | Updating SabreDAV namespaces | ||||
* | use phpseclib from 3rdparty | Thomas Müller | 2014-06-03 | 2 | -10/+0 |
| | | | | rename class Crypt_Blowfish to Legacy_Crypt_Blowfish | ||||
* | Merge pull request #8658 from realriot/master | Thomas Müller | 2014-05-23 | 1 | -1/+1 |
|\ | | | | | Changed access mode for Dropbox to 'auto' | ||||
| * | Changed access mode for Dropbox to 'auto' | Sascha Schmidt | 2014-05-21 | 1 | -1/+1 |
| | | |||||
* | | Use default priority of 100 if backend default is not set | Robin McCorkell | 2014-05-21 | 1 | -2/+7 |
| | | |||||
* | | Add priority overriding comments | Robin McCorkell | 2014-05-21 | 1 | -0/+4 |
| | | |||||
* | | Fix priority merging logic and add unit test | Robin McCorkell | 2014-05-21 | 1 | -0/+7 |
| | | |||||
* | | Add unit tests | Robin McCorkell | 2014-05-21 | 1 | -8/+13 |
| | | |||||
* | | Use constants for priority type and add comments | Robin McCorkell | 2014-05-21 | 1 | -13/+16 |
| | | |||||
* | | Use more strict type comparisons | Robin McCorkell | 2014-05-21 | 1 | -4/+4 |
| | | |||||
* | | Preserve priority if already set | Robin McCorkell | 2014-05-21 | 1 | -0/+5 |
| | | |||||
* | | Treat 'all users' as 'global' | Robin McCorkell | 2014-05-21 | 1 | -1/+21 |
| | | | | | | | | A mount applicable to all users is as good a definition of global as can be | ||||
* | | Add storage priority support | Robin McCorkell | 2014-05-21 | 1 | -4/+48 |
|/ | | | | | | | | | | | | | | | | | | | Each storage backend has a default priority, assigned to any system mounts created in ownCloud. mount.json can be manually modified to change these priorities. The priority order is as follows: * Personal * User * Group * Global Within each mount type, the mount with the highest priority is active. The storage backend defaults were chosen to be the following: * Local - 150 * Remote storage - 100 * SMB / CIFS with OC login - 90 | ||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -1/+1 |
| | | | | * test case added to avoid adding them later |