aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-186-16/+16
* Specify type to internal storage classCarl Schwan2022-10-171-0/+1
* Fix returning null when getMessage return nullCarl Schwan2022-10-171-11/+6
* More type safetyCarl Schwan2022-10-175-25/+15
* Fix type of getVisibilityTypeCarl Schwan2022-10-173-3/+3
* 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
* Add more typing to FilesExternal commandsCarl Schwan2022-10-1711-139/+52
* 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-162-9/+9
* Specify that userId can be nullCarl Schwan2022-10-161-1/+1
* Fix return value of updateParentCarl Schwan2022-10-161-8/+3
* Port away from removed IDBConnection->isConnected methodCarl Schwan2022-10-161-6/+4
* Fix too many arguments in LegacyDependencyCheckPolyfillCarl Schwan2022-10-161-1/+1
* Fix typos in apps/ subdirectoryluz paz2022-09-055-5/+5
* add marker interface to mark system mount points for encryptionRobin Appelman2022-08-252-1/+31
* handle AccessDenied error when checking if external s3 support versionsMatthieu Gallien2022-07-281-1/+1
* Move CappedMemoryCache to OCPCarl Schwan2022-07-143-3/+3
* Merge pull request #32016 from nextcloud/fix/PasswordUpdatedEvent_handlingLouis2022-05-161-10/+18
|\
| * Use stored user for PasswordUpdatedEventLouis Chemineau2022-05-101-10/+18
* | 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
* | Fix case also when the table existed alreadyJoas Schilling2022-04-081-1/+1
* | Merge pull request #31679 from nextcloud/bugfix/noid/ensure-string-columns-to...Côme Chilliet2022-03-312-1/+55
|\ \
| * | Remove unneeded preSchemaChange and return null if no changesCôme Chilliet2022-03-311-10/+2
| * | Fix files_external column lengthJoas Schilling2022-03-252-1/+63
* | | Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet2022-03-291-20/+20
|\ \ \ | |/ / |/| |
| * | Adapt more code to migration to LoggerInterfaceCôme Chilliet2022-03-241-20/+20
* | | Apply suggestions from code reviewRobin Appelman2022-03-241-1/+1
* | | force full setup after external storage config changeRobin Appelman2022-03-243-5/+23
* | | Merge pull request #30991 from nextcloud/external-remove-config-migrationRobin Appelman2022-03-244-223/+2
|\ \ \ | |/ / |/| |
| * | remove old legacy external storage migration logicRobin Appelman2022-02-094-223/+2
| |/
* | 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