aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge pull request #38115 from DerGenaue/patch-1Simon L2023-05-161-6/+6
|\
| * Rename `numericStorageId` to `numericExternalStorageId` in PersonalMount.phpDaniel2023-05-071-6/+6
* | check the username when doing external storage session authRobin Appelman2023-05-111-0/+5
|/
* 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
* Merge pull request #36089 from nextcloud/enh/noid/ext-storage-default-valuesVincent Petry2023-01-165-24/+54
|\
| * Enable SSL by default in ext storage configsVincent Petry2023-01-134-4/+8
| * Extend ext storage params to contain default valueVincent Petry2023-01-131-20/+46
* | Support of s3 storage class in External Storage applicationFrançois Ménabé2023-01-122-1/+4
|/
* Fix psalm issues related to signature changes from PHP 8.0Côme Chilliet2022-12-291-3/+0
* Add commentsCarl Schwan2022-12-052-0/+2
* Fix migration to non-empty secretCarl Schwan2022-12-052-2/+8
* 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-184-7/+10
* More type safetyCarl Schwan2022-10-175-25/+15
* Fix usage of streamsCarl Schwan2022-10-172-4/+4
* Use argument name from parent classCarl Schwan2022-10-172-15/+15
* Add corresponding interface to traitCarl Schwan2022-10-177-80/+112
* 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
* Fix too many arguments in LegacyDependencyCheckPolyfillCarl Schwan2022-10-161-1/+1
* Fix typos in apps/ subdirectoryluz paz2022-09-053-3/+3
* handle AccessDenied error when checking if external s3 support versionsMatthieu Gallien2022-07-281-1/+1
* Move CappedMemoryCache to OCPCarl Schwan2022-07-143-3/+3
* Add stricter psalm type for CappedMemoryCacheCarl Schwan2022-05-122-21/+15
* Add a public replacement for OC::$server->getCarl Schwan2022-05-101-2/+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
* | Adapt more code to migration to LoggerInterfaceCôme Chilliet2022-03-241-20/+20
* | Merge pull request #31215 from nextcloud/smb-directory-invalid-typeRobin Appelman2022-03-171-9/+17
|\ \
| * | type hint as generatorRobin Appelman2022-03-041-9/+14
| * | handle invilid type when listing directory in smbRobin Appelman2022-03-041-0/+3
| |/
* | AmazonS3: allow not implemented versioningErik van Velzen2022-03-151-2/+14
* | Prevent reading key on SFTP stat boolJohn Molakvoæ2022-03-111-0/+3
|/
* Add SCHEME_NULL to list of allowed auth mechanismhowardZa2022-02-071-0/+2
* Fix php:csLouis Chemineau2022-01-261-1/+1
* Fix accessing undefined offsetsCarl Schwan2022-01-211-4/+2
* l10n: Change to a capital letterValdnet2022-01-211-1/+1
* update to release smb libRobin Appelman2022-01-201-4/+4
* add changes from Sebastian/dassIT and move default_realm to backendArthur Schiwon2022-01-202-5/+27