nextcloud/apps/dav/tests/unit/Connector
Louis Chemineau 634e8d2587
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 15:04:00 +02:00
..
Sabre fix: Dispatch favorite event with an actual path 2025-09-15 15:04:00 +02:00
LegacyPublicAuthTest.php test: Migrate remaining DAV tests to PHPUnit 10 2025-05-28 09:25:47 +02:00
ServerTest.php fix: propfind query monitor breaking removeListener and removeAllListeners 2025-08-21 11:59:36 +02:00