Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(files): Correctly validate new node name | Ferdinand Thiessen | 2024-08-27 | 2 | -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 reactive | Ferdinand Thiessen | 2024-08-21 | 2 | -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 Schiwon | 2024-08-19 | 1 | -0/+107 |
| | |||||
* | Revert "[stable28] Apply group limit on remove from group" | Arthur Schiwon | 2024-08-19 | 1 | -107/+0 |
| | |||||
* | chore(tests): Revert "chore(tests): fix import in cypress test ↵ | Côme Chilliet | 2024-08-19 | 1 | -1/+1 |
| | | | | | | limit_to_same_group.cy.ts" This reverts commit d49b453b437d533d913e28d859cbe083e9ca9b4a. | ||||
* | chore(tests): fix import in cypress test limit_to_same_group.cy.ts | Côme Chilliet | 2024-08-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore(tests): Fix import in cypress test limit_to_same_group.cy.ts | Côme Chilliet | 2024-08-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore(tests): Fix SPDX license header on new cypress test | Côme Chilliet | 2024-08-19 | 1 | -19/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Remove shares only if there are no more common groups between users | Côme Chilliet | 2024-08-19 | 1 | -1/+28 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore(tests): Test limiting sharing to same group | Louis Chemineau | 2024-08-19 | 1 | -0/+97 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | fix(cypress): add missing FilesSharingUtils.ts | skjnldsv | 2024-08-02 | 1 | -0/+183 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | test: Add regression test for opening shared folders | Ferdinand Thiessen | 2024-08-02 | 1 | -0/+59 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore(cypress): adjust files-sidebar.cy.ts | skjnldsv | 2024-08-02 | 2 | -24/+5 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(files): Close the sidebar on navigation | Ferdinand Thiessen | 2024-08-02 | 1 | -3/+51 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: Ensure displayname is a string | Ferdinand Thiessen | 2024-08-02 | 1 | -0/+25 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(cypress): wait for apps list fetch for better testing stability | skjnldsv | 2024-07-25 | 1 | -0/+7 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | feat(cypress): Add tests for files sidebar | Ferdinand Thiessen | 2024-06-10 | 3 | -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 Thiessen | 2024-04-18 | 1 | -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 Thiessen | 2024-04-18 | 2 | -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 directory | Ferdinand Thiessen | 2024-04-17 | 2 | -0/+171 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(cypress): Adjust cypress tests and add common functions for files | Ferdinand Thiessen | 2024-04-17 | 2 | -21/+86 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): Do not escape file names for filepicker buttons | Ferdinand Thiessen | 2024-04-17 | 1 | -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 testing | skjnldsv | 2024-04-04 | 2 | -60/+1 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | chore: adjusting cypress drag and drop tests | skjnldsv | 2024-04-04 | 2 | -1/+134 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(files): Adjust files drop to work with Blink engine (chrom(ium), edge) | Ferdinand Thiessen | 2024-03-18 | 1 | -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 error | Christopher Ng | 2024-03-13 | 1 | -0/+1 |
| | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 84ceaddc667860b99699ea290a11ac79ce9f0a7a) | ||||
* | fix(settings): users settings cypress | John Molakvoæ (skjnldsv) | 2024-03-08 | 1 | -10/+10 |
| | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> (cherry picked from commit b5b658c0d024b708690d89bb1f14b13858b4d059) | ||||
* | fix(cypress): Adjust cypress tests | Christopher Ng | 2024-03-06 | 1 | -9/+9 |
| | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> [skip ci] | ||||
* | fix(cypress): files_versions flakyness | skjnldsv | 2024-02-29 | 2 | -21/+22 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(cypress): more stable navigation-bar-settings cypress tests | skjnldsv | 2024-02-29 | 3 | -52/+76 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(files): Update `webdav` to 5.3.2 fixing handling of files with XML ↵ | Ferdinand Thiessen | 2024-02-09 | 3 | -7/+101 |
| | | | | | | entities in their names Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(cypress): Adjust cypress tests for changed theming | Ferdinand Thiessen | 2024-02-07 | 2 | -6/+11 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(cypress): Wait for color change in `pickRandomColor` | Ferdinand Thiessen | 2024-02-05 | 1 | -3/+10 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | test(theming): update e2e tests after separating color button and preview | Grigorii K. Shartsev | 2024-02-05 | 3 | -15/+14 |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | fix(theming): change color button contrast on user settings | Grigorii K. Shartsev | 2024-02-05 | 2 | -9/+9 |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | fix(cypress): Adjust files sorting tests | Ferdinand Thiessen | 2024-02-03 | 1 | -6/+6 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(tests): Make the cypress apps management test more reliable | Joas Schilling | 2024-02-02 | 1 | -2/+20 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | test(files): Fix file picker test | Christopher Ng | 2024-02-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | test(theming): Fix navigation bar tests | Christopher Ng | 2024-02-02 | 1 | -2/+2 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(cypress): Await copy move request to avoid flaky CI | Ferdinand Thiessen | 2024-01-26 | 1 | -1/+19 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): Allow to copy or move file to folder with similar name | Ferdinand Thiessen | 2024-01-20 | 1 | -0/+31 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | enh(files): Allow to copy files into same directory | Ferdinand Thiessen | 2024-01-20 | 1 | -0/+39 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(theming): Adjust dark theme to be accessible adjust cypress tests | Ferdinand Thiessen | 2023-12-06 | 2 | -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 move | Ferdinand Thiessen | 2023-12-05 | 1 | -0/+116 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(cypress): Adjust user columns tests to be more specific when selecting a ↵ | Ferdinand Thiessen | 2023-11-30 | 1 | -4/+4 |
| | | | | | | modal Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(cypress): Adjust user settings tests for changed actions component | Ferdinand Thiessen | 2023-11-17 | 2 | -5/+5 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(cypress): Make new-users test less flaky by using test isolation | Ferdinand Thiessen | 2023-11-17 | 1 | -13/+6 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): Add cypress e2e tests | Ferdinand Thiessen | 2023-11-16 | 3 | -11/+336 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | test(systemtags): Admin system tags form | Christopher Ng | 2023-11-15 | 1 | -0/+138 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Add link for opening app details | julia.kirschenheuter | 2023-11-15 | 1 | -1/+1 |
| | | | | | | Add `alt` for `AppScore` image Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> |