summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* add testRobin Appelman2016-04-251-0/+11
|
* don't get the config for the same mount multiple timesRobin Appelman2016-04-251-2/+11
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-244-0/+12
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-192-0/+4
|
* Fix loading the dropbox autoloaderRobin Appelman2016-04-151-1/+1
|
* Fix OCA\Files\External\Api namespaceRobin McCorkell2016-04-143-3/+2
|
* Fix storage backend class namespaces and move to subdirRobin McCorkell2016-04-1435-114/+125
| | | | | All classes that were previously \OC\Files\Storage\FooBar are now \OCA\Files_External\Lib\Storage\FooBar
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-132-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-102-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-0986-428/+428
|
* Move some translation stings around to enable xgettext to detect themThomas Müller2016-04-072-11/+9
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-0786-0/+434
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-0686-428/+0
|
* Remove any stray socket files before creating new onesRobin McCorkell2016-04-052-0/+2
|
* Merge pull request #23274 from Senorsen/add-urlencode-ftp-sftpThomas Müller2016-03-312-2/+2
|\ | | | | Add urlencode to username part of ftp and sftp links
| * Add urlencode to username part of ftp and sftp linksSenorsen2016-03-162-2/+2
| | | | | | | | according to #17796
* | Merge pull request #23517 from owncloud/gdrive-stream-downloadFrank Karlitschek2016-03-311-4/+5
|\ \ | | | | | | GDrive stream download with RetryWrapper
| * | GDrive stream download with RetryWrapperVincent Petry2016-03-301-4/+5
| | |
* | | Merge pull request #23397 from paurisa/Fixed_23316Frank Karlitschek2016-03-312-4/+4
|\ \ \ | | | | | | | | Fixed Issue 23316 - Invisible buttons should be visible
| * | | Fixed hidden settings and delete iconsPau2016-03-182-4/+4
| | | |
* | | | Merge pull request #23516 from owncloud/dropbox-stream-downloadThomas Müller2016-03-311-4/+6
|\ \ \ \ | | | | | | | | | | Dropbox stream download with RetryWrapper
| * | | | Dropbox stream download with RetryWrapperVincent Petry2016-03-231-4/+6
| | | | |
* | | | | Merge pull request #23672 from owncloud/use-retry-wrapper-for-sftpThomas Müller2016-03-311-1/+3
|\ \ \ \ \ | | | | | | | | | | | | Use RetryWrapper for SFTP storage
| * | | | | Use RetryWrapper for SFTP storageLukas Reschke2016-03-301-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Equivalent to https://github.com/owncloud/core/pull/23442 Required for making encryption work with external storage reliable.
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-316-2/+20
| | | | | |
* | | | | | Merge pull request #23642 from stweil/masterThomas Müller2016-03-305-6/+6
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | apps: Fix some typos found by codespell
| * | | | | apps/files_external: Fix typos in comments (found and fixed by codespell)Stefan Weil2016-03-305-6/+6
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* / / / / Use the shipped cacerts.pem instead of the global oneLukas Reschke2016-03-301-0/+1
|/ / / / | | | | | | | | | | | | The one we ship may cause problems since Equifax is not included anymore (SHA-1 certs) are deprecated. We should just be consistent here and also use the certificate file which is used by the other calls in the library.
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-302-2/+2
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-296-2/+24
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-272-2/+6
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-262-0/+12
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-252-2/+80
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-242-0/+2
|/ / /
* | | Merge pull request #23440 from owncloud/fix_22286Thomas Müller2016-03-221-1/+4
|\ \ \ | | | | | | | | apply retry wrapper to make sure that we always read/write a complete block
| * | | apply retry wrapper to make sure that we always read/write a complete blockBjoern Schiessle2016-03-211-1/+4
| | | |
* | | | Merge pull request #23439 from owncloud/smb-permissionsThomas Müller2016-03-211-0/+22
|\ \ \ \ | | | | | | | | | | properly use smb permissions
| * | | | properly use smb permissionsRobin Appelman2016-03-211-0/+22
| | | | |
* | | | | Merge pull request #23323 from owncloud/gdrive-chunkuploadThomas Müller2016-03-211-5/+52
|\ \ \ \ \ | |_|/ / / |/| | | | Chunk upload for GDrive
| * | | | Only use GDrive chunks when neededVincent Petry2016-03-171-29/+43
| | | | |
| * | | | Chunk upload for GDriveVincent Petry2016-03-161-6/+39
| | | | | | | | | | | | | | | | | | | | | | | | | Instead of storing the WHOLE file in memory in a PHP variable, use the library's chunk upload support.
* | | | | update icewind/smb to 1.0.8Robin Appelman2016-03-217-25/+38
| | | | |
* | | | | update icewind/streams to 0.4.0 and icewind/smb to 1.0.7 in files_externalRobin Appelman2016-03-2132-478/+761
| |/ / / |/| | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-202-0/+6
| |/ / |/| |
* | | Merge pull request #23272 from owncloud/dropbox-downloadnotthefullfileinmemoryThomas Müller2016-03-172-7/+29
|\ \ \ | | | | | | | | Fix dropbox storage to not store the whole file in memory
| * | | Fix dropbox storage to not store the whole file in memoryVincent Petry2016-03-152-7/+29
| | |/ | |/| | | | | | | | | | | | | Since the library can only store the full response in memory on download, we use an alternate client lib and set the correct headers to be able to stream the content to a temp file.
* | | Display external storage GUI even if user mounting disabledRobin McCorkell2016-03-166-5/+14
| | |
* | | Merge pull request #23253 from owncloud/give-swift-more-timeThomas Müller2016-03-161-2/+3
|\ \ \ | | | | | | | | Give swift 15 seconds after startup
| * | | Give swift 15 seconds after startupMorris Jobke2016-03-161-2/+3
| | |/ | |/|
* / | handle connection errors as storage not available in smbRobin Appelman2016-03-161-14/+40
|/ /