Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-03-13Merge pull request #19915 from nextcloud/external-storage-password-placeholdersJoas Schilling
2020-03-12Use placeholder values for password fields in external storage webuiRobin Appelman
2020-03-10faster implementation of SFTP write streamRobin Appelman
2020-03-06Faster implementation of sftp read streamRobin Appelman
2020-02-06do not overwrite global user auth credentials with empty valuesArthur Schiwon
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-09Make timeout a optional parameterDaniel Kesselberg
2019-10-21Remove superfluous fcloseDaniel Kesselberg
2019-09-27Merge pull request #17258 from nextcloud/smb-timeout-configRoeland Jago Douma
2019-09-25Update apps/files_external/lib/Lib/Backend/SMB.phpRobin Appelman
2019-09-25add (hidden) option to configure smb timeoutRobin Appelman
2019-09-23Use local variable for directory nameDaniel Kesselberg
2019-09-23Don't strip path from directory prefixDaniel Kesselberg
2019-09-23Fill directory cache from opendirDaniel Kesselberg
2019-09-23Change visibility to private (from protected)Daniel Kesselberg
2019-09-23Rename $location to $pathDaniel Kesselberg
2019-09-23Add method to check if directory existsDaniel Kesselberg
2019-09-10Merge pull request #16790 from nextcloud/admin-use-user-global-authRoeland Jago Douma
2019-09-09allow setting user provided global credentials trough credentials popupRobin Appelman
2019-09-09Allow admin configured mounts to use user configured global credentialsRobin Appelman
2019-08-22set a storage availability delay on auth issues to avoid lock outArthur Schiwon
2019-08-22catch auth issues also when php-smbclient is in useArthur Schiwon
2019-07-08Ignore forbidden exception when fetching share mtime on SMB for symlinksMorris Jobke
2019-05-23add option to show hidden files in SMB sharesRobin Appelman
2019-03-01Convert timestamp key value of metadata in Swift files_externalMichael Zamot
2019-02-19Merge pull request #14211 from nextcloud/bugfix/prefix-path-to-filecache-s3Morris Jobke
2019-02-14Call headObject if file not in filecache :see_no_evil:Daniel Kesselberg
2019-02-14Prefix $path for filename for internal file cacheDaniel Kesselberg
2019-02-14add LDAP ConfigHandler for external storages and "$home" varArthur Schiwon
2018-11-29Add interface to allow storages from opting out of encryptionRobin Appelman
2018-10-08Remove value from cache on delete/clearDaniel Kesselberg
2018-10-01Use helper method for content length and last modifiedDaniel Kesselberg
2018-09-30Reuse information from ListObjects for stat / filetypeDaniel Kesselberg
2018-08-24Merge pull request #10589 from nextcloud/smb-stat-retryMorris Jobke
2018-08-16log entries that are hidden during file listingRobin Appelman
2018-08-08retry stat on timeoutRobin Appelman
2018-07-11Merge pull request #10025 from nextcloud/smb-rename-invalidargument-retryMorris Jobke
2018-07-03Improved logging of smb connection errorsRobin Appelman
2018-06-27also retry rename operation on InvalidArgumentExceptionRobin Appelman
2018-06-22Add support for using kerberos ticket to authenticate to smb serversRobin Appelman
2018-06-21update icewind/smb to 3.0.0Robin Appelman
2018-06-07Add SFTP auth mechanism to use a password and public key for SFTPRoeland Jago Douma
2018-05-07Merge pull request #8842 from lanxenet/patch-1Morris Jobke
2018-05-01Use an actual function of the storage to determine needsPartFileRoeland Jago Douma
2018-04-26move log constants to ILoggerArthur Schiwon
2018-03-19Remove \OCP\Files::tmpFileRoeland Jago Douma