aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2023-11-08 22:21:18 +0100
committerGitHub <noreply@github.com>2023-11-08 22:21:18 +0100
commit734b11dc86c7f54eff7557271aba1e4530cbcc23 (patch)
treebdeabbf7460a5ed509e6476fa55257a637d13a18 /apps
parentb29bc59e8b4a0683b6e6af289fbeffad332cfcc5 (diff)
parent71080a8d20d5e7ee9e77768cdfa47ec07a200393 (diff)
downloadnextcloud-server-734b11dc86c7f54eff7557271aba1e4530cbcc23.tar.gz
nextcloud-server-734b11dc86c7f54eff7557271aba1e4530cbcc23.zip
Merge pull request #41266 from nextcloud/feat/contactsmenu/user-status-sorting
feat(contactsmenu): Sort by user status
Diffstat (limited to 'apps')
-rw-r--r--apps/user_status/lib/ContactsMenu/StatusProvider.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/user_status/lib/ContactsMenu/StatusProvider.php b/apps/user_status/lib/ContactsMenu/StatusProvider.php
index 3c37d6b080f..f1316f02df8 100644
--- a/apps/user_status/lib/ContactsMenu/StatusProvider.php
+++ b/apps/user_status/lib/ContactsMenu/StatusProvider.php
@@ -44,6 +44,7 @@ class StatusProvider implements IBulkProvider {
);
$statuses = $this->statusService->findByUserIds($uids);
+ /** @var array<string, UserStatus> $indexed */
$indexed = array_combine(
array_map(fn(UserStatus $status) => $status->getUserId(), $statuses),
$statuses
@@ -56,6 +57,7 @@ class StatusProvider implements IBulkProvider {
$entry->setStatus(
$status->getStatus(),
$status->getCustomMessage(),
+ $status->getStatusMessageTimestamp(),
$status->getCustomIcon(),
);
}
hlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# 
# Translators:
# Sappe, 2013
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-09-07 04:40-0400\n"
"PO-Revision-Date: 2013-09-05 11:51+0000\n"
"Last-Translator: Sappe\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: templates/authenticate.php:4
msgid "The password is wrong. Try again."
msgstr "Kodeordet er forkert. Prøv igen."

#: templates/authenticate.php:7
msgid "Password"
msgstr "Kodeord"

#: templates/authenticate.php:9
msgid "Submit"
msgstr "Send"

#: templates/part.404.php:3
msgid "Sorry, this link doesn’t seem to work anymore."
msgstr "Desværre, dette link ser ikke ud til at fungerer længere."

#: templates/part.404.php:4
msgid "Reasons might be:"
msgstr "Årsagen kan være:"

#: templates/part.404.php:6
msgid "the item was removed"
msgstr "Filen blev fjernet"

#: templates/part.404.php:7
msgid "the link expired"
msgstr "linket udløb"

#: templates/part.404.php:8
msgid "sharing is disabled"
msgstr "deling er deaktiveret"

#: templates/part.404.php:10
msgid "For more info, please ask the person who sent this link."
msgstr "For yderligere information, kontakt venligst personen der sendte linket. "

#: templates/public.php:15
#, php-format
msgid "%s shared the folder %s with you"
msgstr "%s delte mappen %s med dig"

#: templates/public.php:18
#, php-format
msgid "%s shared the file %s with you"
msgstr "%s delte filen %s med dig"

#: templates/public.php:26 templates/public.php:92
msgid "Download"
msgstr "Download"

#: templates/public.php:43 templates/public.php:46
msgid "Upload"
msgstr "Upload"

#: templates/public.php:56
msgid "Cancel upload"
msgstr "Fortryd upload"

#: templates/public.php:89
msgid "No preview available for"
msgstr "Forhåndsvisning ikke tilgængelig for"