0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-20 23:38:25 +00:00
nextcloud_server/cypress/e2e
Ferdinand Thiessen 344c8a409c
fix(files): Ensure favorites set in sidebar work
When marking a file as favorite from within the sidebar make sure it
really works, this fixes two issues:
1. The source needs to be the plain source not URL encoded, as otherwise
   the source of the node would be encoded twice (and show with encoding
   in the navigation)
2. The store should also listen for the update events as the sidebar has
   no access to the real node to update it, instead the store should -
   as long as we only have the legacy sidebar - update the node when
   added or removed as favorite.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-01-21 17:55:53 +01:00
..
core chore: Add SPDX header 2024-05-26 20:05:04 +02:00
dashboard test(dashboard): Add regression test for loading unneeded data 2025-01-16 11:36:37 +01:00
files fix(files): Ensure favorites set in sidebar work 2025-01-21 17:55:53 +01:00
files_sharing test(e2e): hide move dialog action if destination has no CREATE permission 2025-01-16 10:50:48 +01:00
files_trashbin perf(files_trashbin): use empty trashbin endpoint instead of batch delete requests 2024-12-12 10:08:38 -08:00
files_versions chore: Update @nextcloud/cypress to v1.0.0-beta.11 2024-11-25 16:22:09 +01:00
login fix: Redirect user to login if session is terminated 2024-12-19 18:56:46 +01:00
settings chore: Update @nextcloud/cypress to v1.0.0-beta.11 2024-11-25 16:22:09 +01:00
systemtags fix(systemtags): enhance create tag in tag picker UX 2024-11-15 11:09:56 +01:00
theming fix(template): Use <div> instead of <main> to support Vue3 apps mounting 2025-01-14 09:18:43 +01:00
core-utils.ts chore: Add SPDX header 2024-05-26 20:05:04 +02:00