aboutsummaryrefslogtreecommitdiffstats
path: root/dist/user-status-modal-8299.js
Commit message (Collapse)AuthorAgeFilesLines
* use an en-dash for the userstatus panelszaimen2022-06-301-2/+2
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Also reset the status on clearAtJoas Schilling2022-05-271-2/+2
| | | | | | | | | When you set yourself to "DND - In a meeting" for one hour, the expectation is that you are also "online"/normal again when the meeting is over. So we extend the logic to also include the status itself to be reverted. Signed-off-by: Joas Schilling <coding@schilljs.com>
* Don't overwrite certain values if the refreshing comes in via short updatesJoas Schilling2022-05-271-2/+2
| | | | | | | | This e.g. happens from the talk participant list which only has the status, message and icon. Due to the overwriting e.g. the clearAt was overwritten with null and afterwards the status modal showed "Invalid date" as "Clear at" Signed-off-by: Joas Schilling <coding@schilljs.com>
* Port share by mail settings to vueCarl Schwan2022-05-191-0/+2
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Compile assetsnextcloud-command2022-04-211-2/+0
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix: button type to tertiaryVanessa Pertsch2022-03-211-2/+2
| | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
* Add profile default setting for adminChristopher Ng2022-03-181-0/+2
Signed-off-by: Christopher Ng <chrng8@gmail.com>