summaryrefslogtreecommitdiffstats
path: root/cypress
Commit message (Collapse)AuthorAgeFilesLines
* fix(files): Correctly validate new node nameFerdinand Thiessen2024-08-272-3/+83
| | | | | | | | | | | | * Resolves https://github.com/nextcloud/server/issues/45409 This includes two fixes: 1. The name in the "new node" dialog is correctly selected (e.g. `file.txt` only `file` is selected by default), to allow quick naming 2. `@nextcloud/files` functions for filename validation are used, this allows to use new Nextcloud 30 capabilities (e.g. reserved names) Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Provide file actions from list entry to make it reactiveFerdinand Thiessen2024-08-212-2/+147
| | | | | | | | This fixes non reactive default action text of the name component. Also use download action as default action so that only one place is needed to define how to download a file. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Revert "Revert "[stable28] Apply group limit on remove from group""Arthur Schiwon2024-08-191-0/+107
|
* Revert "[stable28] Apply group limit on remove from group"Arthur Schiwon2024-08-191-107/+0
|
* chore(tests): Revert "chore(tests): fix import in cypress test ↵Côme Chilliet2024-08-191-1/+1
| | | | | | limit_to_same_group.cy.ts" This reverts commit d49b453b437d533d913e28d859cbe083e9ca9b4a.
* chore(tests): fix import in cypress test limit_to_same_group.cy.tsCôme Chilliet2024-08-191-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore(tests): Fix import in cypress test limit_to_same_group.cy.tsCôme Chilliet2024-08-191-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore(tests): Fix SPDX license header on new cypress testCôme Chilliet2024-08-191-19/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix: Remove shares only if there are no more common groups between usersCôme Chilliet2024-08-191-1/+28
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore(tests): Test limiting sharing to same groupLouis Chemineau2024-08-191-0/+97
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(cypress): add missing FilesSharingUtils.tsskjnldsv2024-08-021-0/+183
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* test: Add regression test for opening shared foldersFerdinand Thiessen2024-08-021-0/+59
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(cypress): adjust files-sidebar.cy.tsskjnldsv2024-08-022-24/+5
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(files): Close the sidebar on navigationFerdinand Thiessen2024-08-021-3/+51
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Ensure displayname is a stringFerdinand Thiessen2024-08-021-0/+25
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): wait for apps list fetch for better testing stabilityskjnldsv2024-07-251-0/+7
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* feat(cypress): Add tests for files sidebarFerdinand Thiessen2024-06-103-3/+108
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): When copying nodes only add the copy suffix for file before file ↵Ferdinand Thiessen2024-04-181-1/+27
| | | | | | | extension Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Do not show files from hidden folders in "Recent"-view if hidden ↵Ferdinand Thiessen2024-04-182-2/+99
| | | | | | | | files are disabled by user Needed to adjust the store creation to be able to inject pinia before the vue app is initialized. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Ensure search query is cleared when changing view or directoryFerdinand Thiessen2024-04-172-0/+171
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): Adjust cypress tests and add common functions for filesFerdinand Thiessen2024-04-172-21/+86
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Do not escape file names for filepicker buttonsFerdinand Thiessen2024-04-171-0/+38
| | | | | | The text is already escaped by Vue, so we should not escape or sanitize the filename. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: add drag and drop recursion and FilesystemAPI testingskjnldsv2024-04-042-60/+1
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* chore: adjusting cypress drag and drop testsskjnldsv2024-04-042-1/+134
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(files): Adjust files drop to work with Blink engine (chrom(ium), edge)Ferdinand Thiessen2024-03-181-0/+62
| | | | | | The datatransfer items list is cleared on Blink after the first access to an inner prop due to async handling and GC. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): ResizeObserver loop undelivered notifications errorChristopher Ng2024-03-131-0/+1
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 84ceaddc667860b99699ea290a11ac79ce9f0a7a)
* fix(settings): users settings cypressJohn Molakvoæ (skjnldsv)2024-03-081-10/+10
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> (cherry picked from commit b5b658c0d024b708690d89bb1f14b13858b4d059)
* fix(cypress): Adjust cypress testsChristopher Ng2024-03-061-9/+9
| | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> [skip ci]
* fix(cypress): files_versions flakynessskjnldsv2024-02-292-21/+22
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(cypress): more stable navigation-bar-settings cypress testsskjnldsv2024-02-293-52/+76
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(files): Update `webdav` to 5.3.2 fixing handling of files with XML ↵Ferdinand Thiessen2024-02-093-7/+101
| | | | | | entities in their names Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): Adjust cypress tests for changed themingFerdinand Thiessen2024-02-072-6/+11
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): Wait for color change in `pickRandomColor`Ferdinand Thiessen2024-02-051-3/+10
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* test(theming): update e2e tests after separating color button and previewGrigorii K. Shartsev2024-02-053-15/+14
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(theming): change color button contrast on user settingsGrigorii K. Shartsev2024-02-052-9/+9
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(cypress): Adjust files sorting testsFerdinand Thiessen2024-02-031-6/+6
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(tests): Make the cypress apps management test more reliableJoas Schilling2024-02-021-2/+20
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* test(files): Fix file picker testChristopher Ng2024-02-021-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* test(theming): Fix navigation bar testsChristopher Ng2024-02-021-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(cypress): Await copy move request to avoid flaky CIFerdinand Thiessen2024-01-261-1/+19
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Allow to copy or move file to folder with similar nameFerdinand Thiessen2024-01-201-0/+31
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* enh(files): Allow to copy files into same directoryFerdinand Thiessen2024-01-201-0/+39
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(theming): Adjust dark theme to be accessible adjust cypress testsFerdinand Thiessen2023-12-062-0/+154
| | | | | | Also fix warning text color for bright / default theme on blurry background Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* enh(files): Add cypress tests for copy and moveFerdinand Thiessen2023-12-051-0/+116
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): Adjust user columns tests to be more specific when selecting a ↵Ferdinand Thiessen2023-11-301-4/+4
| | | | | | modal Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): Adjust user settings tests for changed actions componentFerdinand Thiessen2023-11-172-5/+5
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): Make new-users test less flaky by using test isolationFerdinand Thiessen2023-11-171-13/+6
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Add cypress e2e testsFerdinand Thiessen2023-11-163-11/+336
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* test(systemtags): Admin system tags formChristopher Ng2023-11-151-0/+138
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add link for opening app detailsjulia.kirschenheuter2023-11-151-1/+1
| | | | | | Add `alt` for `AppScore` image Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>