nextcloud-server/cypress/e2e
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
..
core chore: Add SPDX header 2024-05-26 20:05:04 +07:00
files fix(files): Ensure renaming state is correctly reset 2024-10-15 18:20:16 +07:00
files_sharing feat(files): Make the files download action use WebDAV zip download 2024-09-28 13:18:29 +07:00
files_versions chore: add file request cypress testing 2024-07-19 12:20:25 +07:00
login chore: Add SPDX header 2024-05-26 20:05:04 +07:00
settings chore(cypress): allow db snapshot and restore fo faster tests 2024-08-22 13:32:59 +07:00
systemtags test: Added e2e tests for inline system tags file action 2024-08-08 13:21:25 +07:00
theming feat(theming): Allow shipped backgrounds to have a dark variant 2024-07-12 13:00:07 +07:00
core-utils.ts chore: Add SPDX header 2024-05-26 20:05:04 +07:00