Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix PHPDoc in files_external, add missing tag | Vincent Petry | 2015-03-17 | 8 | -25/+77 |
| | | | | | | Fix various PHPDoc issues in external storage app. Added missing NoAdminRequired tag | ||||
* | Fix storage priority in JS unit test | Vincent Petry | 2015-03-16 | 1 | -3/+6 |
| | |||||
* | Fix PHPDoc for StoragesController | Vincent Petry | 2015-03-16 | 1 | -6/+9 |
| | |||||
* | Generate storage config ids when missing | Vincent Petry | 2015-03-16 | 8 | -43/+317 |
| | | | | | | | | When reading in old mount.json files, they do not contain config ids. Since these are needed to be able to use the UI and the new service classes, these will be generated automatically. The config grouping is based on a config hash. | ||||
* | Fix mount config unit tests | Vincent Petry | 2015-03-13 | 2 | -26/+56 |
| | | | | | Fix expected result now that it returns the status. Added isset for some properties that are not always present. | ||||
* | Mount options for ext storage are now passed around | Vincent Petry | 2015-03-13 | 13 | -6/+109 |
| | | | | | | The mount options are now passed to the UI and stored in a hidden field. The ext storage controllers and services also know how to load/save them from the legacy config. | ||||
* | Implement priority on client side in hidden input | Robin McCorkell | 2015-03-12 | 2 | -0/+15 |
| | |||||
* | Use storage id + appframework for ext storage CRUD | Vincent Petry | 2015-03-12 | 27 | -454/+3796 |
| | | | | | | | | | | | | | - Added StorageConfig class to replace ugly arrays - Implemented StorageService and StorageController for Global and User storages - Async status checking for storages (from Xenopathic) - Auto-generate id for external storage configs (not the same as storage_id) - Refactor JS classes for external storage settings, this mostly moves/encapsulated existing global event handlers into the MountConfigListView class. - Added some JS unit tests for the external storage UI | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-12 | 2 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-09 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-06 | 2 | -0/+2 |
| | |||||
* | Merge pull request #14675 from owncloud/files-external-smb-windows | Thomas Müller | 2015-03-04 | 4 | -42/+136 |
|\ | | | | | adding a windows smb config for testing to ci | ||||
| * | Fix slash normalization error in AmazonS3Migration unit test | Robin McCorkell | 2015-03-04 | 1 | -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 tests | Robin McCorkell | 2015-03-03 | 1 | -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 testing | Thomas Müller | 2015-03-03 | 2 | -0/+52 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-04 | 2 | -0/+20 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-03 | 2 | -2/+2 |
| | |||||
* | Merge pull request #14535 from owncloud/fix-files-external | Thomas Müller | 2015-03-02 | 1 | -0/+5 |
|\ | | | | | fix files external test run and add common-tests option | ||||
| * | fix files external test run and add common-tests option | Morris Jobke | 2015-02-26 | 1 | -0/+5 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-02 | 2 | -2/+102 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-01 | 4 | -0/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-28 | 2 | -0/+2 |
| | | |||||
* | | Merge pull request #14530 from owncloud/revert-14403 | Thomas Müller | 2015-02-27 | 44 | -859/+363 |
|\ \ | | | | | | | Revert "Updating license headers" | ||||
| * | | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 44 | -859/+363 |
| |/ | | | | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* / | apply suggestions from @atmoz to fix SFTP setup | Morris Jobke | 2015-02-26 | 1 | -1/+4 |
|/ | |||||
* | Merge pull request #14462 from owncloud/add-some-php-docs | Thomas Müller | 2015-02-25 | 1 | -2/+70 |
|\ | | | | | Add some PHPDocs | ||||
| * | Add some PHPDocs | Lukas Reschke | 2015-02-24 | 1 | -2/+70 |
| | | | | | | | | My IDE was crying... | ||||
* | | Merge pull request #14460 from owncloud/revive/12971 | Thomas Müller | 2015-02-25 | 1 | -3/+15 |
|\ \ | | | | | | | Add support for sftp custom port | ||||
| * | | Fix code style as per review | Lukas Reschke | 2015-02-24 | 1 | -2/+2 |
| | | | |||||
| * | | Add support for sftp custom port | SA | 2015-02-24 | 1 | -3/+15 |
| |/ | |||||
* | | Fix bugs in ownCloud external storage | Robin McCorkell | 2015-02-25 | 2 | -2/+10 |
| | | |||||
* | | Merge pull request #14068 from owncloud/autotest-external-sftp | Thomas Müller | 2015-02-24 | 3 | -4/+105 |
|\ \ | | | | | | | [files_external] sftp tests | ||||
| * | | [files_external] sftp tests | Morris Jobke | 2015-02-10 | 3 | -4/+105 |
| | | | |||||
* | | | Fix code that never worked | Lukas Reschke | 2015-02-24 | 1 | -1/+1 |
| |/ |/| | | | | | Introduced with https://github.com/owncloud/core/commit/1df8a5a774ae5d665849daf74540d967826d5e11 in February 2013… | ||||
* | | Fix Ajax type casting for files_external | Robin McCorkell | 2015-02-23 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #14403 from owncloud/update-license-headers | Thomas Müller | 2015-02-23 | 44 | -363/+859 |
|\ \ | | | | | | | Update license headers | ||||
| * | | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 44 | -363/+859 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-23 | 2 | -6/+76 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-22 | 2 | -4/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-21 | 2 | -0/+8 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-20 | 4 | -12/+16 |
| | | |||||
* | | Merge pull request #14199 from owncloud/cast-type-manually | Morris Jobke | 2015-02-19 | 5 | -17/+17 |
|\ \ | | | | | | | Manually type-cast all AJAX files | ||||
| * | | Manually type-case all AJAX files | Lukas Reschke | 2015-02-13 | 5 | -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 Fischer | 2015-02-18 | 1 | -10/+2 |
| | | | |||||
* | | | Merge pull request #10673 from owncloud/smb-new | Morris Jobke | 2015-02-16 | 77 | -670/+5411 |
|\ \ \ | | | | | | | | | New SMB storage backend | ||||
| * | | | also make sure we have a leading slash for the test root | Robin Appelman | 2015-02-16 | 2 | -4/+3 |
| | | | | |||||
| * | | | make sure the root has a trailing slash | Robin Appelman | 2015-02-16 | 1 | -0/+3 |
| | | | | |||||
| * | | | remove outdated test | Robin Appelman | 2015-02-16 | 1 | -39/+0 |
| | | | | |||||
| * | | | handle deleting non existing files | Robin Appelman | 2015-02-16 | 1 | -7/+11 |
| | | | | |||||
| * | | | Use better way to check for the existence of smbclient | Robin Appelman | 2015-02-16 | 1 | -7/+2 |
| | | | |