Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mark tests as skipped - TODO travis | Morris Jobke | 2014-08-05 | 1 | -0/+49 |
| | | | | * swift causes some timeouts and test failures | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-02 | 2 | -0/+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 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-31 | 1 | -1/+3 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-28 | 3 | -0/+15 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-27 | 1 | -0/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-26 | 1 | -0/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-20 | 2 | -0/+14 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-19 | 1 | -0/+9 |
| | | |||||
* | | Pass existing Net_SFTP object into Net_SFTP_Stream. | Andreas Fischer | 2014-07-18 | 1 | -3/+9 |
| | | |||||
* | | Merge pull request #9718 from owncloud/sftp-early-login | blizzz | 2014-07-18 | 1 | -5/+5 |
|\ \ | | | | | | | SFTP: login() must be called after getServerPublicHostKey(). | ||||
| * | | login() must be called after getServerPublicHostKey(). | Andreas Fischer | 2014-07-12 | 1 | -5/+5 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-18 | 1 | -13/+69 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-17 | 55 | -59/+21 |
| | | | |||||
* | | | Merge pull request #9653 from owncloud/fix-9590 | Vincent Petry | 2014-07-16 | 3 | -14/+27 |
|\ \ \ | | | | | | | | | external storage table layout fixes | ||||
| * | | | fix CSS coding style | Morris Jobke | 2014-07-16 | 1 | -5/+6 |
| | | | | |||||
| * | | | Fix #9590. Fix #9612. | Stephane V | 2014-07-15 | 3 | -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_tests | Robin McCorkell | 2014-07-16 | 1 | -0/+37 |
|\ \ \ \ | | | | | | | | | | | Add unit test for multi-user configuration loading | ||||
| * | | | | Add unit test for multi-user configuration loading | Robin McCorkell | 2014-07-15 | 1 | -0/+37 |
| |/ / / | |||||
* / / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-16 | 1 | -4/+4 |
|/ / / | |||||
* | | | Merge pull request #9572 from owncloud/deleteunsharetooltip | Björn Schießle | 2014-07-14 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | mountType attribute + delete hint fix | ||||
| * | | | Added mountType attribute and adapted Delete action text | Vincent Petry | 2014-07-14 | 1 | -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-streamwrapper | Vincent Petry | 2014-07-14 | 1 | -0/+15 |
|\ \ \ \ | |/ / / |/| / / | |/ / | Re-add missing sftp:// stream wrapper | ||||
| * | | 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 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-13 | 1 | -0/+9 |
|/ / | |||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-09 | 1 | -6/+9 |
|/ | |||||
* | 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>' | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-08 | 1 | -2/+2 |
| | |||||
* | Merge pull request #9495 from owncloud/remove-moved-mount | Vincent Petry | 2014-07-07 | 3 | -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 Appelman | 2014-07-07 | 3 | -8/+21 |
| | | | | | | | | removed | ||||
* | | add ocsids to info.xml | Georg Ehrke | 2014-07-07 | 2 | -1/+2 |
|/ | |||||
* | Fix reload call for all subclasses | Vincent Petry | 2014-07-04 | 1 | -7/+2 |
| | | | | All subclasses must also properly return the ajax call object. | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-04 | 1 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-03 | 2 | -0/+17 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-02 | 5 | -0/+13 |
| | |||||
* | Fix warnings when personal is not set | Vincent Petry | 2014-07-01 | 1 | -1/+1 |
| | |||||
* | Merge pull request #9300 from owncloud/extstorage-listfilterfix | Vincent Petry | 2014-07-01 | 2 | -16/+20 |
|\ | | | | | Use filtered list for ext storage list mounts API | ||||
| * | 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. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-01 | 5 | -0/+18 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-30 | 12 | -0/+68 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-29 | 49 | -49/+54 |
| | |||||
* | Merge pull request #9020 from owncloud/l10n-external-errors-fix | Morris Jobke | 2014-06-28 | 2 | -5/+7 |
|\ | | | | | some strings to localize external mount api responses. fix #8094 | ||||
| * | some strings to localize external mount api responses. fix #8094 | Volkan Gezer | 2014-06-12 | 2 | -5/+7 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-28 | 1 | -5/+5 |
| | | |||||
* | | Merge pull request #8383 from owncloud/object_storage | Vincent Petry | 2014-06-27 | 139 | -8074/+117 |
|\ \ | | | | | | | Object storage | ||||
| * | | update files_external swift to php-opencloud v1.9.2 | Jörn Friedrich Dreyer | 2014-06-25 | 2 | -116/+113 |
| | | | |||||
| * | | remove rackspace opencloud libs from files_external 3rdparty | Jörn Friedrich Dreyer | 2014-06-25 | 136 | -7958/+0 |
| | | |