summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | | [files_external] add SMB autotestMorris Jobke2015-02-105-13/+112
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-156-2/+10
| |_|/ |/| |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-136-0/+12
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-1250-4/+108
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-111-1/+1
| | |
* | | add rreadme for files external testsMorris Jobke2015-02-101-0/+58
| |/ |/|
* | Merge pull request #13190 from is-apps/master-sftp-keyVincent Petry2015-02-1010-7/+472
|\ \ | |/ |/| Add SFTP public key authentication support
| * Add support for SFTP key authenticationRoss Nicoll2015-01-1410-7/+472
| | | | | | | | | | | | | | | | | | | | Add support for external files accessed via SFTP using public key exchange authentication. Keys are generated automatically when the configuration is added, or can be regenerated on demand if a key is compromised. Creation of a new configuration row now triggers focus on that row. This is used to trigger auto-configuration for SFTP keys. Generated public keys are saved in user's data directory for easy retrieval by an external application. Add controller for SFTP key generation AJAX SFTP class initialisation no longer produces a warning if the password field is missing. Add unit tests for SFTP with key authentication backend
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-102-2/+2
| |
* | Merge pull request #13364 from is-apps/files_external_cleanupVincent Petry2015-02-093-57/+82
|\ \ | | | | | | Clean up files_external
| * | Updated Dropbox and Google UI Javascript to create input elements instead of ↵Ross Nicoll2015-01-142-3/+7
| | | | | | | | | | | | anchor.
| * | Change from array() to [] style in files_external application info.Ross Nicoll2015-01-141-54/+75
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-082-2/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-062-0/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-062-0/+6
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-042-0/+4
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-034-4/+4
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-316-20/+20
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-302-4/+4
| | |
* | | Merge pull request #13401 from is-apps/amazon_s3_checkboxesThomas Müller2015-01-281-1/+7
|\ \ \ | | | | | | | | Tidy formatting of Amazon S3 checkboxes
| * | | Align checkbox configuration in external filesRoss Nicoll2015-01-191-1/+7
| | | | | | | | | | | | | | | | | | | | Modified CSS for files_external application to render labels around checkboxes at the same width as other input elements, aligning them with other elements on the same page.