nextcloud-server/cypress/e2e/files
Ferdinand Thiessen ef5a9cf00d
fix(files): Ensure renaming state is correctly reset
Problem: Is a node is renamed and the new name is out of the current
visible list of nodes the component will be recycled, this means
the props will change, so when the `onRename` functions is about to reset
the state the `this.source` will point to a different node.

To fix this, but also to separate business logic from visual representation,
the logic is moved into the renaming store and the component is only
responsible for rendering.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-10-15 18:20:16 +07:00
..
FilesUtils.ts test: Add end-to-end tests for new public share Vue UI 2024-09-06 03:38:48 +07:00
drag-n-drop.cy.ts chore: Add SPDX header 2024-05-26 20:05:04 +07:00
duplicated-node-regression.cy.ts test(files): Add tests for path handling 2024-09-20 11:09:17 +07:00
files-download.cy.ts fix(files): Provide file actions from list entry to make it reactive 2024-08-01 01:54:42 +07:00
files-filtering.cy.ts test: Add cypress tests for file list filtering 2024-07-25 19:33:28 +07:00
files-renaming.cy.ts fix(files): Ensure renaming state is correctly reset 2024-10-15 18:20:16 +07:00
files-settings.cy.ts chore: Add SPDX header 2024-05-26 20:05:04 +07:00
files-sidebar.cy.ts fix(files): Close the sidebar on navigation 2024-07-15 11:34:05 +07:00
files-xml-regression.cy.ts chore: Add SPDX header 2024-05-26 20:05:04 +07:00
files.cy.ts chore: Add SPDX header 2024-05-26 20:05:04 +07:00
files_copy-move.cy.ts chore: Add SPDX header 2024-05-26 20:05:04 +07:00
files_sorting.cy.ts fix: Ensure displayname is a string 2024-07-25 01:24:26 +07:00
live_photos.cy.ts chore: Add SPDX header 2024-05-26 20:05:04 +07:00
new-menu.cy.ts fix(files): Correctly check for already used names when creating new folder 2024-08-27 19:40:38 +07:00
recent-view.cy.ts test: Add test for recent view 2024-08-01 14:17:48 +07:00