aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller/ContactsMenuController.php
Commit message (Collapse)AuthorAgeFilesLines
* refactor(core): Replace security annotations with respective attributesprovokateurin2024-07-261-4/+3
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-271-21/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* refactor(core): Switch to attribute based routingprovokateurin2024-02-211-0/+3
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* 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>
* Modernize contacts menuThomas Citharel2022-05-121-16/+7
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update license headersChristoph Wurst2019-12-051-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-061-2/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix ContactsMenuControllerRoeland Jago Douma2017-08-011-4/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* add contactsmenu popoverGeorg Ehrke2017-04-261-0/+17
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Let apps register contact menu provider via info.xmlChristoph Wurst2017-04-251-6/+7
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Contacts menuChristoph Wurst2017-04-251-0/+61
* load list of contacts from the server * show last message of each contact Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>