| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(files_sharing): ensure downloaded file has the correct filename | Ferdinand Thiessen | 2025-03-05 | 2 | -104/+142 |
* | test(e2e): adjust trashbin tests to be less flakybackport/51211/stable31 | Ferdinand Thiessen | 2025-03-05 | 4 | -44/+94 |
* | feat(files): allow to ignore warning to change file type | Ferdinand Thiessen | 2025-03-04 | 1 | -11/+32 |
* | fix(files_trashbin): disable bulk download for trashbin | Ferdinand Thiessen | 2025-03-03 | 2 | -2/+89 |
* | fix(cypress): wait for toast to appearbackport/51126/stable31 | skjnldsv | 2025-02-28 | 1 | -1/+2 |
* | fix(files): do not show extension warning for folders renaming | skjnldsv | 2025-02-19 | 1 | -1/+64 |
* | fix(files): properly show file not found error | skjnldsv | 2025-02-18 | 1 | -1/+42 |
* | feat(sharing): Allow to set default view mode for public shares | Ferdinand Thiessen | 2025-02-11 | 1 | -0/+102 |
* | chore: compile assetsbackport/50364/stable31 | skjnldsv | 2025-02-07 | 2 | -2/+2 |
* | chore(files): add actions cypress tests | skjnldsv | 2025-02-07 | 4 | -11/+243 |
* | Merge pull request #50695 from nextcloud/backport/50655/stable31 | Andy Scherzinger | 2025-02-06 | 1 | -5/+14 |
|\ |
|
| * | test(files_sharing): Check that default expiration date is shown b4 create share | nfebe | 2025-02-06 | 1 | -5/+14 |
* | | fix(settings): Also sanitize fediverse and twitter handle in the frontend | Ferdinand Thiessen | 2025-02-06 | 1 | -6/+13 |
|/ |
|
* | fix(files): Do not download files with `openfile` query flag | Ferdinand Thiessen | 2025-02-06 | 3 | -9/+190 |
* | test(files): Make scrolling tests independent from magic values | Ferdinand Thiessen | 2025-02-06 | 4 | -80/+185 |
* | fix(files): Correctly scroll selected file into view | Ferdinand Thiessen | 2025-02-06 | 1 | -0/+280 |
* | test: Add Cypress command for deleting files | Ferdinand Thiessen | 2025-02-06 | 2 | -0/+28 |
* | chore(cypress): Finish comment | Christopher Ng | 2025-02-04 | 1 | -1/+1 |
* | fix(files): Fix casing | Christopher Ng | 2025-02-04 | 1 | -1/+1 |
* | chore(files): Change "filename" to "file name" | Christopher Ng | 2025-02-04 | 1 | -1/+1 |
* | test(files_sharing): add e2e tests for public link sharing | nfebe | 2025-02-03 | 3 | -41/+293 |
* | refactor: Modularize setup-public-share.ts | nfebe | 2025-02-03 | 1 | -64/+77 |
* | fix(theming): Ensure to only send valid URLs to backend | Ferdinand Thiessen | 2025-01-27 | 1 | -0/+143 |
* | fix(files): Ensure favorites set in sidebar work | Ferdinand Thiessen | 2025-01-21 | 1 | -0/+137 |
* | fix(files): File type filter UI sync with filter state | Ferdinand Thiessen | 2025-01-17 | 1 | -0/+49 |
* | Merge pull request #50206 from nextcloud/fix/50177/movy-copy-e2e-tests | Ferdinand Thiessen | 2025-01-16 | 2 | -0/+162 |
|\ |
|
| * | test(e2e): hide move dialog action if destination has no CREATE permissionfix/50177/movy-copy-e2e-tests | Maksim Sukharev | 2025-01-16 | 2 | -0/+162 |
* | | test(dashboard): Add regression test for loading unneeded data | Ferdinand Thiessen | 2025-01-16 | 1 | -0/+41 |
|/ |
|
* | fix(files): sort not working after changing viewsfix/files/sort-after-view-change | Richard Steinmetz | 2025-01-16 | 1 | -0/+61 |
* | test: Add end-to-end test for share expiration date | Ferdinand Thiessen | 2025-01-15 | 2 | -3/+146 |
* | fix(template): Use `<div>` instead of `<main>` to support Vue3 apps mounting | Ferdinand Thiessen | 2025-01-14 | 1 | -2/+2 |
* | test(cypress): make select range of files with shift key more reliable | Richard Steinmetz | 2025-01-08 | 1 | -3/+3 |
* | fix(cypress): flaky live photo test grid_view trigger issue | skjnldsv | 2025-01-03 | 2 | -8/+20 |
* | fix: Redirect user to login if session is terminated | Ferdinand Thiessen | 2024-12-19 | 1 | -0/+62 |
* | perf(files_trashbin): use empty trashbin endpoint instead of batch delete req... | skjnldsv | 2024-12-12 | 1 | -1/+1 |
* | feat(files_trashbin): add cypress tests | skjnldsv | 2024-12-12 | 2 | -4/+127 |
* | fix(files): cancel renaming on enter if no file name changes | skjnldsv | 2024-12-10 | 1 | -0/+39 |
* | fix: Copying a live photo to a folder with a conflicting mov file | Louis Chemineau | 2024-12-04 | 2 | -6/+18 |
* | test: Copying a folder containing live photos | Louis Chemineau | 2024-12-04 | 2 | -68/+147 |
* | test(files): Update tests | Christopher Ng | 2024-12-03 | 2 | -8/+0 |
* | chore: Update @nextcloud/cypress to v1.0.0-beta.11artonge/chore/update_nc_cypress_beta.11 | Louis Chemineau | 2024-11-25 | 11 | -76/+35 |
* | fix(systemtags): enhance create tag in tag picker UX | skjnldsv | 2024-11-15 | 1 | -1/+4 |
* | chore(profile): move profile app from core to apps | skjnldsv | 2024-11-14 | 1 | -4/+7 |
* | fix(files): open sidebar on sharing tab by default for files | skjnldsv | 2024-11-08 | 1 | -1/+1 |
* | chore(files): add selection cypress tests | skjnldsv | 2024-11-07 | 4 | -3/+89 |
* | test: Add proper styles for Cypress component tests | Ferdinand Thiessen | 2024-10-29 | 5 | -96/+109 |
* | fix(files_sharing): fix view only actions button selectorfeat/files-bulk-tagging | skjnldsv | 2024-10-29 | 1 | -2/+2 |
* | feat(systemtags): add cypress tests and fix a few logic issues | skjnldsv | 2024-10-29 | 2 | -2/+379 |
* | fix(files): Adjust NavigationQuota for Nextcloud 30 design | Ferdinand Thiessen | 2024-10-21 | 1 | -0/+4 |
* | fix(files): Ensure renaming state is correctly reset | Ferdinand Thiessen | 2024-10-15 | 1 | -1/+29 |