Commit Graph

79 Commits (36bf4e24f0ea910ce504a5756279f9f73619694d)

Author SHA1 Message Date
Diederik de Haas 6e6df6e410 Fixed new checkstyle issues in ftp.php from build #1341. 14 years ago
Diederik de Haas 3cc6df489f Fixed new checkstyle issues in swift.php from build #1341. 14 years ago
Diederik de Haas 051635412d Fixed new checkstyle issues from build #1341. 14 years ago
Arthur Schiwon 8b3ae4309b Fix mkdir and opendir warnings when path does not exist 14 years ago
Robin Appelman 972243d564 support string values ('true' and 'false') for configuring the secure parameter on external storage backends 14 years ago
Felix Moeller 0e70ea9d8b Checkstyle: Fix the last 25 NoSpaceAfterComma 14 years ago
Felix Moeller 1205749f8c Checkstyle: Fix the last two SpaceBeforeOpenBrace 14 years ago
Felix Moeller 30d7993e01 Checkstyle fixes: NoSpaceAfterComma 14 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 14 years ago
Felix Moeller dfc8228fb4 NoSpaceAfterComma 14 years ago
Felix Moeller 561cbb2de6 NoSpaceAfterComma II 14 years ago
Felix Moeller e73b817a38 Checkstyle: NoSpaceAfterComma 14 years ago
Felix Moeller 03581ef463 Correct a first issue Checkstyle is complaining about ... 14 years ago
Bart Visscher 4af5b016cc Whitespace cleanup 14 years ago
Robin Appelman c099545b6d don't throw errors if certificate folder doesn't exist 14 years ago
Robin Appelman 92ddefe5a6 fix filetype for smb storage backend 14 years ago
Robin Appelman 5698c8519a fix webdav storage backend when trying to open a non existing file for reading 14 years ago
Benjamin Liles 8336b3287e Various bug fixes for swift 14 years ago
Björn Schießle 293484d1ee add directory while creating mount point 14 years ago
Robin Appelman a203a4a1c7 add support to mount a specific folder from dropbox 14 years ago
Björn Schießle 3d2cd64a48 add a line break after every certificate 14 years ago
Thomas Mueller 3829460ab8 adding space between) and { 14 years ago
Bart Visscher 285c198c36 EOL fixes 14 years ago
Thomas Mueller ebb28412ca no more require_once() 14 years ago
Georg Ehrke 745f279fbc make use of OC_User::getHome in files_external app 14 years ago
Bart Visscher 0365f8fd01 Remove php close at end of file 14 years ago
Bart Visscher 0e58800016 Whitespace fixes in apps 14 years ago
Michael Gapczynski 68f5dc2a44 Remove unnecessary files 14 years ago
Michael Gapczynski 830676b475 Improve usability for configuring Dropbox and Google Drive external storage 14 years ago
Michael Gapczynski 98c7d40fcd Throw exception in Dropbox and Google Drive storage constructors if parameters are not correct 14 years ago
Michael Gapczynski f378415377 Only call mkdir() if the root folder does not exist for FTP external storage 14 years ago
Michael Gapczynski 48f33be848 Only call mkdir() if the root folder does not exist for FTP external storage 14 years ago
Michael Gapczynski f7b89f0475 Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_writable() 14 years ago
Robin Appelman c9be9ab251 remove unused variables 14 years ago
Robin Appelman 3c2967074f remove unused variable from dropbox filestorage backend 14 years ago
Robin Appelman 1224d7ec01 minor fixes for the google filestorage backend 14 years ago
Robin Appelman 23c71b15a0 remove unused variables from webdav file backend 14 years ago
Robin Appelman 7f57591ef1 suppress error when using is_dir on non directory in smb backend 14 years ago
Robin Appelman aeed130b3a improve caching smb results a bit 14 years ago
Robin Appelman 8a902d8f65 improve filecache support for smb 14 years ago
Robin Appelman a1fefea66f split share and root config for smb backend, also sanitize config a bit more 14 years ago
Robin Appelman 8fcce55e76 share code between smb and ftp filestorage backends 14 years ago
Robin Appelman 539e4a1813 smb filestorage backend 14 years ago
Bjoern Schiessle 32b476d6ec remove comments around code block 14 years ago
Bjoern Schiessle 7d41d3aba8 webdav ssl cleanup 14 years ago
Bjoern Schiessle e91b4bc2ac allow user to upload his own root certificate for secure webdav mount 14 years ago
Bjoern Schiessle 963faf6458 CURLOPT_SSL_VERIFYPEER=false shouldn't be in master 14 years ago
Bjoern Schiessle 8353517969 use OC_Connector_Sabre_Client 14 years ago
Bjoern Schiessle 378fa2bc86 check if caview really exists 14 years ago
Bjoern Schiessle f86ecb3bf7 send ca cert path to sabredav client 14 years ago