Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly cast type | Lukas Reschke | 2016-02-24 | 1 | -0/+14 |
| | | | | | | | | | | | | | | 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 #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 #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 | 1 | -88/+0 |
| | | |||||
* | | remove login credentails and user provided backends | Robin Appelman | 2016-02-16 | 2 | -180/+0 |
|/ | |||||
* | handle forbidden exceptions in smb backend | Robin Appelman | 2016-02-10 | 1 | -1/+18 |
| | |||||
* | Add tests | Robin Appelman | 2016-02-08 | 1 | -2/+0 |
| | |||||
* | handle no user set for personal global auth | Robin Appelman | 2016-02-08 | 1 | -0/+2 |
| | |||||
* | Add occ files_external:create command to add new mounts | Robin Appelman | 2016-02-05 | 1 | -0/+16 |
| | |||||
* | Merge pull request #20920 from owncloud/issue_20888 | Thomas Müller | 2016-02-05 | 5 | -1/+38 |
|\ | | | | | Add dialog to enter credentials on errored mount point | ||||
| * | fix error code for unconfigured user provided auth | Robin Appelman | 2016-02-04 | 1 | -0/+11 |
| | | |||||
| * | set read permissions on failed mount root | Robin Appelman | 2016-02-04 | 1 | -1/+2 |
| | | |||||
| * | handle exception in availibilty check | Robin Appelman | 2016-02-04 | 1 | -3/+8 |
| | | |||||
| * | show failed external storages properly | Robin Appelman | 2016-02-04 | 1 | -0/+5 |
| | | |||||
| * | Add credentials dialog for user provided auth | Jesús Macias | 2016-02-04 | 2 | -0/+15 |
| | | |||||
* | | fix warning caused by global auth | Robin Appelman | 2016-02-04 | 1 | -1/+4 |
|/ | |||||
* | Add global auth backend for files external | Robin Appelman | 2016-02-04 | 2 | -0/+89 |
| | |||||
* | Remove magic flags from files_external backend params | Robin Appelman | 2016-02-02 | 1 | -21/+5 |
| | |||||
* | Reword external storage auth backends | Vincent Petry | 2016-02-01 | 3 | -3/+3 |
| | |||||
* | Dont set null values when validating storage definition | Robin Appelman | 2016-01-29 | 2 | -6/+10 |
| | |||||
* | minor fixes | Robin Appelman | 2016-01-29 | 1 | -1/+1 |
| | |||||
* | remove custom controler for user provided password auth | Robin Appelman | 2016-01-29 | 3 | -4/+42 |
| | |||||
* | dont show user provided auth as option for personal mounts | Robin Appelman | 2016-01-29 | 2 | -0/+3 |
| | |||||
* | Allow setting user provided credentials from the personal settings page | Robin Appelman | 2016-01-29 | 2 | -24/+33 |
| | |||||
* | Add user provided credentials mechanism | Robin Appelman | 2016-01-29 | 1 | -0/+78 |
| | |||||
* | Fix invalid storages not showing in directory listing | Robin Appelman | 2016-01-29 | 2 | -1/+130 |
| | |||||
* | Handle no user set in sftp constructor | Robin Appelman | 2016-01-26 | 1 | -0/+3 |
| | |||||
* | Merge pull request #19002 from UoM-ResPlat-DevOps/swift-streaming-download | Thomas Müller | 2016-01-22 | 1 | -16/+13 |
|\ | | | | | Streaming download from Swift in files_external | ||||
| * | Modified swift handling to explicitly set 404 responses to false | Daniel Tosello | 2016-01-12 | 1 | -1/+2 |
| | | |||||
| * | Fixing swift fopen by ensuring stream is a valid resource | Daniel Tosello | 2015-12-10 | 1 | -1/+4 |
| | | |||||
| * | Streaming download from Swift external storage | Tim Dettrick | 2015-12-10 | 1 | -17/+10 |
| | | | | | | | | | | Speeds up downloads as they no longer need to buffer completely on the ownCloud server before being sent to the client. | ||||
* | | Merge pull request #18531 from owncloud/ext-user-credentials | Thomas Müller | 2016-01-22 | 7 | -7/+106 |
|\ \ | | | | | | | External storage 'Login credentials' auth mechanism | ||||
| * | | Introduce 'login credentials' auth mechanism | Robin McCorkell | 2016-01-18 | 7 | -7/+106 |
| | | | | | | | | | | | | | | | Stores user credentials in the database after user login, uses the new CredentialsManager class | ||||
* | | | Use Guzzle stream to download files from GDrive | Vincent Petry | 2016-01-14 | 1 | -6/+16 |
|/ / | | | | | | | | | | | | | | | The API library does not support streaming and always reads the full file into memory. This workaround copies the signed headers to a Guzzle request and returns the response as stream. | ||||
* | | Merge pull request #21648 from owncloud/smb-statcache-cap | Thomas Müller | 2016-01-13 | 1 | -1/+8 |
|\ \ | | | | | | | cap the number of entries we cache in smb's statcache | ||||
| * | | cap the number of entries we cache in smb's statcache | Robin Appelman | 2016-01-12 | 1 | -1/+8 |
| | | | |||||
* | | | Happy new year! | Thomas Müller | 2016-01-12 | 52 | -102/+110 |
|/ / | |||||
* | | Merge pull request #21008 from ↵ | Thomas Müller | 2016-01-08 | 1 | -2/+19 |
|\ \ | | | | | | | | | | | | | owncloud/UoM-ResPlat-DevOps-swift-acl-shared-containers Allowing access to Swift containers shared by ACL | ||||
| * | | Allowing access to Swift containers shared by ACL | Tim Dettrick | 2016-01-08 | 1 | -2/+19 |
| | | | | | | | | | | | | | | | To avoid a confusing extra field, the bucket field is overloaded to optionally take a URL. | ||||
* | | | Filter getStorage to make sure the user has access to it | Robin Appelman | 2016-01-08 | 1 | -0/+23 |
|/ / | |||||
* | | Check libsmbclient-php as well as smbclient binary | Robin McCorkell | 2016-01-07 | 1 | -2/+4 |
| | | |||||
* | | Merge pull request #21216 from owncloud/fopen-statcache | Thomas Müller | 2015-12-28 | 1 | -2/+7 |
|\ \ | | | | | | | Clear SMB statcache after fopen | ||||
| * | | clear statcache after fopen for smb | Robin Appelman | 2015-12-15 | 1 | -2/+7 |
| | | | |||||
* | | | Migrate files external for the user that the filesystem is being setup for | Robin Appelman | 2015-12-14 | 1 | -1/+1 |
|/ / | |||||
* / | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-10 | 1 | -1/+1 |
|/ | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Merge pull request #21059 from owncloud/remove-deaed-code-mount-config | Thomas Müller | 2015-12-09 | 1 | -52/+6 |
|\ | | | | | Remove dead code | ||||
| * | Remove dead code | Lukas Reschke | 2015-12-09 | 1 | -52/+6 |
| | | | | | | | | Silences two other security warnings, also I cleaned up the PHPDoc a little bit. | ||||
* | | Merge pull request #21003 from owncloud/personal-mount-mountid | Thomas Müller | 2015-12-09 | 1 | -4/+4 |
|\ \ | |/ |/| | Dont set the string storage id to the numeric storage id for personal mounts |