0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-20 23:38:25 +00:00
nextcloud_server/apps/files
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
..
appinfo feat(files): Expose chunked upload config via capabilities 2024-10-21 12:03:33 +02:00
composer feat(api): File conversion API 2025-01-15 16:38:18 -05:00
img fix: add notification icon for transfer ownership 2024-10-16 17:31:57 +02:00
l10n Fix(l10n): Update translations from Transifex 2025-01-21 00:21:03 +00:00
lib fix(files): more conversion tests and translate error messages 2025-01-17 18:22:58 +01:00
src fix(files): Ensure favorites set in sidebar work 2025-01-21 17:55:53 +01:00
templates chore: Move legacy dialogs template from files to core until we can remove it 2024-09-20 13:47:08 +02:00
tests feat(api): File conversion API 2025-01-15 16:38:18 -05:00
.l10nignore chore: Add SPDX header 2024-05-29 08:58:16 +02:00
openapi.json fix(files): conversion api simplification and conflict check 2025-01-16 18:35:40 +01:00
openapi.json.license chore: Add SPDX header 2024-05-29 08:58:16 +02:00