aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src
Commit message (Collapse)AuthorAgeFilesLines
* fix(encryption): Clicking default module in UI sets bogus valueLouis Chemineau2024-04-041-3/+2
| | | | | | | | | | Fixes #44532 Likely fixes #43123 Signed-off-by: Josh <josh.t.richards@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(settings): Fix incorrect user quota on page reload in non-English localesChristopher Ng2024-02-083-9/+6
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(Users/Quota setting): Prevent floating point value from getting ↵Marcel Klehr2024-01-183-6/+9
| | | | | | | | truncated in locales other than english fixes #18468 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix: eslintMarcel Klehr2023-11-161-2/+2
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Fix Admin AI settings javascript errorMarcel Klehr2023-11-161-1/+4
| | | | | | make sure all task types we want to display actually exist Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* 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
* fix(ux): Show initial loading state of managersChristopher Ng2023-09-291-1/+11
| | | | | | - NcMultiselect version of 50ddc6820e8f90044dfc752d711023452aabdafc Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Do not preload potential manager list on UserRow mountChristopher Ng2023-09-291-1/+1
| | | | | | - NcMultiselect version of 992c03d842f962c2900fab715104d310d19dc6bf Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Do not manipulate userCount when it is equal to 0Louis Chemineau2023-09-291-0/+5
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> (cherry picked from commit bd787e859344eae1466b3bdeb33839b4f82a5147)
* Improved display of app linksJérôme Herbinet2023-08-111-0/+3
| | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* feat(settings): Show supported apps on app settings if subscribedFerdinand Thiessen2023-08-113-1/+24
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix eslint issueJulien Veyssier2023-08-091-1/+1
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* fix wrong NcSelect event in AI admin settingsJulien Veyssier2023-08-091-1/+1
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> (cherry picked from commit a877865fba846d95b7d96336f193c80581c9b585)
* polish AI admin settings UIJulien Veyssier2023-08-091-4/+20
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> (cherry picked from commit 0ace67c762c3c7e8af792bd0635a071269faa4ad)
* move long click handlers into methodsJulien Veyssier2023-08-091-3/+19
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> (cherry picked from commit 577640663b649836731ea4fb2ab60f6b6e156553)
* Admin AI settings: Improve a11y of machine translation precendenceMarcel Klehr2023-08-091-1/+12
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 830692cebd796df573bb4ea96602c28aeda1af26)
* Update apps/settings/src/components/AdminAI.vueMarcel Klehr2023-08-091-1/+1
| | | | | | Co-authored-by: Julien Veyssier <julien-nc@posteo.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit ff39466e4fc89f38a138dac97ba11df48d3325bb)
* Update apps/settings/src/components/AdminAI.vueMarcel Klehr2023-08-091-1/+1
| | | | | | Co-authored-by: Julien Veyssier <julien-nc@posteo.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 3ca44282d05f615185437884a5a5b2ba3821c26d)
* AI admin settings: lint:fixMarcel Klehr2023-08-091-1/+1
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit be7487b55998e3e65adadf1e4dc5d441ad1ab70c)
* AI admin settings: lint:fixMarcel Klehr2023-08-091-15/+17
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit a193458e3836aa7895818f307a3f7d3ca09b81ab)
* AI admin settings: lint:fixMarcel Klehr2023-08-0915-30/+73
| | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 112268a48aebf2f2025ee106f41fd6186b08bb59)
* AI admin settings: Add a draggable icon in UI for translation provider ↵Marcel Klehr2023-08-091-2/+13
| | | | | | | precedence Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 2d29413d5d7193b97c808c983d57d73efd463d23)
* AI admin settings: Add save mechanismMarcel Klehr2023-08-091-22/+23
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit a840e8c6e5a0d7b7c3a371776fd395976b2c2fdf)
* AI Admin settings: Implement mt settings, stt settings and tp settingsMarcel Klehr2023-08-091-26/+59
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 4e33d044443973f2fc82e74bca0bc43e845a36e7)
* First pass at ai admin settingsMarcel Klehr2023-08-091-0/+83
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit fc9780a41d586e2983f18e128a4095484e5860ac)
* fix(sab): put location in proper address fieldJohannes Merkel2023-07-071-1/+1
| | | | | Signed-off-by: Johannes Merkel <mail@johannesgge.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Revert "Fix table view"julia.kirschenheuter2023-06-133-193/+166
| | | | | | This reverts commit cb852ef6 Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Fix add new group eventfenn-cs2023-06-081-6/+5
| | | | | | | | | | | 1ee8fbaad1eea6544b21059f65efe12a9e601956 broke the addgroup functionality by not updating the event to reflect the one in https://github.com/nextcloud/nextcloud-vue/blob/master/src/components/NcAppNavigationNewItem/NcAppNavigationNewItem.vue Resolves : https://github.com/nextcloud/server/issues/38340 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Use aria-expanded correctly on toggle user actionsfenn-cs2023-05-222-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>
* Merge pull request #38293 from nextcloud/fix/users-table-alignmentLouis2023-05-161-1/+1
|\ | | | | fix(settings): Fix `UserList` styles set to css but scss is used
| * 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>
* | Merge pull request #38202 from nextcloud/fix/37135/addgroup-link-to-buttonF. E Noel Nfebe2023-05-161-3/+10
|\ \ | |/ |/| Convert Add group link to button
| * Convert Add group link to buttonfenn-cs2023-05-141-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | The "Add group" peforms an on-page action and does not route or link to anywhere else hence, not semantically a link but a button. This commit implements the ehancement described at the respository level. A change would be required in [@nextcloud/nextcloud-vue](https://github.com/nextcloud/nextcloud-vue/issues/4108) since the `NcAppNavigationNewItem` is an out-of-repo dependency. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | 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-124-6/+134
| | | | | | | | | | 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>
* | Merge pull request #38163 from ↵Pytal2023-05-101-0/+2
|\ \ | | | | | | | | | nextcloud/show-loading-spinner-until-share-settings-are-fully-loaded
| * | Show loading spinner until share settings are fully loadedDaniel Calviño Sánchez2023-05-101-0/+2
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The inputs of the sharing settings are generated in a template in the server, but the listeners to react to changes in the elements and save the values in the server are loaded in the client once the DOM finishes loading. If the DOM takes long to load the user can start to interact with the settings before the listeners were set up and, therefore, the changes would not be saved in the server. However, as the inputs are modified the user would think that the changes were already saved. To address that now when the sharing settings are open a loading spinner is shown instead of the contents of the sharing settings, and only once the listeners to save the changes were set up the spinner is removed and the contents shown. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.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-309-33/+64
| | | | 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-2341-117/+117
| | | | 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>