aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* chore: run rectorrector-phpunit10Robin Appelman2025-07-0115-72/+33
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* chore: apply new CSFixer rulesFerdinand Thiessen2025-07-01104-6/+110
| | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> # Conflicts: # apps/settings/lib/SetupChecks/PhpOpcacheSetup.php
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-3040-1414/+68
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-272-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-242-40/+122
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-222-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #53426 from nextcloud/smb-open-failure-logAndy Scherzinger2025-06-191-2/+8
|\ | | | | feat: improve logging of fopen failures for smb
| * feat: improve logging of fopen failures for smbsmb-open-failure-logRobin Appelman2025-06-101-2/+8
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-172-8/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-162-2/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* test: reenable localstack tests (bug fixed) but disable MinIO versioned copy ↵Ferdinand Thiessen2025-06-103-17/+10
| | | | | | test Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* test: only skip tests failing on localstack for localstackFerdinand Thiessen2025-06-102-2/+9
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* test: fix s3 external storage tests to run all storages on ciFerdinand Thiessen2025-06-103-1/+4
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-092-0/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* test: Fix namespace casingJoas Schilling2025-06-062-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* test: Don't test order of applicable mount points when we don't sortJoas Schilling2025-06-062-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-052-8/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #53264 from nextcloud/files_external-scan-unscannedRobin Appelman2025-06-031-1/+14
|\ | | | | feat: add --unscanned option to files_external:scan
| * feat: add --unscanned option to files_external:scanfiles_external-scan-unscannedRobin Appelman2025-06-021-1/+14
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | test: cleanup karma (jsunit) tests and move files_external to Cypresscleanup/karmaFerdinand Thiessen2025-06-023-679/+0
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-012-34/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-302-16/+54
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-242-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* test: Prepare files_external for PHPUnit10tests/noid/migrate-files-external-to-phpunit10Joas Schilling2025-05-2036-345/+270
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-182-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* test: Make extending tests also static alreadyJoas Schilling2025-05-152-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-144-16/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat: add command to check files_external dependenciesocc-external-dependenciesRobin Appelman2025-05-137-6/+93
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-132-6/+76
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #52686 from nextcloud/isNumericMtimeLouis2025-05-121-13/+13
|\
| * fix(files_external): Safely check if the timestamp is numericisNumericMtimeGit'Fellow2025-05-081-13/+13
| | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-05-104-4/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #52441 from nextcloud/scan-locked-errorKate2025-05-061-1/+14
|\
| * fix: better error message when trying to scan a folder that is already being ↵scan-locked-errorRobin Appelman2025-04-251-1/+14
| | | | | | | | | | | | scanned Signed-off-by: Robin Appelman <robin@icewind.nl>
* | feat(files_external): support lexiconfeat/noid/files-external-lexiconMaxence Lange2025-05-057-33/+74
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | fix(files_external): Mark password fields for LoginCredentials and ↵fix/files_external/hidden-password-fieldsprovokateurin2025-05-052-2/+6
| | | | | | | | | | | | SessionCredentials as hidden and optional Signed-off-by: provokateurin <kate@provokateurin.de>
* | fix(files_external): Convert VALUE_HIDDEN to FLAG_HIDDEN to allow combining ↵provokateurin2025-05-0511-86/+26
| | | | | | | | | | | | VALUE_PASSWORD and FLAG_HIDDEN Signed-off-by: provokateurin <kate@provokateurin.de>
* | fix: Ensure samba is started in kerberos testsfix/noid/flaky-sso-testsMarcel Müller2025-05-011-0/+3
| | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-04-302-6/+26
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-04-282-0/+8
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-04-182-4/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: Output error content when test smb-kerberos-sso is failingfix/improve-error-output-of-sso-testCôme Chilliet2025-04-151-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-04-152-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-04-122-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-04-112-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-04-082-0/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-03-254-0/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-03-242-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-03-232-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-03-202-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>