Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-09 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-07 | 4 | -0/+50 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-05 | 6 | -2/+6 |
| | |||||
* | Merge pull request #22816 from owncloud/external-unavailable-recheck | Thomas Müller | 2016-03-04 | 2 | -2/+9 |
|\ | | | | | allow availability recheck for external storages | ||||
| * | Properly set exception in FailedStorage | Vincent Petry | 2016-03-03 | 2 | -1/+7 |
| | | |||||
| * | allow availability recheck for external storages | Robin Appelman | 2016-03-03 | 1 | -1/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-04 | 6 | -0/+74 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-03 | 2 | -0/+16 |
| | |||||
* | Increase all versions on master which is now 9.1 | Joas Schilling | 2016-03-02 | 1 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-02 | 4 | -4/+116 |
| | |||||
* | Merge pull request #22757 from owncloud/apply-license | C. Montero Luque | 2016-03-01 | 40 | -17/+32 |
|\ | | | | | Update copyright information and author file | ||||
| * | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 9 | -9/+0 |
| | | |||||
| * | Update author information | Lukas Reschke | 2016-03-01 | 31 | -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-readiness | C. Montero Luque | 2016-03-01 | 4 | -2/+16 |
|\ \ | |/ |/| | Use readiness notification socket to be absolutely sure this works | ||||
| * | Use readiness notification socket to be absolutely sure this works | Robin McCorkell | 2016-02-29 | 4 | -2/+16 |
| | | |||||
* | | Merge pull request #22707 from owncloud/use-our-public-api | Thomas Müller | 2016-03-01 | 1 | -29/+29 |
|\ \ | |/ |/| | Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_* | ||||
| * | Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_* | Joas Schilling | 2016-02-29 | 1 | -29/+29 |
| | | |||||
* | | Merge pull request #22623 from owncloud/docker-logs-on-swift-external | Thomas Müller | 2016-02-29 | 1 | -0/+2 |
|\ \ | |/ |/| | Print docker logs to the console fro debugging | ||||
| * | Print docker logs to the console fro debugging | Thomas Müller | 2016-02-24 | 1 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-29 | 2 | -0/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-28 | 2 | -0/+4 |
| | | |||||
* | | Merge pull request #22636 from owncloud/fix-ssl-on-external-storages | Thomas Müller | 2016-02-25 | 3 | -11/+40 |
|\ \ | | | | | | | Fix HTTPS support on external storages | ||||
| * | | Properly cast type | Lukas Reschke | 2016-02-24 | 3 | -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-encryption | Thomas Müller | 2016-02-25 | 1 | -5/+11 |
|\ \ | | | | | | | Copy into local file | ||||
| * | | More error handling | Lukas Reschke | 2016-02-25 | 1 | -2/+6 |
| | | | |||||
| * | | Copy into local file | Lukas Reschke | 2016-02-25 | 1 | -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-disablesharingoptionbydefault | Thomas Müller | 2016-02-25 | 4 | -3/+10 |
|\ \ \ | |/ / |/| | | Disable sharing by default for external storage mounts | ||||
| * | | Disable sharing by default for external storage mounts | Vincent Petry | 2016-02-24 | 4 | -3/+10 |
| | | | | | | | | | | | | | | | | | | This is for newly created mount points. Migrated mount points will have sharing enabled as before. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-25 | 154 | -354/+498 |
| |/ |/| | |||||
* | | Enable upstream entrypoint changes with Ceph Docker | Robin McCorkell | 2016-02-23 | 2 | -277/+1 |
|/ | |||||
* | Merge pull request #22405 from owncloud/gdrive-mimetype-and-office-fixes | Thomas Müller | 2016-02-19 | 1 | -4/+13 |
|\ | | | | | Fix GDrive handling of office files | ||||
| * | Fix GDrive handling of office files | Vincent Petry | 2016-02-15 | 1 | -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-oracle | Thomas Müller | 2016-02-18 | 1 | -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 string | Joas Schilling | 2016-02-15 | 1 | -0/+9 |
| |/ | |||||
* | | Merge pull request #22478 from owncloud/external-missing-auth | Thomas Müller | 2016-02-18 | 1 | -0/+7 |
|\ \ | | | | | | | dont die when missing an auth backend | ||||
| * | | dont die when missing an auth backend | Robin Appelman | 2016-02-17 | 1 | -0/+7 |
| | | | |||||
* | | | Merge pull request #22408 from owncloud/gdrive-remove-mimetype-detection | Thomas Müller | 2016-02-18 | 1 | -1/+2 |
|\ \ \ | |/ / |/| | | Fix GDrive mime type detection with encryption | ||||
| * | | Fix GDrive mime type detection with encryption | Vincent Petry | 2016-02-15 | 1 | -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 credentials | Robin Appelman | 2016-02-17 | 9 | -272/+3 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-17 | 28 | -56/+0 |
| | | |||||
* | | remove login credentails and user provided backends | Robin Appelman | 2016-02-16 | 4 | -185/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-16 | 2 | -0/+4 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-15 | 6 | -0/+46 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-13 | 2 | -4/+4 |
| | |||||
* | Merge pull request #22292 from owncloud/smb-handle-forbidden | Thomas Müller | 2016-02-12 | 1 | -1/+18 |
|\ | | | | | handle forbidden exceptions in smb backend | ||||
| * | handle forbidden exceptions in smb backend | Robin Appelman | 2016-02-10 | 1 | -1/+18 |
| | | |||||
* | | encrypt passwords for files_external | Robin Appelman | 2016-02-11 | 3 | -5/+35 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-11 | 4 | -0/+24 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-10 | 4 | -0/+34 |
| | |||||
* | update icewind/smb to 1.0.5 | Robin Appelman | 2016-02-09 | 16 | -38/+215 |
| |