Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | |||||
* | Merge pull request #21773 from owncloud/files_external-list-authtype | Thomas Müller | 2016-02-09 | 3 | -3/+72 |
|\ | | | | | Show the proper auth identifier when listing mounts as json | ||||
| * | add tests | Robin Appelman | 2016-02-04 | 1 | -0/+69 |
| | | |||||
| * | update import logic for the new export logic | Robin Appelman | 2016-02-04 | 1 | -2/+2 |
| | | |||||
| * | Show the proper auth identifier when listing mounts as json | Robin Appelman | 2016-02-04 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #22202 from owncloud/global-auth-no-user | Thomas Müller | 2016-02-09 | 2 | -2/+119 |
|\ \ | | | | | | | handle no user set for personal global auth | ||||
| * | | Add tests | Robin Appelman | 2016-02-08 | 2 | -2/+117 |
| | | | |||||
| * | | handle no user set for personal global auth | Robin Appelman | 2016-02-08 | 1 | -0/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-09 | 6 | -8/+32 |
| | | | |||||
* | | | Add occ command to verify storage configurations | Robin Appelman | 2016-02-08 | 2 | -0/+147 |
|/ / | |||||
* | | Merge pull request #22160 from owncloud/files_external-create | Thomas Müller | 2016-02-08 | 4 | -0/+358 |
|\ \ | | | | | | | Add occ files_external:create command to add new mounts | ||||
| * | | output mount id on create | Robin Appelman | 2016-02-05 | 1 | -0/+5 |
| | | | |||||
| * | | verify that the auth backend is valid for the storage backend | Robin Appelman | 2016-02-05 | 1 | -0/+5 |
| | | | |||||
| * | | list supported auth backends for storage backends | Robin Appelman | 2016-02-05 | 1 | -0/+3 |
| | | | |||||
| * | | Add occ files_external:create command to add new mounts | Robin Appelman | 2016-02-05 | 4 | -0/+345 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-08 | 6 | -0/+46 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-07 | 10 | -0/+60 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-06 | 154 | -218/+534 |
|/ / | |||||
* | | Merge pull request #20920 from owncloud/issue_20888 | Thomas Müller | 2016-02-05 | 7 | -86/+219 |
|\ \ | | | | | | | Add dialog to enter credentials on errored mount point | ||||
| * | | Improve credentials dialog usability a bit | Vincent Petry | 2016-02-04 | 1 | -2/+13 |
| | | | | | | | | | | | | | | | Automatically focus on the first field. Pressing enter submits the form. | ||||
| * | | 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 |
| | | | |||||
| * | | fix input type | Robin Appelman | 2016-02-04 | 1 | -1/+1 |
| | | | |||||
| * | | show failed external storages properly | Robin Appelman | 2016-02-04 | 1 | -0/+5 |
| | | | |||||
| * | | Use handlebars template | Robin Appelman | 2016-02-04 | 1 | -22/+25 |
| | | | |||||
| * | | Fix PR from comments | Jesús Macias | 2016-02-04 | 1 | -5/+3 |
| | | | |||||
| * | | Add credentials dialog for user provided auth | Jesús Macias | 2016-02-04 | 4 | -85/+184 |
| | | | |||||
* | | | Merge pull request #22135 from owncloud/global-auth-warning | Thomas Müller | 2016-02-05 | 1 | -1/+4 |
|\ \ \ | | | | | | | | | fix warning caused by global auth |