aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/components/UserMenu.js
Commit message (Collapse)AuthorAgeFilesLines
* fix: Vue app namesLouis Chemineau2024-10-091-0/+1
| | | | | | This improves the debugging experience in the vue dev tool. Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(core): Migrate UserMenu / AccountMenu to NcListItemFerdinand Thiessen2024-08-061-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-131-20/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Port user menu to VueChristopher Ng2023-02-091-34/+11
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Explicitly close div elementLouis Chemineau2022-04-041-1/+1
| | | | | | Fix: #30002 Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Replace license information to SPDX expressionLouis Chemineau2022-01-111-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Profile frontendChristopher Ng2021-10-191-3/+9
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-311-3/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move initCore to the bundleChristoph Wurst2019-05-101-0/+53
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>