summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-03-2824-0/+68
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-03-2760-60/+12
|
* adjust emptycontent messages for files and files_externalJan-Christoph Borchardt2015-03-261-1/+1
|
* Merge pull request #14925 from owncloud/ext-mountoptions-uiRobin McCorkell2015-03-266-27/+345
|\ | | | | Mount options GUI for external storage
| * Make sure mountOptions keep their data typeVincent Petry2015-03-262-6/+62
| | | | | | | | | | | | | | | | str_replace for $user substitution was converting the data type of mountOptions to string. This fix prevents this to happen by making sure only strings are processed by substitution. Also added a int conversion when reading the watcher policy
| * Added ext storage mount options GUIVincent Petry2015-03-264-21/+283
| | | | | | | | | | | | | | | | | | | | | | | | Added option to disable autoscan of external storages Mount option file system scan is now an int Move priority field to avoid undefined field in storage options All input elements inside the storage options block get parsed into storage options. Moving the priority field outside prevents it to appear in the storage config, as expected. It is still parsed by special code.
* | Update license headersJenkins for ownCloud2015-03-2657-443/+1059
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-03-262-0/+8
|
* Merge pull request #15180 from owncloud/ext-tabbingMorris Jobke2015-03-251-30/+21
|\ | | | | Use individual timers for separate config rows
| * Use individual timers for separate config rowsRobin McCorkell2015-03-241-30/+21
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-03-254-0/+12
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-03-244-0/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-03-234-0/+12
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-03-2216-0/+42
|
* Merge pull request #11884 from owncloud/ext-appframeworkVincent Petry2015-03-2030-488/+4309
|\ | | | | Cleanup ext storage CRUD code, introduce storage config id
| * Introduce async status checkingRobin McCorkell2015-03-203-10/+9
| |
| * Fix PHPDoc in files_external, add missing tagVincent Petry2015-03-178-25/+77
| | | | | | | | | | | | Fix various PHPDoc issues in external storage app. Added missing NoAdminRequired tag
| * Fix storage priority in JS unit testVincent Petry2015-03-161-3/+6
| |
| * Fix PHPDoc for StoragesControllerVincent Petry2015-03-161-6/+9
| |
| * Generate storage config ids when missingVincent Petry2015-03-168-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 testsVincent Petry2015-03-132-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 aroundVincent Petry2015-03-1313-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 inputRobin McCorkell2015-03-122-0/+15
| |
| * Use storage id + appframework for ext storage CRUDVincent Petry2015-03-1227-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 transifexJenkins for ownCloud2015-03-202-6/+6
| |
* | Merge pull request #14946 from owncloud/dropbox-root-fixThomas Müller2015-03-191-1/+6
|\ \ | | | | | | Fix root request path for Dropbox
| * | Fix root request path for DropboxVincent Petry2015-03-171-1/+6
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-192-0/+4
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-182-0/+12
| | |
* | | [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
|/