nextcloud-server/apps/dav/tests
Louis Chemineau 431f6d7c87 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 14:38:53 +07:00
..
benchmarks chore: Add SPDX header 2024-05-28 14:41:28 +07:00
integration feat: calendar federation 2025-08-27 17:14:15 +07:00
testsuits Revert "fix(dav): Always respond custom error page on exceptions" 2024-11-22 11:55:25 +07:00
unit fix: Dispatch favorite event with an actual path 2025-09-15 14:38:53 +07:00