summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* allow setting tooltips for external storage config optionsRobin Appelman2020-04-031-1/+21
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-318-4/+20
* Merge pull request #20208 from nextcloud/smb-folder-contents-normalize-pathJohn Molakvoæ2020-03-301-1/+1
|\
| * normalize smb path while listing folder contentsRobin Appelman2020-03-271-1/+1
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-272-2/+0
|\ \
| * | Remove unused importsChristoph Wurst2020-03-252-2/+0
| |/
* / Use the short array syntax, everywhereChristoph Wurst2020-03-265-25/+25
|/
* Merge pull request #19915 from nextcloud/external-storage-password-placeholdersJoas Schilling2020-03-133-2/+3
|\
| * Use placeholder values for password fields in external storage webuiRobin Appelman2020-03-123-2/+3
* | faster implementation of SFTP write streamRobin Appelman2020-03-103-0/+184
* | Faster implementation of sftp read streamRobin Appelman2020-03-062-0/+200
|/
* do not overwrite global user auth credentials with empty valuesArthur Schiwon2020-02-061-0/+5
* Update license headersChristoph Wurst2019-12-0556-63/+139
* Some php-cs fixesRoeland Jago Douma2019-11-2241-139/+134
* Make timeout a optional parameterDaniel Kesselberg2019-11-091-0/+1
* Remove superfluous fcloseDaniel Kesselberg2019-10-211-1/+0
* Merge pull request #17258 from nextcloud/smb-timeout-configRoeland Jago Douma2019-09-272-1/+11
|\
| * Update apps/files_external/lib/Lib/Backend/SMB.phpRobin Appelman2019-09-251-1/+1
| * add (hidden) option to configure smb timeoutRobin Appelman2019-09-252-1/+11
* | Use local variable for directory nameDaniel Kesselberg2019-09-231-2/+3
* | Don't strip path from directory prefixDaniel Kesselberg2019-09-231-1/+6
* | Fill directory cache from opendirDaniel Kesselberg2019-09-231-1/+3
* | Change visibility to private (from protected)Daniel Kesselberg2019-09-231-1/+1
* | Rename $location to $pathDaniel Kesselberg2019-09-231-7/+7
* | Add method to check if directory existsDaniel Kesselberg2019-09-231-2/+41
* | Merge pull request #16790 from nextcloud/admin-use-user-global-authRoeland Jago Douma2019-09-101-0/+75
|\ \
| * | allow setting user provided global credentials trough credentials popupRobin Appelman2019-09-091-1/+10
| * | Allow admin configured mounts to use user configured global credentialsRobin Appelman2019-09-091-0/+66
| |/
* | set a storage availability delay on auth issues to avoid lock outArthur Schiwon2019-08-221-5/+13
* | catch auth issues also when php-smbclient is in useArthur Schiwon2019-08-221-0/+8
|/
* Ignore forbidden exception when fetching share mtime on SMB for symlinksMorris Jobke2019-07-081-0/+2
* add option to show hidden files in SMB sharesRobin Appelman2019-05-232-5/+16
* Convert timestamp key value of metadata in Swift files_externalMichael Zamot2019-03-011-1/+1
* Merge pull request #14211 from nextcloud/bugfix/prefix-path-to-filecache-s3Morris Jobke2019-02-191-2/+2
|\
| * Call headObject if file not in filecache :see_no_evil:Daniel Kesselberg2019-02-141-1/+1
| * Prefix $path for filename for internal file cacheDaniel Kesselberg2019-02-141-2/+2
* | add LDAP ConfigHandler for external storages and "$home" varArthur Schiwon2019-02-141-2/+0
|/
* Add interface to allow storages from opting out of encryptionRobin Appelman2018-11-291-1/+2
* Remove value from cache on delete/clearDaniel Kesselberg2018-10-081-0/+2
* Use helper method for content length and last modifiedDaniel Kesselberg2018-10-011-11/+54
* Reuse information from ListObjects for stat / filetypeDaniel Kesselberg2018-09-301-0/+5
* Merge pull request #10589 from nextcloud/smb-stat-retryMorris Jobke2018-08-241-1/+8
|\
| * retry stat on timeoutRobin Appelman2018-08-081-1/+8
* | log entries that are hidden during file listingRobin Appelman2018-08-161-11/+25
|/
* Merge pull request #10025 from nextcloud/smb-rename-invalidargument-retryMorris Jobke2018-07-111-3/+17
|\
| * also retry rename operation on InvalidArgumentExceptionRobin Appelman2018-06-271-3/+17
* | Improved logging of smb connection errorsRobin Appelman2018-07-031-0/+8
|/
* Add support for using kerberos ticket to authenticate to smb serversRobin Appelman2018-06-224-15/+74
* update icewind/smb to 3.0.0Robin Appelman2018-06-211-13/+23
* Add SFTP auth mechanism to use a password and public key for SFTPRoeland Jago Douma2018-06-072-6/+82