nextcloud-server/lib
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 +07:00
..
composer Merge pull request #54810 from nextcloud/feat/typed-tag-events 2025-09-04 11:19:28 +07:00
l10n fix(l10n): Update translations from Transifex 2025-09-15 00:13:16 +07:00
private fix: Dispatch favorite event with an actual path 2025-09-15 15:04:00 +07:00
public fix: Dispatch favorite event with an actual path 2025-09-15 15:04:00 +07:00
unstable fix(lexicon): missing doc 2025-07-24 15:56:35 +07:00
base.php Merge pull request #54713 from nextcloud/fix/fix-status.php-cookies 2025-09-01 11:48:27 +07:00
versioncheck.php