summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Expand)AuthorAgeFilesLines
* remove unused variablesRobin Appelman2012-07-206-7/+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
* create uploads directory for ssl certificates if it didn't existsBjoern Schiessle2012-07-091-0/+1
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-093-7/+0
* remove hard coded pathBjoern Schiessle2012-07-091-1/+1
* replace urlencoded slashBjoern Schiessle2012-07-091-1/+1
* remove comments around code blockBjoern Schiessle2012-07-091-2/+2
* webdav ssl cleanupBjoern Schiessle2012-07-091-3/+6
* CSRF checksLukas Reschke2012-07-072-0/+4
* close file after write processBjoern Schiessle2012-07-061-0/+1
* allow user to upload his own root certificate for secure webdav mountBjoern Schiessle2012-07-065-5/+45
* 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
* disabled user upload of root certificates until sabredav client can handle themBjoern Schiessle2012-07-051-1/+1
* send ca cert path to sabredav clientBjoern Schiessle2012-07-051-0/+3
* certificate should be only visible for usersBjoern Schiessle2012-07-041-0/+2
* allow users to upload ssl root certificates for the webdav clientBjoern Schiessle2012-07-046-6/+66
* webdav client crashes for secure connections if he doesn't have the right roo...Bjoern Schiessle2012-07-021-0/+2
* Fix placeholder value for optional fields in external storage UIMichael Gapczynski2012-06-291-1/+1
* Fix WebDAV external storage opendir() and stat() for directories, bug fix for...Michael Gapczynski2012-06-291-14/+12
* Allow multiple Google Drive and Dropbox external storages to be configuredMichael Gapczynski2012-06-292-2/+0
* Clear the mount point value for the new mount point rowMichael Gapczynski2012-06-291-1/+2
* Hide the delete button on new mount point rowMichael Gapczynski2012-06-292-1/+2
* - remove leading http[s] to let createBaseUri() generate secure/unsecure base...Bjoern Schiessle2012-06-291-3/+7
* Fix external storage UI for Admin pageMichael Gapczynski2012-06-284-5/+5
* 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
* Fix variable checks for mounting Google DriveMichael Gapczynski2012-06-221-1/+1
* 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
* Merge commit 'refs/merge-requests/127' of git://gitorious.org/owncloud/ownclo...Michael Gapczynski2012-06-131-1/+1
|\
| * Removed some unessecary sanitizationsLukas Reschke2012-06-111-4/+4
* | Add support for mounting Google Drive in external storage UIMichael Gapczynski2012-06-134-2/+102
* | Add support for mounting Dropbox in external storage UIMichael Gapczynski2012-06-125-42/+150
|/
* Sanitize user inputLukas Reschke2012-06-111-4/+4
* Mount personal mount points into filesystemMichael Gapczynski2012-06-101-3/+6
* Add Dropbox storage backendMichael Gapczynski2012-06-092-0/+204
* 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-089-92/+482
* split share and root config for smb backend, also sanitize config a bit moreRobin Appelman2012-06-083-4/+21