summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Lib
Commit message (Expand)AuthorAgeFilesLines
* fix(files_external): Move definition parameter to the correct placebackport/51019/stable30provokateurin2025-02-273-4/+8
* fix: detect deleted items as updated for smb storagebackport/50298/stable30Robin Appelman2025-01-301-1/+1
* fix: smb: don't fail hard if we can't load acls for a filebackport/49288/stable30Robin Appelman2024-12-041-1/+6
* fix: Clean-up some remaining readdir calls with undesirable false evaluation ...Josh Richards2024-11-131-2/+2
* fix(files-external): set password as sensitivebackport/49009/stable30Maxence Lange2024-10-311-0/+3
* fix: Use hashed password in files_external settingsbackport/48359/stable30Louis Chemineau2024-09-261-0/+8
* fix(files_external): Catch correct exceptionbackport/48345/stable30Marcel Klehr2024-09-261-7/+9
* Merge pull request #47923 from nextcloud/backport/47527/stable30Ferdinand Thiessen2024-09-141-0/+2
|\
| * fix: custom port handling in UI for SFTPbackport/47527/stable30Josh Richards2024-09-121-0/+2
* | fix(files_external): Check key exists before accessing itGit'Fellow2024-09-141-4/+8
|/
* fix: Fix unmodified placeholder replacing the actual value when updatingDaniel Calviño Sánchez2024-09-042-0/+12
* 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
* 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
|/