summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #10108 from owncloud/files_external-allowed-backendVincent Petry2014-08-251-6/+10
|\ | | | | Only load personal external storages for allowed backends
| * Only load personal external storages for allowed backendsRobin Appelman2014-08-011-6/+10
| |
* | Merge pull request #10591 from owncloud/routes_for_files_externalVincent Petry2014-08-251-0/+17
|\ \ | | | | | | explicit routes for files_external
| * | explicit routes for files_externalJörn Friedrich Dreyer2014-08-221-0/+17
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-232-7/+15
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2014-08-221-0/+4
| |
* | Merge pull request #10518 from owncloud/fix_storage_const_autoloadLukas Reschke2014-08-201-1/+1
|\ \ | | | | | | Fix storage const autoload
| * | move to public namespaceMorris Jobke2014-08-191-1/+1
| | |
| * | Fix STORAGE_* constants usage by moving those constants into ↵Stephan Peijnik2014-08-191-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>
* | | Merge pull request #10423 from owncloud/urlencode_s3_copyobject_copysourceJörn Friedrich Dreyer2014-08-201-2/+3
|\ \ \ | | | | | | | | urlencode s3 copyObject() copysource
| * | | use S3Client::encodeKey(), fixes #8325Jörn Friedrich Dreyer2014-08-141-2/+3
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-202-1/+3
| |/ / |/| |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-192-1/+16
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-182-0/+2
| | |
* | | Merge pull request #10407 from owncloud/rm-obsolete-japaneseLukas Reschke2014-08-171-29/+0
|\ \ \ | | | | | | | | remove obsolete japanese lang code
| * | | remove obsolete japanese lang codeVolkan Gezer2014-08-131-29/+0
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-171-0/+12
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-162-0/+11
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-151-3/+3
| |/ / |/| |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-141-0/+1
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2014-08-121-0/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-08-101-0/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-08-081-0/+1
| |
* | 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
| | |