nextcloud/apps/files/src
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
..
actions chore: Resolve ESLint warnings 2025-01-16 22:18:29 +01:00
components fix(files): File type filter UI sync with filter state 2025-01-17 08:59:17 +01:00
composables feat(files): add opendetails param and file list up/down keyboard shortcut 2024-12-17 09:59:56 +01:00
filters fix(files): Properly reset all file list filters on view change 2025-01-21 16:38:06 +01:00
mixins fix(files): sort not working after changing views 2025-01-16 08:57:19 +01:00
models chore(files): replace @skjnldsv/sanitize-svg with DOMPurify 2024-11-14 10:32:12 +01:00
newMenu fix(files): "New folder" menu entry requires read permission 2024-09-06 03:38:48 +02:00
plugins/search chore: Enable ESLint for apps and fix all errors 2024-07-09 17:13:30 +02:00
router chore: Add SPDX header 2024-05-29 08:58:16 +02:00
services chore: Resolve ESLint warnings 2025-01-16 22:18:29 +01:00
store fix(files): Ensure favorites set in sidebar work 2025-01-21 17:55:53 +01:00
utils feat(files): add hotkey service and unify action handling 2024-12-17 09:59:57 +01:00
views fix(files): Ensure favorites set in sidebar work 2025-01-21 17:55:53 +01:00
eventbus.d.ts feat: Navigate via folder tree 2024-08-01 09:17:56 -07:00
FilesApp.vue fix(files): Adjust files list for sharing permissions on public shares 2024-09-06 03:38:47 +02:00
init.ts fix(files): Disable internal views on public shares 2024-09-06 03:38:47 +02:00
logger.ts refactor(files): Migrate logger util to Typescript 2024-08-01 03:20:56 +02:00
main-personal-settings.js chore(files): Remove legacy UI scripts now that everything is migrated to Vue 2024-09-20 13:46:39 +02:00
main.ts fix(files): sort not working after changing views 2025-01-16 08:57:19 +01:00
reference-files.ts chore: Add SPDX header 2024-05-29 08:58:16 +02:00
sidebar.js chore: Add SPDX header 2024-05-29 08:58:16 +02:00
types.ts feat(files): add opendetails param and file list up/down keyboard shortcut 2024-12-17 09:59:56 +01:00