summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-092-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-074-0/+50
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-056-2/+6
|
* Merge pull request #22816 from owncloud/external-unavailable-recheckThomas Müller2016-03-042-2/+9
|\ | | | | allow availability recheck for external storages
| * Properly set exception in FailedStorageVincent Petry2016-03-032-1/+7
| |
| * allow availability recheck for external storagesRobin Appelman2016-03-031-1/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-046-0/+74
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-032-0/+16
|
* Increase all versions on master which is now 9.1Joas Schilling2016-03-021-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-024-4/+116
|
* Merge pull request #22757 from owncloud/apply-licenseC. Montero Luque2016-03-0140-17/+32
|\ | | | | Update copyright information and author file
| * Remove Scrutinizer Auto FixerLukas Reschke2016-03-019-9/+0
| |
| * Update author informationLukas Reschke2016-03-0131-8/+32
| | | | | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* | Merge pull request #22742 from owncloud/ceph-keystone-readinessC. Montero Luque2016-03-014-2/+16
|\ \ | |/ |/| Use readiness notification socket to be absolutely sure this works
| * Use readiness notification socket to be absolutely sure this worksRobin McCorkell2016-02-294-2/+16
| |
* | Merge pull request #22707 from owncloud/use-our-public-apiThomas Müller2016-03-011-29/+29
|\ \ | |/ |/| Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_*
| * Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_*Joas Schilling2016-02-291-29/+29
| |
* | Merge pull request #22623 from owncloud/docker-logs-on-swift-externalThomas Müller2016-02-291-0/+2
|\ \ | |/ |/| Print docker logs to the console fro debugging
| * Print docker logs to the console fro debuggingThomas Müller2016-02-241-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-02-292-0/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-02-282-0/+4
| |
* | Merge pull request #22636 from owncloud/fix-ssl-on-external-storagesThomas Müller2016-02-253-11/+40
|\ \ | | | | | | Fix HTTPS support on external storages
| * | Properly cast typeLukas Reschke2016-02-243-11/+40
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | The current logic is checking whether: 1. The returned value is a boolen 2. The returned value is a string and then matches for "true" Since the config is now written to the database the data is now a string with the value "1" if HTTPS is set to true. Effectively this option was thus always disabled at the moment, falling back to plain HTTP. This change casts the data to a boolean if it is defined as boolean. Fixes https://github.com/owncloud/core/issues/22605 Fixes https://github.com/owncloud/core/issues/22016
* | Merge pull request #22604 from owncloud/fix-google-drive-encryptionThomas Müller2016-02-251-5/+11
|\ \ | | | | | | Copy into local file
| * | More error handlingLukas Reschke2016-02-251-2/+6
| | |
| * | Copy into local fileLukas Reschke2016-02-251-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using the Guzzle stream directly here will only return 1739 characters for `fread` instead of all data. This leads to the problem that the stream is read incorrectly and thus the data cannot be properly decrypted => :bomb: This approach copies the data into a local temporary file, as done before in all stable releases as well as other storage connectors. While this approach will load the whole file into memory, this is already was has happened before in any stable release as well. See https://github.com/owncloud/core/commit/d608c37c90c308d0518d854de908ec4be5f462dc for the breaking change. To test this enable Google Drive as external storage and upload some files with encryption enabled. Reading the file should fail now. Fixes https://github.com/owncloud/core/issues/22590
* | | Merge pull request #22600 from owncloud/extstorage-disablesharingoptionbydefaultThomas Müller2016-02-254-3/+10
|\ \ \ | |/ / |/| | Disable sharing by default for external storage mounts
| * | Disable sharing by default for external storage mountsVincent Petry2016-02-244-3/+10
| | | | | | | | | | | | | | | | | | This is for newly created mount points. Migrated mount points will have sharing enabled as before.
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-02-25154-354/+498
| |/ |/|
* | Enable upstream entrypoint changes with Ceph DockerRobin McCorkell2016-02-232-277/+1
|/
* Merge pull request #22405 from owncloud/gdrive-mimetype-and-office-fixesThomas Müller2016-02-191-4/+13
|\ | | | | Fix GDrive handling of office files
| * Fix GDrive handling of office filesVincent Petry2016-02-151-4/+13
| | | | | | | | | | | | | | | | | | | | 1) Properly detect empty file extension, can be null. 2) When renaming part file to final file, use the correct file name without extension, if it exists 3) When renaming a file, do not delete the original file if it had the same id, which can happen with part files
* | Merge pull request #22399 from owncloud/issue-22394-index-names-for-oracleThomas Müller2016-02-181-0/+9
|\ \ | | | | | | Add index names so Doctrine does not use a too long random string
| * | Add index names so Doctrine does not use a too long random stringJoas Schilling2016-02-151-0/+9
| |/
* | Merge pull request #22478 from owncloud/external-missing-authThomas Müller2016-02-181-0/+7
|\ \ | | | | | | dont die when missing an auth backend
| * | dont die when missing an auth backendRobin Appelman2016-02-171-0/+7
| | |
* | | Merge pull request #22408 from owncloud/gdrive-remove-mimetype-detectionThomas Müller2016-02-181-1/+2
|\ \ \ | |/ / |/| | Fix GDrive mime type detection with encryption
| * | Fix GDrive mime type detection with encryptionVincent Petry2016-02-151-1/+2
| |/ | | | | | | | | | | When encryption is enabled, GDrive would think that all files are text files. This fix falls back to the extension based detection when a non-special mime type is returned
* | remove global credentialsRobin Appelman2016-02-179-272/+3
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-02-1728-56/+0
| |
* | remove login credentails and user provided backendsRobin Appelman2016-02-164-185/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-02-162-0/+4
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-156-0/+46
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-132-4/+4
|
* Merge pull request #22292 from owncloud/smb-handle-forbiddenThomas Müller2016-02-121-1/+18
|\ | | | | handle forbidden exceptions in smb backend
| * handle forbidden exceptions in smb backendRobin Appelman2016-02-101-1/+18
| |
* | encrypt passwords for files_externalRobin Appelman2016-02-113-5/+35
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-02-114-0/+24
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-104-0/+34
|
* update icewind/smb to 1.0.5Robin Appelman2016-02-0916-38/+215
|