summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Lib/Storage
Commit message (Expand)AuthorAgeFilesLines
* fix: detect deleted items as updated for smb storagebackport/50298/stable30Robin Appelman2025-01-301-1/+1
* fix: smb: don't fail hard if we can't load acls for a filebackport/49288/stable30Robin Appelman2024-12-041-1/+6
* fix: Clean-up some remaining readdir calls with undesirable false evaluation ...Josh Richards2024-11-131-2/+2
* fix(files_external): Catch correct exceptionbackport/48345/stable30Marcel Klehr2024-09-261-7/+9
* fix(files_external): Check key exists before accessing itGit'Fellow2024-09-141-4/+8
* feat: add a specialized writeStream implementation for s3 external storageRobin Appelman2024-07-241-0/+21
* fix: Do not log an error when connecting to SFTP without a logged in userDaniel Calviño Sánchez2024-06-181-5/+7
* chore: Add SPDX headerAndy Scherzinger2024-06-0610-261/+26
* fix(files_external): Be extra safe with null handling to please psalmCôme Chilliet2024-04-301-0/+3
* fix: Fix small psalm errors in FTP and LDAP connectionsCôme Chilliet2024-04-091-4/+1
* fix: Remove obsolete resource typingCôme Chilliet2024-04-091-2/+2
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-022-2/+2
* fix: replace `Account name` by `Login`John Molakvoæ2024-02-131-1/+1
* feat: rename users to account or personVincent Petry2024-02-131-1/+1
* fix(files_external): list root when using SMB case-insensitive optionBenjamin Gaussorgues2024-02-051-1/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-233-8/+4
* Merge pull request #41053 from nextcloud/bug/smb/in-place-case-renameBenjamin Gaussorgues2023-10-311-0/+19
|\
| * fix(files_external): on case insensitive system, block case changeBenjamin Gaussorgues2023-10-231-0/+19
* | Return correct status if touch failedLouis Chemineau2023-10-231-11/+13
|/
* use multipart copy for s3Robin Appelman2023-09-201-4/+1
* sftp psalm fixesRobin Appelman2023-09-182-11/+15
* psalm suppressRobin Appelman2023-09-041-0/+4
* implement fseek for sftp read streamRobin Appelman2023-09-042-3/+30
* more optimized getPermissions/getMetaDataRobin Appelman2023-09-041-0/+44
* sftp optimize file_put_contents, writeStream and copyRobin Appelman2023-09-041-1/+55
* fix error during sftp stream closeRobin Appelman2023-09-041-0/+7
* clear sftp stat cache when opening a write streamRobin Appelman2023-09-041-3/+5
* Migrate files external to PSR LoggerInterfaceBenjamin Gaussorgues2023-08-012-19/+27
* handle more exceptions in AmazonS3::fopenRobin Appelman2023-07-131-1/+1
* Merge pull request #38591 from nextcloud/fix/caching/avoid-haskey-getSimon L2023-06-121-2/+3
|\
| * fix(caching): Avoid checking existence before fetchingChristoph Wurst2023-06-121-2/+3
* | 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-024-8/+10
|/
* Update AmazonS3.phpJames Guo2023-04-061-1/+1
* improve handling of files we can't access in the scannerRobin Appelman2023-04-051-8/+16
* fix ftp external storage with filezilla serverRobin Appelman2023-03-302-7/+15
* Respect OCP interface in private classesCôme Chilliet2023-02-071-1/+1
* Strong type filesize related methods to ease 32bits problem findingsCôme Chilliet2023-02-071-1/+1
* Support of s3 storage class in External Storage applicationFrançois Ménabé2023-01-121-1/+2
* Fix psalm issues related to signature changes from PHP 8.0Côme Chilliet2022-12-291-3/+0
* fix s3 directory copyRobin Appelman2022-11-151-3/+3
* Make sure to not pass null to DateTime::createFromFormatCôme Chilliet2022-11-141-2/+2
* Rename file1 and file2 to source and target in Storage abstractionCarl Schwan2022-10-187-67/+67
* Additional type hinting found by psalmCarl Schwan2022-10-181-1/+1
* Fix usage of streamsCarl Schwan2022-10-172-4/+4
* Use argument name from parent classCarl Schwan2022-10-172-15/+15
* Port away from deprecated clearBucket callCarl Schwan2022-10-161-9/+2
* Port to LoggerInterfaceCarl Schwan2022-10-161-10/+44
* Force cast getCode to intCarl Schwan2022-10-161-7/+7
* handle AccessDenied error when checking if external s3 support versionsMatthieu Gallien2022-07-281-1/+1