aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
* 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(files_external): broken credentials dialogJohn Molakvoæ (skjnldsv)2024-09-131-28/+0
|/
* fix: Fix unmodified placeholder replacing the actual value when updatingDaniel Calviño Sánchez2024-09-042-0/+12
* refactor(files_external): Replace security annotations with respective attrib...provokateurin2024-08-144-24/+16
* feat: add a specialized writeStream implementation for s3 external storageRobin Appelman2024-07-241-0/+21
* Merge pull request #46073 from nextcloud/fix/save_global_credentialsBenjamin Gaussorgues2024-06-251-3/+9
|\
| * fix: allows admin to edit global credentialsBenjamin Gaussorgues2024-06-241-3/+9
* | 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-06115-2433/+308
* fix(files_external): Be extra safe with null handling to please psalmCôme Chilliet2024-04-301-0/+3
* Merge pull request #44658 from nextcloud/fix/migrate-away-from-resource-typeCôme Chilliet2024-04-161-6/+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
* | fix: Pass the mountpoint target user to storages without ownerJulius Härtl2024-04-091-0/+1
|/
* 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-0217-17/+17
* fix: Implement option to temporarily set the user sessionJulius Härtl2024-03-191-4/+5
* feat: add command to scan external storages directlyRobin Appelman2024-03-063-74/+290
* fix: Allow to disable multipart copy on external s3 storageJulius Härtl2024-02-241-0/+3
* mark MOUNT_TYPE_PERSONAl as deprecatedMaxence Lange2024-02-242-0/+4
* full uppercase constMaxence Lange2024-02-247-13/+12
* fix: replace `Account name` by `Login`John Molakvoæ2024-02-1310-11/+11
* feat: rename users to account or personVincent Petry2024-02-1313-15/+15
* Merge pull request #43349 from nextcloud/fix/case-sensitive-root-smbArthur Schiwon2024-02-121-1/+2
|\
| * fix(files_external): list root when using SMB case-insensitive optionBenjamin Gaussorgues2024-02-051-1/+2
* | fix(files_external) Add sensitive S3 values redacted by list commandJosh2024-02-071-2/+2
* | chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some appsCôme Chilliet2024-02-051-1/+1
|/
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-304-1/+4
* refactor: Migrate IgnoreOpenAPI attributes to OpenAPIprovokateurin2024-01-181-2/+2
* Correct a typoValdnet2023-11-281-1/+1
* fix(files_external): Fix "Could not find resource main.js to load"Joas Schilling2023-11-271-1/+0
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2317-40/+35
* refactor: Rename OpenAPI type aliases to their namespacesjld31032023-11-023-8/+8
* 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
* | fix(external): Get storage before update itJoas Schilling2023-10-261-0/+3
* | Return correct status if touch failedLouis Chemineau2023-10-231-11/+13
|/
* fix(files_external): basic auth user storage triggerJohn Molakvoæ2023-10-101-0/+1
* Merge pull request #39131 from fsamapoor/refactor_lib_files_external_commandsLouis2023-09-2811-204/+135
|\
| * Adds parameter type hints.Faraz Samapoor2023-09-282-2/+2
| * Refactors files_external app commands.Faraz Samapoor2023-09-2811-206/+137
* | Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-282-4/+4
|/
* Add single status code descriptions for OpenAPIjld31032023-09-271-0/+2
* Merge pull request #40499 from nextcloud/known-mtime-wrapperRobin Appelman2023-09-211-18/+10
|\
| * apply known mtime wrapper for external storagesRobin Appelman2023-09-191-18/+10
* | fix: avoid side-effect importsJohn Molakvoæ (skjnldsv)2023-09-211-0/+2