summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #41236 from nextcloud/backport/41062/stable27Louis2023-11-071-11/+13
|\
| * Return correct status if touch failedLouis Chemineau2023-11-021-11/+13
* | fix(files_external): on case insensitive system, block case changeBenjamin Gaussorgues2023-10-312-0/+24
|/
* fix(external): Get storage before update itJoas Schilling2023-10-261-0/+3
* Merge pull request #40569 from nextcloud/backport/40499/stable27Arthur Schiwon2023-10-111-18/+10
|\
| * apply known mtime wrapper for external storagesRobin Appelman2023-10-101-18/+10
* | use multipart copy for s3Robin Appelman2023-09-221-4/+1
|/
* improve s3 error handlingRobin Appelman2023-09-191-1/+1
* sftp psalm fixesRobin Appelman2023-09-182-11/+15
* psalm suppressRobin Appelman2023-09-181-0/+4
* implement fseek for sftp read streamRobin Appelman2023-09-182-3/+30
* more optimized getPermissions/getMetaDataRobin Appelman2023-09-181-0/+44
* sftp optimize file_put_contents, writeStream and copyRobin Appelman2023-09-181-1/+55
* fix error during sftp stream closeRobin Appelman2023-09-181-0/+7
* clear sftp stat cache when opening a write streamRobin Appelman2023-09-181-3/+5
* admin have no special rights on users' entriesMaxence Lange2023-09-071-1/+1
* getStorage before removeMaxence Lange2023-07-131-0/+6
* 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
|/
* Merge pull request #37717 from nextcloud/artonge/fix/dont_override_stored_cre...Louis2023-04-241-2/+2
|\
| * Do not override stored credentials when login in with SAMLLouis Chemineau2023-04-131-2/+2
* | add command for getting fileinfo for debuggingRobin Appelman2023-04-171-0/+4
* | Merge pull request #37611 from ZE3kr/patch-1Julius Härtl2023-04-141-1/+1
|\ \ | |/ |/|
| * Update AmazonS3.phpJames Guo2023-04-061-1/+1
* | handle not being able to write file for notify self-testRobin Appelman2023-04-061-1/+4
|/
* 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
* Attempt at reducing psalm errorsCôme Chilliet2023-01-201-4/+7
* 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