summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
* Fixed new checkstyle issues in ftp.php from build #1341.Diederik de Haas2012-11-101-2/+2
* Fixed new checkstyle issues in swift.php from build #1341.Diederik de Haas2012-11-101-2/+2
* Fixed new checkstyle issues from build #1341.Diederik de Haas2012-11-101-2/+2
* Fix mkdir and opendir warnings when path does not existArthur Schiwon2012-11-051-1/+6
* support string values ('true' and 'false') for configuring the secure paramet...Robin Appelman2012-11-053-3/+27
* Checkstyle: Fix the last 25 NoSpaceAfterCommaFelix Moeller2012-11-041-2/+2
* Checkstyle: Fix the last two SpaceBeforeOpenBraceFelix Moeller2012-11-041-1/+1
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-045-13/+13
* Checkstyle: many fixesFelix Moeller2012-11-026-45/+45
* NoSpaceAfterCommaFelix Moeller2012-10-281-19/+19
* NoSpaceAfterComma IIFelix Moeller2012-10-231-2/+2
* Checkstyle: NoSpaceAfterCommaFelix Moeller2012-10-234-17/+17
* Correct a first issue Checkstyle is complaining about ...Felix Moeller2012-10-221-1/+1
* Whitespace cleanupBart Visscher2012-10-141-3/+3
* don't throw errors if certificate folder doesn't existRobin Appelman2012-10-121-4/+7
* fix filetype for smb storage backendRobin Appelman2012-10-111-1/+1
* fix webdav storage backend when trying to open a non existing file for readingRobin Appelman2012-10-111-0/+3
* Various bug fixes for swiftBenjamin Liles2012-10-111-11/+27
* add directory while creating mount pointBjörn Schießle2012-10-091-0/+40
* add support to mount a specific folder from dropboxRobin Appelman2012-10-061-0/+11
* add a line break after every certificateBjörn Schießle2012-09-211-0/+1
* adding space between) and {Thomas Mueller2012-09-075-173/+173
* EOL fixesBart Visscher2012-09-071-283/+281
* no more require_once()Thomas Mueller2012-09-052-2/+2
* make use of OC_User::getHome in files_external appGeorg Ehrke2012-09-041-2/+2
* Remove php close at end of fileBart Visscher2012-08-292-4/+0
* Whitespace fixes in appsBart Visscher2012-08-295-20/+19
* 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