summaryrefslogtreecommitdiffstats
path: root/tests/lib/Contacts/ContactsMenu/EntryTest.php
Commit message (Collapse)AuthorAgeFilesLines
* feat(contactsmenu): Sort by user statusChristoph Wurst2023-11-081-0/+1
| | | | | | If user_status is not enabled, fall back to sorting by contact name. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* feat(contactsmenu): Show user statusChristoph Wurst2023-10-311-0/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Modernize contacts menuThomas Citharel2022-05-121-3/+1
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Profile backendChristopher Ng2021-10-191-1/+3
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add email addresses to contacts menuDaniel Kesselberg2021-09-151-1/+3
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.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>
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix risky tests without assertionsJoas Schilling2018-01-251-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Require PHPUnit 6.5 or higherJoas Schilling2018-01-241-2/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust entry unit test to newly added avatar propertyChristoph Wurst2017-04-251-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Contacts menuChristoph Wurst2017-04-251-0/+113
* load list of contacts from the server * show last message of each contact Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>