summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* mark tests as skipped - TODO travisMorris Jobke2014-08-051-0/+49
| | | | * swift causes some timeouts and test failures
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-022-0/+3
|
* Merge pull request #9529 from helmutschneider/fix-8326Robin Appelman2014-08-011-17/+12
|\ | | | | Fixes #8326: deletion of directories on S3
| * Converted an array to PHP5.3 compatible versionJohan Björk2014-07-091-2/+2
| |
| * Fixes #8326: deletion of directories on S3Johan Björk2014-07-081-17/+12
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-311-1/+3
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-283-0/+15
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-271-0/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-261-0/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-202-0/+14
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-191-0/+9
| |
* | Pass existing Net_SFTP object into Net_SFTP_Stream.Andreas Fischer2014-07-181-3/+9
| |
* | Merge pull request #9718 from owncloud/sftp-early-loginblizzz2014-07-181-5/+5
|\ \ | | | | | | SFTP: login() must be called after getServerPublicHostKey().
| * | login() must be called after getServerPublicHostKey().Andreas Fischer2014-07-121-5/+5
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-07-181-13/+69
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-07-1755-59/+21
| | |
* | | Merge pull request #9653 from owncloud/fix-9590Vincent Petry2014-07-163-14/+27
|\ \ \ | | | | | | | | external storage table layout fixes
| * | | fix CSS coding styleMorris Jobke2014-07-161-5/+6
| | | |
| * | | Fix #9590. Fix #9612.Stephane V2014-07-153-14/+26
| | | | | | | | | | | | | | | | | | | | | | | | For external storage with lots of parameter settings (>4), wrap the content of the cell to let a full view of the parameters. The rows of the table are now always visible until the end (the trash icon is accessible). (Note : A strange 3px margin forces me to add a class on the row added by javascript, to be able to align them with the rows rendered by the server.)
* | | | Merge pull request #9647 from owncloud/files_external_multiuser_testsRobin McCorkell2014-07-161-0/+37
|\ \ \ \ | | | | | | | | | | Add unit test for multi-user configuration loading
| * | | | Add unit test for multi-user configuration loadingRobin McCorkell2014-07-151-0/+37
| |/ / /
* / / / [tx-robot] updated from transifexJenkins for ownCloud2014-07-161-4/+4
|/ / /
* | | Merge pull request #9572 from owncloud/deleteunsharetooltipBjörn Schießle2014-07-141-0/+1
|\ \ \ | | | | | | | | mountType attribute + delete hint fix
| * | | Added mountType attribute and adapted Delete action textVincent Petry2014-07-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added mountType attribute for files/folder to indicated whether they are regular, external or shared. The client side then adapts the "Delete" action hint text based on this information. Only the mount roots must have the delete icon hint adapted. To make this detectable on the client side, the mountType can now be null, "shared", "shared-root", "external" or "external-root". This also gives room to icon customization on the client side.
* | | | Merge pull request #9605 from owncloud/sftp-missing-streamwrapperVincent Petry2014-07-141-0/+15
|\ \ \ \ | |/ / / |/| / / | |/ / Re-add missing sftp:// stream wrapper
| * | Add short description explaining how SFTP ext storage class works.Andreas Fischer2014-07-121-0/+4
| | |
| * | The file providing the sftp:// scheme needs to be included manually.Andreas Fischer2014-07-121-0/+11
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-07-131-0/+9
|/ /
* / [tx-robot] updated from transifexJenkins for ownCloud2014-07-091-6/+9
|/
* Fix Signiture Does Not Match when mounting Amazon S3 external storageChristopher T. Johnson2014-07-081-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>'
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-081-2/+2
|
* Merge pull request #9495 from owncloud/remove-moved-mountVincent Petry2014-07-073-8/+21
|\ | | | | When changing the mountpoint of an external storage, ensure the old one ...
| * When changing the mountpoint of an external storage, ensure the old one is ↵Robin Appelman2014-07-073-8/+21
| | | | | | | | removed
* | add ocsids to info.xmlGeorg Ehrke2014-07-072-1/+2
|/
* Fix reload call for all subclassesVincent Petry2014-07-041-7/+2
| | | | All subclasses must also properly return the ajax call object.
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-041-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-032-0/+17
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-025-0/+13
|
* Fix warnings when personal is not setVincent Petry2014-07-011-1/+1
|
* Merge pull request #9300 from owncloud/extstorage-listfilterfixVincent Petry2014-07-012-16/+20
|\ | | | | Use filtered list for ext storage list mounts API
| * Use filtered list for ext storage list mounts APIVincent Petry2014-06-302-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.
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-015-0/+18
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-3012-0/+68
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-2949-49/+54
|
* Merge pull request #9020 from owncloud/l10n-external-errors-fixMorris Jobke2014-06-282-5/+7
|\ | | | | some strings to localize external mount api responses. fix #8094
| * some strings to localize external mount api responses. fix #8094Volkan Gezer2014-06-122-5/+7
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-06-281-5/+5
| |
* | Merge pull request #8383 from owncloud/object_storageVincent Petry2014-06-27139-8074/+117
|\ \ | | | | | | Object storage
| * | update files_external swift to php-opencloud v1.9.2Jörn Friedrich Dreyer2014-06-252-116/+113
| | |
| * | remove rackspace opencloud libs from files_external 3rdpartyJörn Friedrich Dreyer2014-06-25136-7958/+0
| | |