aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Lib
Commit message (Expand)AuthorAgeFilesLines
* fix: smb: don't fail hard if we can't load acls for a filesmb-acl-fail-softRobin Appelman2024-11-141-1/+6
* Merge pull request #49015 from nextcloud/fix/openapi/array-syntaxJohn Molakvoæ2024-11-061-6/+6
|\
| * fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-6/+6
* | fix(files-external): set password as sensitivefix/noid/set-ext-pwd-as-sensitiveMaxence Lange2024-10-311-0/+3
|/
* refactor(Storage): Align all Storage constructorsrefactor/storage/constructorsprovokateurin2024-10-237-78/+77
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-2114-112/+65
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-156-10/+19
* refactor(files_external): Add Storage parameter strong typesrefactor/storage/strong-param-typesprovokateurin2024-10-078-175/+116
* fix: use nc's binary finding logic for smbsmb-systembridgeRobin Appelman2024-10-042-7/+34
* fix(files_external): Fix all IStorage return typesprovokateurin2024-09-267-232/+130
* Merge pull request #48359 from nextcloud/artonge/feat/compare_hashed_password...Louis2024-09-261-0/+8
|\
| * fix: Use hashed password in files_external settingsartonge/feat/compare_hashed_password_when_updating_global_cred_in_files_externalLouis Chemineau2024-09-251-0/+8
* | fix(files_external): Catch correct exceptionfix/files_external/forbidden-exceptionMarcel Klehr2024-09-261-7/+9
|/
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-205-9/+9
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-192-2/+2
* fix: Remove OCP\Files\Storage interface deprecated since version 9Côme Chilliet2024-09-162-9/+7
* fix(files_external): Check key exists before accessing itfixKeyExFileExtGit'Fellow2024-09-141-4/+8
* Merge pull request #47526 from nextcloud/jtr/fix-ftp-custom-port-uiJosh2024-09-121-0/+2
|\
| * fix: custom port handling in UI for FTP External StorageJosh2024-08-271-0/+2
* | Merge pull request #47527 from nextcloud/fix-sftp-custom-port-uiJosh2024-09-121-0/+2
|\ \
| * | fix: custom port handling in UI for SFTPJosh Richards2024-08-271-0/+2
| |/
* / fix: Fix unmodified placeholder replacing the actual value when updatingDaniel Calviño Sánchez2024-09-042-0/+12
|/
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-259-28/+28
* Merge branch 'master' into jr-readdir-false-falseJohn Molakvoæ2024-08-1662-1411/+547
|\
| * 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-0662-1301/+173
| * 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
| * chore: Improve phpdoc typing to silence psalm errorsCôme Chilliet2024-04-0211-0/+31
| * fix: Apply new coding standard to all filesCôme Chilliet2024-04-0215-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