aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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>
* test: Make extending tests also static alreadyJoas Schilling2025-05-152-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(files_external): support lexiconfeat/noid/files-external-lexiconMaxence Lange2025-05-051-18/+20
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* fix(files_external): Convert VALUE_HIDDEN to FLAG_HIDDEN to allow combining ↵provokateurin2025-05-052-10/+5
| | | | | | 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>
* 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(external_storage): fix settings saveskjnldsv2025-03-111-5/+25
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* chore: Apply new rector configuration to apps folderCôme Chilliet2025-02-135-11/+20
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore: Resolve ESLint warningsFerdinand Thiessen2025-01-161-0/+1
| | | | | | | | | | - Add default value to non-required Vue props - Reformat function to async function if needed - Add some documentation - Allow `any` in places where it makes sense (tests) - Order vue component sections as required Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-216-9/+9
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-1511-61/+75
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-201-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-193-7/+7
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-1534-148/+148
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-1/+1
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-9/+9
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-091-1/+1
| | | | | | | | | Nevertheless this causes a huge amount of new warnings. Previously the shell script for directories to lint was wrong it was generating all app names to lint, but was missing the `apps/` prefix. Causing only `core` to be linted. Co-authored-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-06-0665-977/+189
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* test: retry smb notify test a few timesRobin Appelman2024-05-011-0/+17
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* test: improve notify tests for smbRobin Appelman2024-03-081-7/+22
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* full uppercase constMaxence Lange2024-02-242-6/+6
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* use OCP\ServerRobin Appelman2024-02-121-2/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* also improe cache ci for shared cacheRobin Appelman2024-02-091-1/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix successfull authentication detectionRobin Appelman2024-02-021-2/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix(tests): Adjust `files_external` tests to also work locally with WebDAVFerdinand Thiessen2024-02-021-4/+4
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(ci): Migrate files-external webdav tests to GitHubFerdinand Thiessen2024-02-022-40/+0
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* only do a multipart s3 copy when above the regular copy limitRobin Appelman2023-12-281-0/+68
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-235-11/+6
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* kerberos sso ci fixesRobin Appelman2023-09-187-11/+77
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* admin have no special rights on users' entriesMaxence Lange2023-09-011-29/+6
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* feat(files_external): migrate to vueJohn Molakvoæ2023-08-011-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Migrate files external to PSR LoggerInterfaceBenjamin Gaussorgues2023-08-012-4/+6
| | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* fix!: Remove symfony EventDispatcherInterface from UserJoas Schilling2023-07-273-5/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcherJoas Schilling2023-07-251-3/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Test StorePasswordListenerLouis Chemineau2023-04-191-0/+175
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Update kerberos sso test setup to use new user_saml config systemRobin Appelman2023-01-234-33/+46
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fixing samba test and adding details to kerberos jobCôme Chilliet2023-01-201-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix Samba test failure details outputCôme Chilliet2023-01-201-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #36087 from nextcloud/enh/noid/improve-applicable-ext-storageVincent Petry2023-01-161-4/+67
|\ | | | | Improve saving applicable users in ext storage
| * Improve saving applicable users in ext storageVincent Petry2023-01-121-4/+67
| | | | | | | | | | | | | | Added a checkbox to prevent saving "All users" by mistake and giving access to everyone when not wanted. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Enable SSL by default in ext storage configsVincent Petry2023-01-131-0/+1
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Extend ext storage params to contain default valueVincent Petry2023-01-131-0/+2
|/ | | | | | | Extend the external storage configuration parameters definition to allow to specify a default value Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Fix files_external tests with phpunit 9Côme Chilliet2023-01-021-2/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
| | | | | | | Found via `codespell -q 3 -S l10n,./apps/files_external/3rdparty -L adn,ba,boxs,keypair,jus,optionel,ressource,tabel ./apps/` Signed-off-by: luz paz <luzpaz@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix jsunit testsJulius Härtl2022-09-011-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Remove legacy #dir element in files listVincent Petry2022-07-271-1/+0
| | | | | | | | | | Removed legacy "#dir" input element in the DOM. Apps should use OCA.Files.App.currentFileList or OCA.Sharing.PublicApp.fileList and call getCurrentDirectory() to retrieve the current directory and changeDirectory() to change it. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Replace files app ids to classesVincent Petry2022-07-262-7/+7
| | | | | | | | | | | Replaced ids to classes for the following: - #filestable -> .files-filestable - #fileList -> .files-fileList - #controls -> .files-controls - #emptycontent -> .emptyfilelist.emptycontent Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Add missing event dispatcher in test constructorVincent Petry2022-03-241-1/+1
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* force full setup after external storage config changeRobin Appelman2022-03-243-3/+11
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>