summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* Merge pull request #21773 from owncloud/files_external-list-authtypeThomas Müller2016-02-093-3/+72
|\ | | | | Show the proper auth identifier when listing mounts as json
| * add testsRobin Appelman2016-02-041-0/+69
| |
| * update import logic for the new export logicRobin Appelman2016-02-041-2/+2
| |
| * Show the proper auth identifier when listing mounts as jsonRobin Appelman2016-02-041-1/+1
| |
* | Merge pull request #22202 from owncloud/global-auth-no-userThomas Müller2016-02-092-2/+119
|\ \ | | | | | | handle no user set for personal global auth
| * | Add testsRobin Appelman2016-02-082-2/+117
| | |
| * | handle no user set for personal global authRobin Appelman2016-02-081-0/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-02-096-8/+32
| | |
* | | Add occ command to verify storage configurationsRobin Appelman2016-02-082-0/+147
|/ /
* | Merge pull request #22160 from owncloud/files_external-createThomas Müller2016-02-084-0/+358
|\ \ | | | | | | Add occ files_external:create command to add new mounts
| * | output mount id on createRobin Appelman2016-02-051-0/+5
| | |
| * | verify that the auth backend is valid for the storage backendRobin Appelman2016-02-051-0/+5
| | |
| * | list supported auth backends for storage backendsRobin Appelman2016-02-051-0/+3
| | |
| * | Add occ files_external:create command to add new mountsRobin Appelman2016-02-054-0/+345
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-02-086-0/+46
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-02-0710-0/+60
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-02-06154-218/+534
|/ /
* | Merge pull request #20920 from owncloud/issue_20888Thomas Müller2016-02-057-86/+219
|\ \ | | | | | | Add dialog to enter credentials on errored mount point
| * | Improve credentials dialog usability a bitVincent Petry2016-02-041-2/+13
| | | | | | | | | | | | | | | Automatically focus on the first field. Pressing enter submits the form.
| * | fix error code for unconfigured user provided authRobin Appelman2016-02-041-0/+11
| | |
| * | set read permissions on failed mount rootRobin Appelman2016-02-041-1/+2
| | |
| * | handle exception in availibilty checkRobin Appelman2016-02-041-3/+8
| | |
| * | fix input typeRobin Appelman2016-02-041-1/+1
| | |
| * | show failed external storages properlyRobin Appelman2016-02-041-0/+5
| | |
| * | Use handlebars templateRobin Appelman2016-02-041-22/+25
| | |
| * | Fix PR from commentsJesús Macias2016-02-041-5/+3
| | |
| * | Add credentials dialog for user provided authJesús Macias2016-02-044-85/+184
| | |
* | | Merge pull request #22135 from owncloud/global-auth-warningThomas Müller2016-02-051-1/+4
|\ \ \ | | | | | | | | fix warning caused by global auth