nextcloud/apps/dav
Louis Chemineau d7775cba6a
fix: Dispatch favorite event with an actual path
The `$path` argument was added in https://github.com/nextcloud/server/pull/48612, but was never actually used by the callers. The path was therefore missing in the favorite/unfavorite events, which lead to a broken activity information.

I also added a fallback to handle `addToFavorites` and `removeFromFavorites`, which are part of a public API, and are calling `tagAs` and `untag` without `$path`.

Fix https://github.com/nextcloud/activity/issues/2134

Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-09-15 16:52:28 +02:00
..
appinfo fix(dav): Mark removal of dav object properties as expensive 2025-09-02 19:36:26 +00:00
composer feat(dav): add occ commands to get and set absences 2025-07-31 10:43:47 +00:00
css feat: Add bidi support in core directory 2024-08-29 08:32:47 +00:00
img chore: Add SPDX header 2024-05-28 14:41:28 +02:00
l10n fix(l10n): Update translations from Transifex 2025-09-14 00:13:29 +00:00
lib fix: Dispatch favorite event with an actual path 2025-09-15 16:52:28 +02:00
src fix(deps): Update @nextcloud/vue to v8.29.2 2025-08-31 16:29:41 +02:00
templates chore: Add SPDX header 2024-05-28 14:41:28 +02:00
tests fix: do not ignore move command object target uri 2025-08-27 19:14:17 +02:00
.gitignore chore: Add SPDX header 2024-05-28 14:41:28 +02:00
.l10nignore chore: Add SPDX header 2024-05-28 14:41:28 +02:00
openapi.json fix(dav): Use IUser::getDisplayName directly 2025-03-05 13:05:47 +00:00
openapi.json.license chore: Add SPDX header 2024-05-28 14:41:28 +02:00