mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
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> |
||
|---|---|---|
| .. | ||
| Exception | ||
| RequestTest | ||
| AuthTest.php | ||
| BearerAuthTest.php | ||
| BlockLegacyClientPluginTest.php | ||
| CommentsPropertiesPluginTest.php | ||
| CopyEtagHeaderPluginTest.php | ||
| CustomPropertiesBackendTest.php | ||
| DirectoryTest.php | ||
| DummyGetResponsePluginTest.php | ||
| ExceptionLoggerPluginTest.php | ||
| FakeLockerPluginTest.php | ||
| FilesPluginTest.php | ||
| FilesReportPluginTest.php | ||
| FileTest.php | ||
| MaintenancePluginTest.php | ||
| NodeTest.php | ||
| ObjectTreeTest.php | ||
| PrincipalTest.php | ||
| PropfindCompressionPluginTest.php | ||
| PropFindMonitorPluginTest.php | ||
| PropFindPreloadNotifyPluginTest.php | ||
| PublicAuthTest.php | ||
| QuotaPluginTest.php | ||
| SharesPluginTest.php | ||
| TagsPluginTest.php | ||