aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Lib/Backend
Commit message (Expand)AuthorAgeFilesLines
* feat: add command to check files_external dependenciesocc-external-dependenciesRobin Appelman2025-05-131-3/+20
* fix(files_external): Convert VALUE_HIDDEN to FLAG_HIDDEN to allow combining V...provokateurin2025-05-052-6/+3
* fix(files_external): Move definition parameter to the correct placefix/files_external/definition-parameterprovokateurin2025-02-251-3/+0
* feat(S3): add SSE-C support in S3 External StorageChristian Becker2025-01-281-0/+3
* fix(files-external): set password as sensitivefix/noid/set-ext-pwd-as-sensitiveMaxence Lange2024-10-311-0/+3
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-7/+5
* 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
* | fix: custom port handling in UI for SFTPJosh Richards2024-08-271-0/+2
|/
* chore: Add SPDX headerAndy Scherzinger2024-06-0613-269/+39
* chore: Improve phpdoc typing to silence psalm errorsCôme Chilliet2024-04-023-0/+9
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-024-4/+4
* fix: Allow to disable multipart copy on external s3 storageJulius Härtl2024-02-241-0/+3
* fix: replace `Account name` by `Login`John Molakvoæ2024-02-131-1/+1
* feat: rename users to account or personVincent Petry2024-02-132-2/+2
* Correct a typoValdnet2023-11-281-1/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-232-14/+14
* fix(files_external): on case insensitive system, block case changeBenjamin Gaussorgues2023-10-231-0/+5
* Allow ext storage Local to go unavailableVincent Petry2023-08-291-0/+6
* Merge pull request #36089 from nextcloud/enh/noid/ext-storage-default-valuesVincent Petry2023-01-164-4/+8
|\
| * Enable SSL by default in ext storage configsVincent Petry2023-01-134-4/+8
* | Support of s3 storage class in External Storage applicationFrançois Ménabé2023-01-121-0/+2
|/
* Additional type hinting found by psalmCarl Schwan2022-10-181-1/+2
* More type safetyCarl Schwan2022-10-171-9/+5
* Add corresponding interface to traitCarl Schwan2022-10-171-1/+3
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* Add SCHEME_NULL to list of allowed auth mechanismhowardZa2022-02-071-0/+2
* Fix php:csLouis Chemineau2022-01-261-1/+1
* Fix accessing undefined offsetsCarl Schwan2022-01-211-4/+2
* update to release smb libRobin Appelman2022-01-201-4/+4
* add changes from Sebastian/dassIT and move default_realm to backendArthur Schiwon2022-01-201-4/+19
* add KerberosApacheAuth support to files_externalArthur Schiwon2022-01-201-5/+28
* files_external SMB: throw InvalidArgument when user is not setAnderson Luiz Alves2021-12-031-0/+4
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-231-3/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0413-13/+2
* l10n: Spelling unificationValdnet2021-05-212-2/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Move OC_Mount_Config to proper classname and remove OC::$CLASSPATH usage in f...Morris Jobke2020-07-101-1/+1
* Update license headers for 19Christoph Wurst2020-04-292-0/+3
* add tooltip to optionRobin Appelman2020-04-221-1/+2
* Add option to check share ACL's when listing directoriesRobin Appelman2020-04-211-0/+3
* Fix issues with Keystone auth v3 in files_external appJulien Lutran2020-04-151-2/+1
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1012-24/+0
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Remove unused importsChristoph Wurst2020-03-252-2/+0
* Update license headersChristoph Wurst2019-12-0513-13/+38
* Some php-cs fixesRoeland Jago Douma2019-11-2213-65/+63
* Make timeout a optional parameterDaniel Kesselberg2019-11-091-0/+1