aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Lib/Storage/SMB.php
Commit message (Expand)AuthorAgeFilesLines
* fix(files_external): Stop building path twice when checking if file exists on...fix/files_external/smb-case-insensitive-path-buildingprovokateurin2025-03-101-1/+1
* chore: Apply new rector configuration to apps folderCôme Chilliet2025-02-131-2/+4
* fix: detect deleted items as updated for smb storagesmb-hasupdated-deletedRobin Appelman2025-01-211-1/+1
* fix: smb: don't fail hard if we can't load acls for a filesmb-acl-fail-softRobin Appelman2024-11-141-1/+6
* refactor(Storage): Align all Storage constructorsrefactor/storage/constructorsprovokateurin2024-10-231-20/+20
* refactor(files_external): Add Storage parameter strong typesrefactor/storage/strong-param-typesprovokateurin2024-10-071-46/+25
* fix: use nc's binary finding logic for smbsmb-systembridgeRobin Appelman2024-10-041-7/+7
* fix(files_external): Fix all IStorage return typesprovokateurin2024-09-261-52/+28
* fix(files_external): Catch correct exceptionfix/files_external/forbidden-exceptionMarcel Klehr2024-09-261-7/+9
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-201-2/+2
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-3/+3
* chore: Add SPDX headerAndy Scherzinger2024-06-061-33/+3
* fix(files_external): list root when using SMB case-insensitive optionBenjamin Gaussorgues2024-02-051-1/+2
* fix(files_external): on case insensitive system, block case changeBenjamin Gaussorgues2023-10-231-0/+19
* Migrate files external to PSR LoggerInterfaceBenjamin Gaussorgues2023-08-011-17/+24
* Update apps/files_external/lib/Lib/Storage/SMB.phpFaraz Samapoor2023-06-051-3/+1
* Refactors "strpos" calls in /apps/files_external to improve code readability.Faraz Samapoor2023-06-021-4/+6
* 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