aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Contacts/ContactsMenu/Providers
Commit message (Collapse)AuthorAgeFilesLines
* feat(contacts): Show time difference for users in different timezonesfeat/show-time-diff-userFerdinand Thiessen2025-01-161-5/+44
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(profile): move profile app from core to appsskjnldsv2024-11-141-1/+1
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix: Getting default timezone for local timeAndrii2024-11-051-1/+1
| | | | Signed-off-by: Andrii Ilkiv <a.ilkiv.ye@gmail.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-243-57/+6
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Refactors lib/private/Contacts.Faraz Samapoor2023-06-253-56/+19
| | | | | | Mainly using PHP8's constructor property promotion. Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* Show local time in avatar menuJoas Schilling2023-01-041-0/+87
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Modernize contacts menuThomas Citharel2022-05-122-32/+7
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Add global profile toggle configChristopher Ng2022-03-181-10/+8
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix source of translationsChristopher Ng2021-11-261-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Change origin field to appIdJoas Schilling2021-10-202-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Profile backendChristopher Ng2021-10-191-0/+93
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* 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-051-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersMorris Jobke2017-11-061-2/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Do not show an email action for contacts with emtpy email addressesChristoph Wurst2017-05-021-0/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use absolute URI for action iconsChristoph Wurst2017-04-251-3/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Show mail address in popover menuChristoph Wurst2017-04-251-3/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Contacts menuChristoph Wurst2017-04-251-0/+56
* load list of contacts from the server * show last message of each contact Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>