aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Fix table view"julia.kirschenheuter2023-05-256-196/+180
| | | | | | This reverts commit cb852ef6 Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-254-2/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38438 from nextcloud/feature/openapi/specsKate2023-05-241-0/+65
|\ | | | | Add OpenAPI specs
| * Add OpenAPI specsjld31032023-05-241-0/+65
| | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | Merge pull request #38329 from nextcloud/pulsejet/patch-webpackJohn Molakvoæ2023-05-244-16/+15
|\ \ | |/ |/|
| * 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>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-242-0/+8
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Add label to "default quota" multiselectjulia.kirschenheuter2023-05-231-16/+22
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Disable "Enforce password protection" if not asking for a passwordDaniel Calviño Sánchez2023-05-222-1/+20
| | | | | | | | | | | | | | | | | | | | "Enforce password protection" is a subcase of "Always ask for a password", so it should be disabled if its parent option is unchecked. Although other dependant options in the sharing settings are fully hidden instead of just disabled this option is disabled but shown to avoid confusion when updating from a previous Nextcloud version where "Always ask for a password" was unchecked and "Enforce password protection" was checked. Besides that, due to their dependency the enforced password protection is now automatically unchecked too if its parent option is unchecked. Finally, the groups excluded from password requirements are also disabled when "Always ask for a password" is unchecked, as they might be still shown if "Enforce password protection" was checked due to an update from a previous version. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Split long lineDaniel Calviño Sánchez2023-05-221-1/+2
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Indent "Enforce password protection"Daniel Calviño Sánchez2023-05-221-3/+3
| | | | | | | "Enforce password protection" is a subcase of "Always ask for a password", so it should be indented to visually show the dependency. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Replace "div" with "span" inside "p"Daniel Calviño Sánchez2023-05-221-6/+4
| | | | | | | | | | | | | | | | | | | The permitted contents of a paragraph are only phrasing contents, so "div" elements can not be used, although "span" can. Besides being invalid HTML it seems that the browser ends the paragraph at the div, so the label/input that appears after it is treated as being in a new paragraph, which is not indented by default, and thus is not aligned with the rest of its sibling inputs. Note that an additional div is nevertheless added once the page is loaded to be able to select the groups, but this one does not break its parent paragraph (maybe due to being added after the page load, but I do not really know). Nevertheless, it needs to be explicitly indented, and the second indentend wrapper needs to be removed, as it affects only the label but not the div/input, and therefore the label had an extra indentation over the input. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Move "br" immediately after "label" for consistency with other elementsDaniel Calviño Sánchez2023-05-221-2/+1
| | | | | | | The rest of "<br/>" elements in the file appear immediately after their previous "</label>" rather than in a new line. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Add missing end tag for "label"Daniel Calviño Sánchez2023-05-221-1/+1
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-222-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-214-8/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-208-2/+40
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* 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-194-26/+30
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-1872-72/+72
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix add new group eventfenn-cs2023-05-181-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>
* Merge pull request #38294 from ↵F. E Noel Nfebe2023-05-182-1/+4
|\ | | | | | | | | nextcloud/fix/37137/add-aria-expanded-to-toggler-user-options Use aria-expanded correctly on toggle user actions
| * 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(l10n): Update translations from TransifexNextcloud bot2023-05-188-4/+22
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | chore(release): Bump requirements and versions in apps/Joas Schilling2023-05-171-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | chore(security): Bump "Expires" of well-known/security.txtJoas Schilling2023-05-171-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-174-18/+22
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Finally no with seams better to be relevant with other fieldsJérôme Herbinet2023-05-163-6/+2
| | | | | 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>
* Fix : Share Expire After N Days widthJérôme Herbinet2023-05-161-1/+1
| | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@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>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-164-0/+28
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | 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>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-156-0/+32
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-144-0/+32
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Use the color-primary-element* variablesSimon L2023-05-136-14/+14
| | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-13138-270/+274
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | feat(users): Store and load a user's managerChristoph Wurst2023-05-127-8/+139
| | | | | | | | | | 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-126-170/+191
|\ \ | | | | | | Fix table view
| * | Fix table viewjulia.kirschenheuter2023-05-116-170/+191
| | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | Merge pull request #37734 from nextcloud/enh/expose-system-address-bookChristoph Wurst2023-05-121-2/+2
|\ \ \ | | | | | | | | feat(dav): expose system address book
| * | | fix(carddav): expose system address bookAnna Larch2023-05-111-2/+2
| |/ / | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-1218-12/+40
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@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-105-3/+9
|\ \ | | | | | | | | | nextcloud/show-loading-spinner-until-share-settings-are-fully-loaded
| * | Show loading spinner until share settings are fully loadedDaniel Calviño Sánchez2023-05-105-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #38144 from ↵Julia Kirschenheuter2023-05-101-4/+15
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/36922-9.1.3.1h/8.1_-_When_editing_a_user_in_the_table,_input_fields_appear_in_the_cells_that_can_be_used_to_edit_the_data Add hidden labels for inputs while editing user row
| * | | Add hidden labels for inputs while editing user rowjulia.kirschenheuter2023-05-091-4/+15
| | |/ | |/| | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>