aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src/components
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>
* enh(a11y): Users tableChristopher Ng2023-07-128-696/+1122
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(settings): Migrate away from `NcAppNavigationCounter`Ferdinand Thiessen2023-07-011-5/+22
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Migrate away from deprecated `NcPopoverMenu`Ferdinand Thiessen2023-06-303-81/+118
| | | | | | | | | * 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>
* Replace plain input fields with NcTextField fields and NcMultiSelect fields ↵julia.kirschenheuter2023-06-281-132/+198
| | | | | | with NcSelect fields Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* chore: upgrade typescript, eslint and fix lintJohn Molakvoæ2023-06-273-22/+19
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.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>
* 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>
* | enh(a11y): New user modalChristopher Ng2023-06-214-308/+485
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Improved display of app linksJérôme Herbinet2023-05-301-0/+3
| | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* Revert "Fix table view"julia.kirschenheuter2023-05-253-193/+166
| | | | | | This reverts commit cb852ef6 Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Fix lint errorsVarun Patil2023-05-232-7/+7
| | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* Use consistent imports for Vue componentsVarun Patil2023-05-234-16/+15
| | | | | | This makes tree shaking possible Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* address reviewSimon L2023-05-192-3/+3
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* migrate a few components to NcSelectSimon L2023-05-192-24/+27
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Use aria-expanded correctly on toggle user actionsfenn-cs2023-05-172-1/+4
| | | | | | | | | | The aria-expanded attribute was added on the expandable item rather Than the button that triggers the expand. Resolves : #37137 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(settings): Fix `UserList` styles set to css but scss is usedFerdinand Thiessen2023-05-161-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Use the color-primary-element* variablesSimon L2023-05-133-6/+6
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* feat(users): Store and load a user's managerChristoph Wurst2023-05-123-2/+94
| | | | | Co-Authored-By: hamza221 <hamzamahjoubi221@gmail.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #37870 from nextcloud/fix/36921-fix-table-for-users-appJulia Kirschenheuter2023-05-123-156/+188
|\ | | | | Fix table view
| * Fix table viewjulia.kirschenheuter2023-05-113-156/+188
| | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | Add `autocomplete` attrs to input fieldsjulia.kirschenheuter2023-05-118-2/+12
|/ | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Add hidden labels for inputs while editing user rowjulia.kirschenheuter2023-05-091-4/+15
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* fix(settings): Increase "Edit your profile visibility button" contrastFerdinand Thiessen2023-05-021-3/+3
| | | | | | | Before this the contrast of the button was too low in terms of accessibility. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(settings): Fix title of profile scope optionsJoas Schilling2023-04-261-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow images of any size as profile picturesSimon L2023-04-171-2/+5
| | | | | | | Signed-off-by: Marco <marcoambrosini@icloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Improve handling of profile fieldsChristopher Ng2023-03-308-33/+16
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Create `<h3>` headings for profile page. Replace `<label>` which have no ↵julia.kirschenheuter2023-03-244-6/+16
| | | | | | conncted `<input>` with `<h3>` heading Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* l10n: Change name of app to a capital letterValdnet2023-03-231-1/+1
| | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: Simon L <szaimen@e.mail.de>
* chore(eslint): replace node/no-extraneous-import by n/no-extraneous-importJohn Molakvoæ2023-03-231-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-2327-72/+72
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add underline decoration to links and use div element as targetLouis Chemineau2023-03-091-15/+13
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* add a direct link from files settings to app-token-settingsSimon L2023-03-091-12/+14
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Port admin delegation selectsChristopher Ng2023-02-282-10/+17
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Port profile visibility selectChristopher Ng2023-02-061-9/+8
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Drop vue-clipboard2 to fix copy to clipboardChristopher Ng2023-02-011-19/+29
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* don't translate a variableSimon L2023-01-241-1/+1
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Correct title for button on federation actions buttonjulia.kirschenheuter2023-01-181-0/+1
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Replace custom tooltips with native tooltipsjulia.kirschenheuter2023-01-115-27/+15
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Replace custom tooltips with native ones in users pagejulia.kirschenheuter2023-01-112-17/+15
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Replace custom tooltips with native ones in apps pagejulia.kirschenheuter2023-01-101-4/+8
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Fix default phone region validationChristopher Ng2023-01-051-1/+7
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix profile visibility not appearingCarl Schwan2022-12-062-4/+5
| | | | | | | And refactor how the grid works (now it's automatically using the correct size instead of harcoding it) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix UX of renaming tokenCarl Schwan2022-11-231-1/+4
| | | | | | | Now this get's instant applied and escaping will reset to the previous state Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Rename mastodon to fediverseCarl Schwan2022-11-221-5/+5
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Refactor profile info settingsCarl Schwan2022-11-211-0/+3
| | | | | | | | | - Make it possible to add the new property whiout chaning foundamentally how the layout work each time - Use only one grid instead of multiple nested grid - Better mobile reponsiveness Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Add mastodon personal info fieldCarl Schwan2022-11-211-0/+50
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Increase the "bad waiting time" for cron mode to 24h to account for "time ↵Joas Schilling2022-11-071-1/+1
| | | | | | insensitive" jobs Signed-off-by: Joas Schilling <coding@schilljs.com>