summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
* Properly cast typeLukas Reschke2016-02-241-0/+14
* Merge pull request #22405 from owncloud/gdrive-mimetype-and-office-fixesThomas Müller2016-02-191-4/+13
|\
| * Fix GDrive handling of office filesVincent Petry2016-02-151-4/+13
* | Merge pull request #22408 from owncloud/gdrive-remove-mimetype-detectionThomas Müller2016-02-181-1/+2
|\ \
| * | Fix GDrive mime type detection with encryptionVincent Petry2016-02-151-1/+2
| |/
* | remove global credentialsRobin Appelman2016-02-171-88/+0
* | remove login credentails and user provided backendsRobin Appelman2016-02-162-180/+0
|/
* handle forbidden exceptions in smb backendRobin Appelman2016-02-101-1/+18
* Add testsRobin Appelman2016-02-081-2/+0
* handle no user set for personal global authRobin Appelman2016-02-081-0/+2
* Add occ files_external:create command to add new mountsRobin Appelman2016-02-051-0/+16
* Merge pull request #20920 from owncloud/issue_20888Thomas Müller2016-02-055-1/+38
|\
| * 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
| * show failed external storages properlyRobin Appelman2016-02-041-0/+5
| * Add credentials dialog for user provided authJesús Macias2016-02-042-0/+15
* | fix warning caused by global authRobin Appelman2016-02-041-1/+4
|/
* Add global auth backend for files externalRobin Appelman2016-02-042-0/+89
* Remove magic flags from files_external backend paramsRobin Appelman2016-02-021-21/+5
* Reword external storage auth backendsVincent Petry2016-02-013-3/+3
* Dont set null values when validating storage definitionRobin Appelman2016-01-292-6/+10
* minor fixesRobin Appelman2016-01-291-1/+1
* remove custom controler for user provided password authRobin Appelman2016-01-293-4/+42
* dont show user provided auth as option for personal mountsRobin Appelman2016-01-292-0/+3
* Allow setting user provided credentials from the personal settings pageRobin Appelman2016-01-292-24/+33
* Add user provided credentials mechanismRobin Appelman2016-01-291-0/+78
* Fix invalid storages not showing in directory listingRobin Appelman2016-01-292-1/+130
* Handle no user set in sftp constructorRobin Appelman2016-01-261-0/+3
* Merge pull request #19002 from UoM-ResPlat-DevOps/swift-streaming-downloadThomas Müller2016-01-221-16/+13
|\
| * Modified swift handling to explicitly set 404 responses to falseDaniel Tosello2016-01-121-1/+2
| * Fixing swift fopen by ensuring stream is a valid resourceDaniel Tosello2015-12-101-1/+4
| * Streaming download from Swift external storageTim Dettrick2015-12-101-17/+10
* | Merge pull request #18531 from owncloud/ext-user-credentialsThomas Müller2016-01-227-7/+106
|\ \
| * | Introduce 'login credentials' auth mechanismRobin McCorkell2016-01-187-7/+106
* | | Use Guzzle stream to download files from GDriveVincent Petry2016-01-141-6/+16
|/ /
* | Merge pull request #21648 from owncloud/smb-statcache-capThomas Müller2016-01-131-1/+8
|\ \
| * | cap the number of entries we cache in smb's statcacheRobin Appelman2016-01-121-1/+8
* | | Happy new year!Thomas Müller2016-01-1252-102/+110
|/ /
* | Merge pull request #21008 from owncloud/UoM-ResPlat-DevOps-swift-acl-shared-c...Thomas Müller2016-01-081-2/+19
|\ \
| * | Allowing access to Swift containers shared by ACLTim Dettrick2016-01-081-2/+19
* | | Filter getStorage to make sure the user has access to itRobin Appelman2016-01-081-0/+23
|/ /
* | Check libsmbclient-php as well as smbclient binaryRobin McCorkell2016-01-071-2/+4
* | Merge pull request #21216 from owncloud/fopen-statcacheThomas Müller2015-12-281-2/+7
|\ \
| * | clear statcache after fopen for smbRobin Appelman2015-12-151-2/+7
* | | Migrate files external for the user that the filesystem is being setup forRobin Appelman2015-12-141-1/+1
|/ /
* / Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-101-1/+1
|/
* Merge pull request #21059 from owncloud/remove-deaed-code-mount-configThomas Müller2015-12-091-52/+6
|\
| * Remove dead codeLukas Reschke2015-12-091-52/+6
* | Merge pull request #21003 from owncloud/personal-mount-mountidThomas Müller2015-12-091-4/+4
|\ \ | |/ |/|