summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Lib/Storage/SMB.php
Commit message (Expand)AuthorAgeFilesLines
* fix(files_external): list root when using SMB case-insensitive optionBenjamin Gaussorgues2024-02-121-1/+2
* fix(files_external): on case insensitive system, block case changeBenjamin Gaussorgues2023-10-311-0/+19
* improve handling of files we can't access in the scannerRobin Appelman2023-04-051-8/+16
* Rename file1 and file2 to source and target in Storage abstractionCarl Schwan2022-10-181-8/+8
* Use argument name from parent classCarl Schwan2022-10-171-10/+10
* Force cast getCode to intCarl Schwan2022-10-161-7/+7
* Move CappedMemoryCache to OCPCarl Schwan2022-07-141-1/+1
* Add stricter psalm type for CappedMemoryCacheCarl Schwan2022-05-121-5/+3
* Merge pull request #30860 from nextcloud/smb-getdirectory-content-catchVincent Petry2022-04-141-3/+9
|\
| * handle notfound and notpermitted error in Smb::getDirectoryContentRobin Appelman2022-02-111-3/+9
* | type hint as generatorRobin Appelman2022-03-041-9/+14
* | handle invilid type when listing directory in smbRobin Appelman2022-03-041-0/+3
|/
* Add additional logging on SMB failure to read folder contentCarl Schwan2021-10-011-0/+1
* Gracefully handle smb acls for users without a domainRichard Steinmetz2021-08-131-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+1
* Continue iterating over diretory contents and just hide file if denied by aclJulius Härtl2021-04-201-1/+1
* ignore readonly flag for directoriesRobin Appelman2021-03-251-8/+2
* add (hidden) option to always show smb root as writableRobin Appelman2021-03-161-1/+9
* catch notfound and forbidden exception in smb::getmetadataRobin Appelman2021-03-041-1/+7
* Properly handle SMB ACL blocking scanning a directoryJulius Härtl2021-01-291-2/+7
* Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-291-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* improve handling of out of space errors for smbRobin Appelman2020-09-171-0/+6
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-191-1/+1
* Add option to check share ACL's when listing directoriesRobin Appelman2020-04-211-0/+34
* Add method to storage backends to get directory content with metadataRobin Appelman2020-04-201-8/+57
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* 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
* | Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
|/
* Update license headersChristoph Wurst2019-12-051-3/+4
* Merge pull request #17258 from nextcloud/smb-timeout-configRoeland Jago Douma2019-09-271-1/+9
|\
| * add (hidden) option to configure smb timeoutRobin Appelman2019-09-251-1/+9
* | 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-231-5/+13
* 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-221-9/+17
* update icewind/smb to 3.0.0Robin Appelman2018-06-211-13/+23
* move log constants to ILoggerArthur Schiwon2018-04-261-1/+2
* Remove \OCP\Files::tmpFileRoeland Jago Douma2018-03-191-1/+1
* Make SMB module more fault-tolerantRoland Tapken2018-02-091-3/+13