aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings
Commit message (Collapse)AuthorAgeFilesLines
* test(settings): Users tableChristopher Ng2023-07-121-2/+5
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(cypress): users_disableChristopher Ng2023-07-121-1/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore: Compile assetsChristopher Ng2023-07-122-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh(a11y): Users tableChristopher Ng2023-07-1214-1036/+1223
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-132-28/+28
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-114-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* settings: Add OpenAPI specjld31032023-07-1010-4/+34
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-104-8/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-094-16/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-086-24/+80
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-074-410/+750
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-068-42/+164
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-056-0/+48
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0410-0/+92
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix event names of 2FA related typed eventsJoas Schilling2023-07-032-53/+47
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-034-0/+30
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #39102 from ↵John Molakvoæ2023-07-023-21/+45
|\ | | | | | | nextcloud/fix/migrate-deprecated-ncappnavigationcounter
| * fix(settings): Migrate away from `NcAppNavigationCounter`Ferdinand Thiessen2023-07-013-21/+45
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0216-0/+100
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-01142-154/+366
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: Compile assetsFerdinand Thiessen2023-06-302-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Migrate away from deprecated `NcPopoverMenu`Ferdinand Thiessen2023-06-304-125/+126
| | | | | | | | | * Replace popover menu with `NcActions` * Deduplicate user actions code between `UserRow` and `UserRowSimple` * Fix user action to cover whole row heigh to prevent dropdown from shining through the actions * Fix user action popover to be overlayed by current edited row actions Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-308-2/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Replace plain input fields with NcTextField fields and NcMultiSelect fields ↵julia.kirschenheuter2023-06-284-140/+202
| | | | | | with NcSelect fields Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-284-4/+100
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: upgrade typescript, eslint and fix lintJohn Molakvoæ2023-06-273-22/+19
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-2710-32/+96
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Add "button" class to the QR code linkJérôme Herbinet2023-06-261-2/+2
| | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-268-108/+360
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-258-2/+66
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-2458-132/+322
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38856 from ↵Johannes2023-06-221-1/+1
|\ | | | | | | | | nextcloud/fix/contacts/3404/put-location-in-proper-place fix(sab): put location in proper address field
| * fix(sab): put location in proper address fieldJohannes Merkel2023-06-201-1/+1
| | | | | | | | Signed-off-by: Johannes Merkel <mail@johannesgge.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-22132-1670/+1676
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | enh(a11y): New user modalChristopher Ng2023-06-215-366/+531
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-2110-0/+10
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-20140-436/+702
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38868 from nextcloud/enh/noid/fix-mail-confusionSimon L2023-06-191-8/+10
|\ | | | | fix confusion around mail settings and improve layout a bit
| * fix confusion around mail settingsSimon L2023-06-171-8/+10
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | Compile JS assetsJonas2023-06-192-2/+2
| | | | | | | | Signed-off-by: Jonas <jonas@freesources.org>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-194-24/+24
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-182-40/+58
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-17138-312/+148
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38793 from Jenandra/fix-subadminsgroups-css-nameLouis2023-06-162-3/+5
|\ | | | | align subadmins css class name
| * duplicate css for subadmins to allow for both class names being usedSilke Suck2023-06-152-1/+3
| | | | | | | | Signed-off-by: Silke Suck <silke.suck@adacor.com>
| * align subadmins css class name with actually used class name subAdminsGroups ↵Silke Suck2023-06-152-3/+3
| | | | | | | | | | | | to fix display issue when users are in many groups Signed-off-by: Silke Suck <silke.suck@adacor.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-164-80/+82
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-152-22/+22
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-144-14/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-134-16/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>