aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Contacts/ContactsMenu
Commit message (Collapse)AuthorAgeFilesLines
* composer run cs:fixCôme Chilliet2023-01-206-7/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Modernize contacts menuThomas Citharel2022-05-123-17/+13
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Change origin field to appIdJoas Schilling2021-10-202-7/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add appName to contactsmenu action APIJohn Molakvoæ2021-10-202-2/+16
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-046-12/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Type Entry and IEntryRoeland Jago Douma2021-03-041-5/+5
| | | | | | | | | * Fixed a docblock * Typed the entries Psalm happier, Roeland happier Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* contactsmanager shall limit number of results earlyArthur Schiwon2020-07-311-2/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-056-11/+32
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add @since annotation and add missing new lineTobia De Koninck2017-12-111-1/+6
| | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
* Make ContactsStore a public APITobia De Koninck2017-12-111-0/+26
| | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
* Update license headersMorris Jobke2017-11-065-10/+6
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Don't show contacts an entry for themselvesChristoph Wurst2017-04-251-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Contacts menuChristoph Wurst2017-04-255-0/+265
* load list of contacts from the server * show last message of each contact Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>