Commit Graph

272 Commits (a94de5cb5a0a0e341dd3eb7130a41f95c71a6abc)

Author SHA1 Message Date
Christoph Wurst 5bf3d1bb38
Update license headers 6 years ago
Roeland Jago Douma 68748d4f85
Some php-cs fixes 7 years ago
Daniel Kesselberg 2bd591f227
Make timeout a optional parameter 7 years ago
Daniel Kesselberg 230f685987
Remove superfluous fclose 7 years ago
Robin Appelman bc160992d3
Update apps/files_external/lib/Lib/Backend/SMB.php 7 years ago
Robin Appelman 194edfc64e
add (hidden) option to configure smb timeout 7 years ago
Daniel Kesselberg 72d22a4828
Use local variable for directory name 7 years ago
Daniel Kesselberg 75b8944061
Don't strip path from directory prefix 7 years ago
Daniel Kesselberg 80340a8d46
Fill directory cache from opendir 7 years ago
Daniel Kesselberg 12863e0d24
Change visibility to private (from protected) 7 years ago
Daniel Kesselberg 963d35c78c
Rename $location to $path 7 years ago
Daniel Kesselberg 010473ca1f
Add method to check if directory exists 7 years ago
Robin Appelman 603655341e
allow setting user provided global credentials trough credentials popup 7 years ago
Robin Appelman 1d51b297a9
Allow admin configured mounts to use user configured global credentials 7 years ago
Arthur Schiwon 43bc31bacb
set a storage availability delay on auth issues to avoid lock out 7 years ago
Arthur Schiwon cd62b38cc8
catch auth issues also when php-smbclient is in use 7 years ago
Morris Jobke adc2ab4bb2
Ignore forbidden exception when fetching share mtime on SMB for symlinks 7 years ago
Robin Appelman 6d5579863e
add option to show hidden files in SMB shares 7 years ago
Michael Zamot dc35a8af83 Convert timestamp key value of metadata in Swift files_external 7 years ago
Daniel Kesselberg 0d667d18bb
Call headObject if file not in filecache 🙈 7 years ago
Daniel Kesselberg 659ed3ecda
Prefix $path for filename for internal file cache 7 years ago
Arthur Schiwon 792bcb82ae
add LDAP ConfigHandler for external storages and "$home" var 7 years ago
Robin Appelman 2c1f6331a4
Add interface to allow storages from opting out of encryption 8 years ago
Daniel Kesselberg 4cbea5f7e1
Remove value from cache on delete/clear 8 years ago
Daniel Kesselberg 5cf38254bb
Use helper method for content length and last modified 8 years ago
Daniel Kesselberg 67d5380b91
Reuse information from ListObjects for stat / filetype 8 years ago
Robin Appelman bdc6d0b5a1
log entries that are hidden during file listing 8 years ago
Robin Appelman 24aaa3bc97
retry stat on timeout 8 years ago
Robin Appelman 27089422e1
Improved logging of smb connection errors 8 years ago
Robin Appelman 431710a5aa
also retry rename operation on InvalidArgumentException 8 years ago
Robin Appelman 90be8f336c
Add support for using kerberos ticket to authenticate to smb servers 8 years ago
Robin Appelman 4a424f86db
update icewind/smb to 3.0.0 8 years ago
Roeland Jago Douma 2b19add6b0
Add SFTP auth mechanism to use a password and public key for SFTP 8 years ago
Roeland Jago Douma 055a003661
Use an actual function of the storage to determine needsPartFile 8 years ago
Arthur Schiwon 38a90130ce
move log constants to ILogger 8 years ago
Roeland Jago Douma 47a3008141
Remove \OCP\Files::tmpFile 8 years ago
Robin Appelman 41954d2903
verify cached swift token 8 years ago
enoch 6212992c0a
fix(AmazonS3): fix loop $result['Contents'] error 8 years ago
Morris Jobke 044d01d0e1
Use proper method to log exceptions 8 years ago
Robin Appelman d40c61a71a
adjust external storage config format to the one used in primary storage 8 years ago
Robin Appelman 31dd6d6aae
add support for v3 swift auth 8 years ago
Roeland Jago Douma 30017e3364
Properly set the mount type for external storages 8 years ago
Robin Appelman 817f2f8f49
adjust swift external storage to new openstack sdk 8 years ago
Morris Jobke d3d045dd5c
Remove unused import statements 8 years ago
Roland Tapken 8e251e5d5a Make SMB module more fault-tolerant 8 years ago
Robin Appelman 48ea714341
Use a more widely available method to test s3 settings 8 years ago
Robin Appelman 84bd2b6bc9
fix invalidating folder cache for s3 8 years ago
Robin Appelman 7afd77604e
adjust s3 bulk delete to new sdk syntax 8 years ago
Morris Jobke a661f043e1
Remove unneeded semicolon and parentheses 8 years ago
Morris Jobke 9ff51aafc5
Use index based string access for substr with length of 1 8 years ago