summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-03-172-0/+4
|
* Merge pull request #14877 from owncloud/smb-constructor-noconnectVincent Petry2015-03-168-23/+81
|\ | | | | Wait with getting the timezone from the smb server until we need it
| * Wait with getting the timezone from the smb server until we need itRobin Appelman2015-03-138-23/+81
| |
* | drop any fallback code related to curl - refs ↵Thomas Müller2015-03-124-20/+4
|/ | | | https://github.com/owncloud/core/pull/14838#issuecomment-78586447
* [tx-robot] updated from transifexJenkins for ownCloud2015-03-122-4/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-03-092-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-03-062-0/+2
|
* Merge pull request #14675 from owncloud/files-external-smb-windowsThomas Müller2015-03-044-42/+136
|\ | | | | adding a windows smb config for testing to ci
| * Fix slash normalization error in AmazonS3Migration unit testRobin McCorkell2015-03-041-3/+3
| | | | | | | | | | Since aa821ecc00f11b6382f6e033db18445d9e51d6b9 leading and trailing slashes are trimmed in the file cache paths
| * Use dummy storages instead of real storages in files_external unit testsRobin McCorkell2015-03-031-39/+81
| | | | | | | | | | | | | | We were using the SMB and SFTP backends, which since Icewind's new SMB library results in an actual attempted connection just by constructing the storage. This commit replaces all references to real storages (except when necessary) with a dummy storage class.
| * adding a windows smb config for testingThomas Müller2015-03-032-0/+52
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-03-042-0/+20
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-03-032-2/+2
|
* Merge pull request #14535 from owncloud/fix-files-externalThomas Müller2015-03-021-0/+5
|\ | | | | fix files external test run and add common-tests option
| * fix files external test run and add common-tests optionMorris Jobke2015-02-261-0/+5
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-03-022-2/+102
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-03-014-0/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-282-0/+2
| |
* | Merge pull request #14530 from owncloud/revert-14403Thomas Müller2015-02-2744-859/+363
|\ \ | | | | | | Revert "Updating license headers"
| * | Revert "Updating license headers"Morris Jobke2015-02-2644-859/+363
| |/ | | | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* / apply suggestions from @atmoz to fix SFTP setupMorris Jobke2015-02-261-1/+4
|/
* Merge pull request #14462 from owncloud/add-some-php-docsThomas Müller2015-02-251-2/+70
|\ | | | | Add some PHPDocs
| * Add some PHPDocsLukas Reschke2015-02-241-2/+70
| | | | | | | | My IDE was crying...
* | Merge pull request #14460 from owncloud/revive/12971Thomas Müller2015-02-251-3/+15
|\ \ | | | | | | Add support for sftp custom port
| * | Fix code style as per reviewLukas Reschke2015-02-241-2/+2
| | |
| * | Add support for sftp custom portSA2015-02-241-3/+15
| |/
* | Fix bugs in ownCloud external storageRobin McCorkell2015-02-252-2/+10
| |
* | Merge pull request #14068 from owncloud/autotest-external-sftpThomas Müller2015-02-243-4/+105
|\ \ | | | | | | [files_external] sftp tests
| * | [files_external] sftp testsMorris Jobke2015-02-103-4/+105
| | |
* | | Fix code that never workedLukas Reschke2015-02-241-1/+1
| |/ |/| | | | | Introduced with https://github.com/owncloud/core/commit/1df8a5a774ae5d665849daf74540d967826d5e11 in February 2013…
* | Fix Ajax type casting for files_externalRobin McCorkell2015-02-231-1/+1
| |
* | Merge pull request #14403 from owncloud/update-license-headersThomas Müller2015-02-2344-363/+859
|\ \ | | | | | | Update license headers
| * | Updating license headersJenkins for ownCloud2015-02-2344-363/+859
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-232-6/+76
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-222-4/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-212-0/+8
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-204-12/+16
| |
* | Merge pull request #14199 from owncloud/cast-type-manuallyMorris Jobke2015-02-195-17/+17
|\ \ | | | | | | Manually type-cast all AJAX files
| * | Manually type-case all AJAX filesLukas Reschke2015-02-135-17/+17
| | | | | | | | | | | | | | | | | | This enforces proper types on POST and GET arguments where I considered it sensible. I didn't update some as I don't know what kind of values they would support :see_no_evil: Fixes https://github.com/owncloud/core/issues/14196 for core
* | | Update phpseclib to version 0.3.9.Andreas Fischer2015-02-181-10/+2
| | |
* | | Merge pull request #10673 from owncloud/smb-newMorris Jobke2015-02-1677-670/+5411
|\ \ \ | | | | | | | | New SMB storage backend
| * | | also make sure we have a leading slash for the test rootRobin Appelman2015-02-162-4/+3
| | | |
| * | | make sure the root has a trailing slashRobin Appelman2015-02-161-0/+3
| | | |
| * | | remove outdated testRobin Appelman2015-02-161-39/+0
| | | |
| * | | handle deleting non existing filesRobin Appelman2015-02-161-7/+11
| | | |
| * | | Use better way to check for the existence of smbclientRobin Appelman2015-02-161-7/+2
| | | |
| * | | New SMB storage backendRobin Appelman2015-02-1675-628/+5407
| | | |
* | | | Merge pull request #14076 from owncloud/autotest-external-ftpThomas Müller2015-02-163-4/+105
|\ \ \ \ | |/ / / |/| | | [files_external] ftp tests
| * | | [files_external] ftp testsMorris Jobke2015-02-103-4/+105
| | |/ | |/|
* | | Merge pull request #13922 from owncloud/smb-autotest-externalThomas Müller2015-02-165-13/+112
|\ \ \ | | | | | | | | [files_external] add SMB autotest