summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary filesMichael Gapczynski2012-08-202-79/+0
* Merge branch 'master' into share_apiMichael Gapczynski2012-08-143-276/+292
|\
| * Improve usability for configuring Dropbox and Google Drive external storageMichael Gapczynski2012-08-131-265/+265
| * Throw exception in Dropbox and Google Drive storage constructors if parameter...Michael Gapczynski2012-08-132-11/+27
* | Merge branch 'master' into share_apiMichael Gapczynski2012-07-311-2/+3
|\|
| * Only call mkdir() if the root folder does not exist for FTP external storageMichael Gapczynski2012-07-271-2/+3
* | Merge branch 'master' into share_apiMichael Gapczynski2012-07-256-18/+89
|\|
| * remove unused variablesRobin Appelman2012-07-201-2/+0
| * remove unused variable from dropbox filestorage backendRobin Appelman2012-07-201-1/+1
| * minor fixes for the google filestorage backendRobin Appelman2012-07-201-5/+4
| * remove unused variables from webdav file backendRobin Appelman2012-07-201-10/+5
* | Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_wri...Michael Gapczynski2012-07-246-12/+12
|/
* remove comments around code blockBjoern Schiessle2012-07-091-2/+2
* webdav ssl cleanupBjoern Schiessle2012-07-091-3/+6
* allow user to upload his own root certificate for secure webdav mountBjoern Schiessle2012-07-062-2/+27
* CURLOPT_SSL_VERIFYPEER=false shouldn't be in masterBjoern Schiessle2012-07-061-2/+1
* use OC_Connector_Sabre_ClientBjoern Schiessle2012-07-061-6/+6
* check if caview really existsBjoern Schiessle2012-07-051-2/+4
* send ca cert path to sabredav clientBjoern Schiessle2012-07-051-0/+3
* allow users to upload ssl root certificates for the webdav clientBjoern Schiessle2012-07-041-0/+15
* webdav client crashes for secure connections if he doesn't have the right roo...Bjoern Schiessle2012-07-021-0/+2
* Fix WebDAV external storage opendir() and stat() for directories, bug fix for...Michael Gapczynski2012-06-291-14/+12
* - remove leading http[s] to let createBaseUri() generate secure/unsecure base...Bjoern Schiessle2012-06-291-3/+7
* Don't overwrite fake directory stream for Amazon S3 storageMichael Gapczynski2012-06-271-2/+2
* Fixes in Dropbox API, try to catch Dropbox exceptions, implement rename and c...Michael Gapczynski2012-06-271-11/+48
* Add Samba Share parameter to external storage UIMichael Gapczynski2012-06-271-1/+1
* Don't overwrite fake directory stream for Dropbox and Google DriveMichael Gapczynski2012-06-272-5/+4
* Improve error handling of Dropbox storage backendMichael Gapczynski2012-06-261-4/+8
* Fix removing personal mountsMichael Gapczynski2012-06-221-3/+8
* suppress error when using is_dir on non directory in smb backendRobin Appelman2012-06-171-1/+1
* improve caching smb results a bitRobin Appelman2012-06-171-0/+4
* improve filecache support for smbRobin Appelman2012-06-171-1/+43
* Fix upload for Google Drive; Google Documents List API documentation was misl...Michael Gapczynski2012-06-141-7/+9
* Add support for mounting Google Drive in external storage UIMichael Gapczynski2012-06-132-2/+3
* Add support for mounting Dropbox in external storage UIMichael Gapczynski2012-06-121-0/+3
* Mount personal mount points into filesystemMichael Gapczynski2012-06-101-3/+6
* Add Dropbox storage backendMichael Gapczynski2012-06-091-0/+203
* Don't use substr to get first char of stringBart Visscher2012-06-084-8/+8
* Add Amazon Web Services SDK to 3rdparty for Amazon S3 external storageMichael Gapczynski2012-06-081-1/+1
* Working UI for external storage mount configurationMichael Gapczynski2012-06-081-0/+231
* split share and root config for smb backend, also sanitize config a bit moreRobin Appelman2012-06-081-2/+18
* Initial support for Amazon S3 storage backendMichael Gapczynski2012-05-291-0/+236
* share code between smb and ftp filestorage backendsRobin Appelman2012-05-243-157/+91
* smb filestorage backendRobin Appelman2012-05-241-0/+120
* removing executable bit - againThomas Mueller2012-05-154-0/+0
* Refactoring and upload support for Google Drive backendMichael Gapczynski2012-05-021-69/+195
* move all the files stuff into a files classFrank Karlitschek2012-05-024-7/+7
* ported the rest of the OC_Helper callsFrank Karlitschek2012-05-024-7/+7
* some performance improvements to the openstack swift backendRobin Appelman2012-04-251-1/+16
* emulate touch with custom mtime for swift backendRobin Appelman2012-04-191-11/+39