| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(theming): Ensure to only send valid URLs to backend | Ferdinand Thiessen | 2025-01-27 | 1 | -0/+143 |
* | chore(tests): Make linter happy in cypress testschore/cypress-typos | Ferdinand Thiessen | 2025-01-22 | 4 | -8/+7 |
* | 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 |
* | feat(files): Make the files download action use WebDAV zip download | Ferdinand Thiessen | 2024-09-28 | 1 | -3/+1 |
* | test(files): Add tests for path handling | Ferdinand Thiessen | 2024-09-20 | 1 | -0/+33 |
* | test: Add end-to-end tests for new public share Vue UI | Ferdinand Thiessen | 2024-09-06 | 14 | -111/+855 |
* | test: Add end-to-end tests for public page header actions | Ferdinand Thiessen | 2024-09-03 | 3 | -0/+260 |
* | test(cypress): Await promise in response to prevent timeout | Ferdinand Thiessen | 2024-09-01 | 1 | -1/+4 |
* | test: Add Cypress test for renaming loading state | Ferdinand Thiessen | 2024-08-31 | 2 | -0/+48 |
* | fix(files): Correctly check for already used names when creating new folder | Ferdinand Thiessen | 2024-08-27 | 3 | -8/+140 |
* | fix(cypress): drop unwanted docker output characters | skjnldsv | 2024-08-22 | 1 | -4/+9 |
* | chore(cypress): enable apcu | skjnldsv | 2024-08-22 | 1 | -6/+24 |
* | chore(cypress): put nextcloud into ram | skjnldsv | 2024-08-22 | 2 | -3/+15 |
* | chore(cypress): allow db snapshot and restore fo faster tests | skjnldsv | 2024-08-22 | 2 | -7/+43 |
* | fix: Access node owner by top level `owner` property | Ferdinand Thiessen | 2024-08-17 | 1 | -0/+105 |
* | chore(tests): Fix import in cypress test limit_to_same_group.cy.ts | Côme Chilliet | 2024-08-12 | 1 | -1/+1 |
* | chore(tests): Fix SPDX license header on new cypress test | Côme Chilliet | 2024-08-12 | 1 | -19/+2 |
* | fix: Remove shares only if there are no more common groups between users | Côme Chilliet | 2024-08-12 | 1 | -1/+28 |
* | chore(tests): Test limiting sharing to same group | Louis Chemineau | 2024-08-12 | 1 | -0/+97 |
* | test: Added e2e tests for inline system tags file action | Ferdinand Thiessen | 2024-08-08 | 2 | -0/+199 |
* | fix: unify bundle naming | Jérôme Herbinet | 2024-08-06 | 1 | -1/+1 |
* | fix(core): Migrate UserMenu / AccountMenu to NcListItem | Ferdinand Thiessen | 2024-08-06 | 1 | -2/+6 |
* | test: Add test for recent view | Ferdinand Thiessen | 2024-08-01 | 1 | -0/+44 |
* | fix(files): Provide file actions from list entry to make it reactive | Ferdinand Thiessen | 2024-08-01 | 3 | -4/+151 |