summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7897 from owncloud/ext-swiftcachingVincent Petry2016-05-241-17/+71
|\
| * Added object cache for Swift ext storageVincent Petry2016-05-241-17/+71
* | Merge pull request #24799 from owncloud/altyr-117-upstreamVincent Petry2016-05-241-4/+3
|\ \
| * | fix phpdocRobin Appelman2016-05-241-1/+1
| * | Fix cert bundle pathRobin Appelman2016-05-241-1/+1
| * | Fix autoloading for new google SDK libVincent Petry2016-05-241-2/+0
| * | enable autoload of lib in google storageFrancesco Rovelli2016-05-241-0/+1
| |/
* / skip google map files (#24807)Vincent Petry2016-05-241-4/+7
|/
* Fix import path for 3rdparty dropbox autoloaderJoas Schilling2016-05-241-1/+1
* Fix missing importsJoas Schilling2016-05-241-0/+3
* Move remaining classes to PSR-4Joas Schilling2016-05-2434-34/+29
* Move Lib\Storage to PSR-4Joas Schilling2016-05-249-0/+0
* Move Config to PSR-4Joas Schilling2016-05-241-0/+0
* Move Lib\Backend to PSR-4Joas Schilling2016-05-2414-0/+0
* Move Lib\Auth to PSR-4Joas Schilling2016-05-2412-1/+0
* Move stuff from outside lib/ to PSR-4Joas Schilling2016-05-2430-2/+4967
* Merge pull request #24585 from owncloud/files_external_lazyVincent Petry2016-05-192-0/+76
|\
| * Introduce backend/auth mechanism providersRobin McCorkell2016-05-112-0/+76
* | Merge pull request #24630 from owncloud/one-shall-adjust-the-pathVincent Petry2016-05-171-1/+1
|\ \
| * | Use proper pathLukas Reschke2016-05-031-1/+1
| |/
* | Add links to load GDrive/Dropbox configuration pagesRobin McCorkell2016-05-032-0/+2
* | Allow multiple custom JS filesRobin McCorkell2016-05-035-11/+19
|/
* Fix SMB storage to not normalize UTF8Vincent Petry2016-04-291-1/+1
* Fix loading the dropbox autoloaderRobin Appelman2016-04-151-1/+1
* Fix OCA\Files\External\Api namespaceRobin McCorkell2016-04-141-1/+1
* Fix storage backend class namespaces and move to subdirRobin McCorkell2016-04-1419-25/+25
* Merge pull request #23274 from Senorsen/add-urlencode-ftp-sftpThomas Müller2016-03-312-2/+2
|\
| * Add urlencode to username part of ftp and sftp linksSenorsen2016-03-162-2/+2
* | Merge pull request #23517 from owncloud/gdrive-stream-downloadFrank Karlitschek2016-03-311-4/+5
|\ \
| * | GDrive stream download with RetryWrapperVincent Petry2016-03-301-4/+5
* | | Merge pull request #23516 from owncloud/dropbox-stream-downloadThomas Müller2016-03-311-4/+6
|\ \ \
| * | | Dropbox stream download with RetryWrapperVincent Petry2016-03-231-4/+6
* | | | Merge pull request #23672 from owncloud/use-retry-wrapper-for-sftpThomas Müller2016-03-311-1/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Use RetryWrapper for SFTP storageLukas Reschke2016-03-301-1/+3
| |/ /
* / / Use the shipped cacerts.pem instead of the global oneLukas Reschke2016-03-301-0/+1
|/ /
* | Merge pull request #23440 from owncloud/fix_22286Thomas Müller2016-03-221-1/+4
|\ \
| * | apply retry wrapper to make sure that we always read/write a complete blockBjoern Schiessle2016-03-211-1/+4
* | | Merge pull request #23439 from owncloud/smb-permissionsThomas Müller2016-03-211-0/+22
|\ \ \
| * | | properly use smb permissionsRobin Appelman2016-03-211-0/+22
| |/ /
* | | Merge pull request #23323 from owncloud/gdrive-chunkuploadThomas Müller2016-03-211-5/+52
|\ \ \ | |/ / |/| |
| * | Only use GDrive chunks when neededVincent Petry2016-03-171-29/+43
| * | Chunk upload for GDriveVincent Petry2016-03-161-6/+39
| |/
* | Merge pull request #23272 from owncloud/dropbox-downloadnotthefullfileinmemoryThomas Müller2016-03-171-6/+28
|\ \
| * | Fix dropbox storage to not store the whole file in memoryVincent Petry2016-03-151-6/+28
| |/
* / handle connection errors as storage not available in smbRobin Appelman2016-03-161-14/+40
|/
* move failedstorage to coreRobin Appelman2016-03-113-358/+1
* dont break when there is an invalid shareRobin Appelman2016-03-111-1/+12
* Fix compatibility with PHP 5.4Lukas Reschke2016-03-081-1/+2
* Properly set exception in FailedStorageVincent Petry2016-03-032-1/+7
* allow availability recheck for external storagesRobin Appelman2016-03-031-1/+2