nextcloud/lib
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
..
composer feat: add command to clear memcache 2025-08-26 03:54:33 +00:00
l10n fix(l10n): Update translations from Transifex 2025-09-15 00:13:29 +00:00
private fix: Dispatch favorite event with an actual path 2025-09-15 16:52:28 +02:00
public fix: Dispatch favorite event with an actual path 2025-09-15 16:52:28 +02:00
unstable fix(lexicon): syntax 2025-01-14 10:38:15 -01:00
autoloader.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
base.php chore: Add comment to make it clear the bail out for status.php should 2025-09-02 12:07:38 +02:00
versioncheck.php feat(PHP): Allow PHP 8.4 2024-11-08 12:59:12 +01:00