summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
* Add option to `occ files_external:list` to show all configured mountsRobin Appelman2016-06-234-10/+71
* Hide more default options in occ files_external:listRobin Appelman2016-06-221-1/+3
* Merge pull request #25173 from owncloud/fix_conversion_issuesVincent Petry2016-06-204-0/+6
|\
| * Fix conversion issuesJuan Pablo Villafáñez2016-06-204-0/+6
* | Merge pull request #25010 from owncloud/gdrive-fix-testsVincent Petry2016-06-201-2/+2
|\ \ | |/ |/|
| * Fix GDrive test rename overwrite folderVincent Petry2016-06-101-2/+2
* | Convert Dropbox Forbidden exception to StorageNotAvailableExceptionVincent Petry2016-06-141-0/+5
|/
* Merge pull request #25008 from owncloud/externals_test_with_originVincent Petry2016-06-095-16/+20
|\
| * Change the default value to true instead of nullJuan Pablo Villafáñez2016-06-085-8/+8
| * Rename variableJuan Pablo Villafáñez2016-06-075-16/+16
| * Add support to know where the storage test comes fromJuan Pablo Villafáñez2016-06-075-15/+19
* | Fix GDrive file size when mime type doesn't match contentsVincent Petry2016-06-081-1/+1
* | Fix GDrive upload file which name might match the one of a folderVincent Petry2016-06-071-1/+15
* | implement specific rename handling for SMBArthur Schiwon2016-05-311-0/+20
|/
* Fix SMB backend registrationRobin McCorkell2016-05-301-4/+2
* Update license headersLukas Reschke2016-05-2633-12/+47
* Merge pull request #24814 from owncloud/fix-psr4-external-masteVincent Petry2016-05-252-0/+0
|\
| * Move Stuff to PSR-4 againJoas Schilling2016-05-242-0/+0
* | 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