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
2021-10-01Add additional logging on SMB failure to read folder contentCarl Schwan
2021-08-13Gracefully handle smb acls for users without a domainRichard Steinmetz
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-04-20Continue iterating over diretory contents and just hide file if denied by aclJulius Härtl
2021-03-25ignore readonly flag for directoriesRobin Appelman
2021-03-16add (hidden) option to always show smb root as writableRobin Appelman
2021-03-04catch notfound and forbidden exception in smb::getmetadataRobin Appelman
2021-01-29Properly handle SMB ACL blocking scanning a directoryJulius Härtl
2020-12-29Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-09-17improve handling of out of space errors for smbRobin Appelman
2020-08-19Use matching parameter names form interfaces and implementationsMorris Jobke
2020-04-21Add option to check share ACL's when listing directoriesRobin Appelman
2020-04-20Add method to storage backends to get directory content with metadataRobin Appelman
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-30Merge pull request #20208 from nextcloud/smb-folder-contents-normalize-pathenhancement/sabre-address-book-calendar-pluginJohn Molakvoæ
2020-03-27normalize smb path while listing folder contentsRobin Appelman
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-09-27Merge pull request #17258 from nextcloud/smb-timeout-configRoeland Jago Douma
2019-09-25add (hidden) option to configure smb timeoutRobin 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
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-04-26move log constants to ILoggerArthur Schiwon
2018-03-19Remove \OCP\Files::tmpFileRoeland Jago Douma
2018-02-09Make SMB module more fault-tolerantRoland Tapken
2018-01-26Use index based string access for substr with length of 1Morris Jobke
2017-12-19Merge pull request #7556 from nextcloud/smb-stat-exceptionMorris Jobke
2017-12-18handle exceptions in SMB::statRobin Appelman
2017-12-18additional debug logging on smb copy/rename failuresRobin Appelman
2017-11-06Update license headersMorris Jobke
2017-08-01Fix comparisons in the files external appJoas Schilling
2017-04-26remove duplicate methodRobin Appelman
2017-04-26remove excessive loggingRobin Appelman
2017-04-26Adjust SMB permissions on the rootJuan Pablo Villafáñez
2017-04-23Remove unused use statementsMorris Jobke
2017-01-27add unit tests for smb notify backendRobin Appelman
2017-01-27Add a more powerful notify mechanismRobin Appelman