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
2019-09-26Use local variable for directory nameDaniel Kesselberg
2019-09-26Don't strip path from directory prefixDaniel Kesselberg
2019-09-26Fill directory cache from opendirDaniel Kesselberg
2019-09-26Change visibility to private (from protected)Daniel Kesselberg
2019-09-26Rename $location to $pathDaniel Kesselberg
2019-09-26Add method to check if directory existsDaniel Kesselberg
2019-09-09set a storage availability delay on auth issues to avoid lock outArthur Schiwon
2019-09-09catch auth issues also when php-smbclient is in useArthur Schiwon
2019-04-08Correct log attributeAri Selseng
2019-04-08Added logging to Notify command.Ari Selseng
2019-04-08Reconnect to DB after timeout for Notify command. Fixes #14479Ari Selseng
2019-03-01Fix a bug with smb notify having leading slash when it should notAri Selseng
2019-02-19Call headObject if file not in filecache :see_no_evil:Daniel Kesselberg
2019-02-19Prefix $path for filename for internal file cacheDaniel Kesselberg
2018-11-30Merge pull request #12746 from nextcloud/backport/12688/stable15Morris Jobke
2018-11-29Fix cannot set 0 as value on files_external through OCC commandRobin Appelman
2018-11-27Add interface to allow storages from opting out of encryptionRobin Appelman
2018-11-14Fix UniqueConstraintViolationException while insert into files_external confi...Morris Jobke
2018-10-09Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling
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-08Merge pull request #9786 from nextcloud/feature/noid/external_sftp_password_a...Morris Jobke
2018-06-07allow setting notify credentials in environmentRobin 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-02Merge pull request #9346 from nextcloud/techdep/noid/needsPartFile_to_storageMorris Jobke
2018-05-01Make it possible to make external storages read onlyRoeland Jago Douma
2018-05-01Use an actual function of the storage to determine needsPartFileRoeland Jago Douma
2018-04-26move log constants to ILoggerArthur Schiwon
2018-04-22Less deprecated calls to OCP\Util::writeLogMorris Jobke
2018-03-19Remove \OCP\Files::tmpFileRoeland Jago Douma
2018-03-19Merge pull request #8857 from nextcloud/swift-verify-cached-tokenMorris Jobke
2018-03-16verify cached swift tokenRobin Appelman
2018-03-16fix(AmazonS3): fix loop $result['Contents'] errorenoch
2018-03-12Use proper method to log exceptionsMorris Jobke
2018-02-27Merge pull request #8285 from nextcloud/apps_files-smb-catch-exceptions-on-li...Roeland Jago Douma
2018-02-26Merge pull request #8359 from nextcloud/swift-v3Morris Jobke
2018-02-26adjust external storage config format to the one used in primary storageRobin Appelman
2018-02-26add support for v3 swift authRobin Appelman
2018-02-20Properly set the mount type for external storagesRoeland Jago Douma
2018-02-19adjust swift external storage to new openstack sdkRobin Appelman