aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src
Commit message (Collapse)AuthorAgeFilesLines
* fix(settings): remove invalid avatar propGrigorii K. Shartsev2023-10-201-1/+0
| | | | | | | There was a typo, it must have been disable-menu, not disableD-menu. But it is not required, because the menu is disabled for the current user anyway. Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(settings): fix ids and aria-labels in personal emailsGrigorii K. Shartsev2023-10-202-13/+15
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(settings): remove empty aria-describedbyGrigorii K. Shartsev2023-10-202-4/+4
| | | | | | Empty string `''` is still rendered and is not a valid ID. Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* refactor: remove remaining usage of OC::getCapabilitiesVarun Patil2023-10-201-3/+4
| | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* fix: replace non-standard autocorrect with spellcheck attributeGrigorii K. Shartsev2023-10-205-12/+9
| | | | | | `autocorrect` was actual for Safari long time ago when Safari didn't fully supported HTML 5 spellcheck. Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(cypress): Test using `data-test-id` attributes rather than private classesFerdinand Thiessen2023-10-193-12/+21
| | | | | | Makes the test more resilant to inner component changes of the `@nextcloud/vue` library. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Remove unnecessary dialogs css importsChristopher Ng2023-10-183-3/+0
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix profile visibility settings being too wideSimon L2023-10-175-21/+6
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix several personal settings problemsSimon L2023-10-171-2/+4
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Append to body all selects inside of user tablejulia.kirschenheuter2023-10-173-4/+11
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Fix my-apps view on mobileSimon L2023-10-121-7/+1
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Add new user filter to search.sorbaugh2023-10-121-0/+9
| | | | | | | | Add regex to prevent filter collision in user-list page Usage: 1. Type a string in the search bar 2. Add in:users to display only users in the search result
* enh(settings): Move confirm group removal dialog to vueChristopher Ng2023-10-111-43/+107
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh(settings): Add groups accessiblyChristopher Ng2023-10-112-47/+54
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh(settings): Semantic user table markupChristopher Ng2023-10-056-214/+361
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Correct `aria-label` on action input and text fieldjulia.kirschenheuter2023-10-042-2/+6
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Merge pull request #40584 from ↵Arthur Schiwon2023-09-261-1/+1
|\ | | | | | | | | nextcloud/fix/correct-37082-replace_input_on_security_page Correct value for device name input field
| * Correct value for device name input fieldjulia.kirschenheuter2023-09-251-1/+1
| | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | Remove unneeded opacity for action buttonjulia.kirschenheuter2023-09-251-2/+0
|/ | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* fix(ux): Show initial loading state of managersChristopher Ng2023-09-141-2/+9
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Do not display userCount when it is equal to 0Louis Chemineau2023-09-141-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Reset loading state on UserRow mountLouis Chemineau2023-09-141-0/+4
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Do not preload potential manager list on UserRow mountLouis Chemineau2023-09-141-2/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Do not manipulate userCount when it is equal to 0Louis Chemineau2023-09-141-0/+5
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(settings): Undefined user count errorChristopher Ng2023-09-131-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* add plus icon to new user buttonSimon L2023-09-121-1/+5
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Fix eslint errorMarcel Klehr2023-09-081-1/+1
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix Admin AI settings javascript errorMarcel Klehr2023-09-081-1/+4
| | | | | | make sure all task types we want to display actually exist Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Create right list view for app store viewjulia.kirschenheuter2023-09-062-3/+7
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Create right table viewjulia.kirschenheuter2023-09-052-33/+112
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Merge pull request #40100 from ↵Pytal2023-08-312-6/+13
|\ | | | | | | nextcloud/fix/37082-replace_input_on_security_page
| * Replace custom input field with NcTextFieldjulia.kirschenheuter2023-08-312-6/+13
| | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | Adjust input field for "rename group"julia.kirschenheuter2023-08-311-3/+2
|/ | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* enh(a11y): Always visible user management labelsChristopher Ng2023-08-291-24/+15
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore: Migrate to new @nextcloud/vue APIChristopher Ng2023-08-292-6/+0
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(apps): Adjust apps for FilePicker API changeFerdinand Thiessen2023-08-261-1/+0
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Invert app nav icons when activeChristopher Ng2023-08-212-11/+28
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Download and enable allJérôme Herbinet2023-08-181-1/+1
| | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Download and enable all Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> npm run build Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* fix(l10n): Password column headerChristopher Ng2023-08-171-0/+1
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(settings): fix "Set user manager" label in users settingsGrigorii K. Shartsev2023-08-161-2/+5
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(settings): fix set manager loading indicator in users settingsGrigorii K. Shartsev2023-08-161-2/+2
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(settings): do not disable select on loading in users settingsGrigorii K. Shartsev2023-08-161-5/+5
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* "Allow untested app" wordingJérôme Herbinet2023-08-111-2/+2
| | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* chore: Update nextcloud-vue to v8 beta2 and renamed changed propertiesFerdinand Thiessen2023-08-0212-38/+37
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* compile assetsJulien Veyssier2023-08-021-1/+1
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* fix wrong NcSelect event in AI admin settingsJulien Veyssier2023-08-021-1/+1
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* polish AI admin settings UIJulien Veyssier2023-08-021-4/+20
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* move long click handlers into methodsJulien Veyssier2023-08-021-3/+19
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Admin AI settings: Improve a11y of machine translation precendenceMarcel Klehr2023-08-021-1/+12
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Update apps/settings/src/components/AdminAI.vueMarcel Klehr2023-08-021-1/+1
| | | | Co-authored-by: Julien Veyssier <julien-nc@posteo.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net>