aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller/HoverCardController.php
Commit message (Collapse)AuthorAgeFilesLines
* Applies agreed-upon indentation convention to the changed controllers.Faraz Samapoor2023-06-051-3/+5
| | | | | | Based on https://github.com/nextcloud/server/pull/38636#discussion_r1218167753 Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* Refactors controllers by using PHP8's constructor property promotion.Faraz Samapoor2023-06-041-6/+3
| | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-14/+2
| | | | | | | - Typed properties - Port to LoggerInterface Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Add an OCS endpoint for the hovercard contact actionsJoas Schilling2021-10-201-0/+84
Signed-off-by: Joas Schilling <coding@schilljs.com>