summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Lib
Commit message (Expand)AuthorAgeFilesLines
* chore: Improve phpdoc typing to silence psalm errorsCôme Chilliet2024-04-0411-0/+31
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-0415-15/+15
* fix: Allow to disable multipart copy on external s3 storageJulius Härtl2024-02-241-0/+3
* mark MOUNT_TYPE_PERSONAl as deprecatedMaxence Lange2024-02-241-0/+2
* full uppercase constMaxence Lange2024-02-241-4/+4
* fix: replace `Account name` by `Login`John Molakvoæ2024-02-139-10/+10
* feat: rename users to account or personVincent Petry2024-02-1311-13/+13
* fix(files_external): list root when using SMB case-insensitive optionBenjamin Gaussorgues2024-02-051-1/+2
* Correct a typoValdnet2023-11-281-1/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-236-24/+20
* refactor: Rename OpenAPI type aliases to their namespacesjld31032023-11-021-2/+2
* Merge pull request #41053 from nextcloud/bug/smb/in-place-case-renameBenjamin Gaussorgues2023-10-312-0/+24
|\
| * fix(files_external): on case insensitive system, block case changeBenjamin Gaussorgues2023-10-232-0/+24
* | 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
* Allow ext storage Local to go unavailableVincent Petry2023-08-291-0/+6
* files_external: Fix OpenAPIjld31032023-08-071-3/+7
* feat(files_external): migrate to vueJohn Molakvoæ2023-08-012-1/+26
* Migrate files external to PSR LoggerInterfaceBenjamin Gaussorgues2023-08-012-19/+27
* Merge pull request #39367 from nextcloud/s3-fopen-exceptionRobin Appelman2023-07-201-1/+1
|\
| * handle more exceptions in AmazonS3::fopenRobin Appelman2023-07-131-1/+1
* | files_external: Add OpenAPI specjld31032023-07-111-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
|/
* 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