aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src/components/Users/NewUserDialog.vue
Commit message (Collapse)AuthorAgeFilesLines
* fix(settings): group admins only can add users to their groupsFerdinand Thiessen2025-04-271-2/+15
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Fix duplicated group options in new account dialogChristopher Ng2025-03-281-12/+18
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(settings): Fix group creation in new account dialogChristopher Ng2025-03-281-3/+6
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(settings): Fix erroneous hiding of group admin column with paginated groupsChristopher Ng2025-03-281-2/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* refactor(settings): Consolidate group formattingChristopher Ng2025-03-281-3/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(settings): Allow searching for groups in new account dialogChristopher Ng2025-03-281-21/+32
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* refactor: Migrate nextcloud-vue usage to new import schemaFerdinand Thiessen2025-02-201-5/+5
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(code-style): Adjust JS code to our code styleFerdinand Thiessen2024-10-161-1/+2
| | | | | | This resolves 68 ESLint warnings about invalid code style. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Use more gender neutral languageprovokateurin2024-10-141-1/+1
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(wording): "Line" manager instead of "Account" managerJérôme Herbinet2024-08-261-1/+1
| | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* feat(users): Enable features for delegated user adminsLouis Chemineau2024-07-221-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* refactor: Fix some linting issues in frontend codeFerdinand Thiessen2024-07-191-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: Add Recent accounts sectionChristopher Ng2024-07-111-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: Better wordings in the new user modalJérôme Herbinet2024-06-251-2/+2
| | | | | | | Co-authored-by: Jan C. Borchardt <925062+jancborchardt@users.noreply.github.com> Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Co-authored-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* chore: Add SPDX headerAndy Scherzinger2024-06-031-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* refactor: Shorten input focus callsChristopher Ng2024-05-301-3/+3
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: Autofocus username inputChristopher Ng2024-05-301-0/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* refactor: Migrate to built-in NcSelect input labelChristopher Ng2024-05-301-26/+7
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore: Change some "user" strings to "account"Christopher Ng2024-05-301-6/+6
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(settings): Move user creation modal to dialogChristopher Ng2024-05-301-0/+439
Signed-off-by: Christopher Ng <chrng8@gmail.com>