aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/templates
Commit message (Collapse)AuthorAgeFilesLines
* chore: Apply new rector configuration to apps folderCôme Chilliet2025-02-135-8/+8
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(apps): Add back `<main>` element to dashboard and settingsFerdinand Thiessen2025-01-141-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Bump Hub 9 -> Hub 10Andy Scherzinger2025-01-071-1/+1
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat(Mailer): hide admin settings for "null" transportartonge/local/IONOS/tl/dev/disable-mailingThomas Lehmann2024-11-191-0/+8
| | | | | | | | | | | | When the mail transport is configured as null transport, the configuration UI would not work. == Background The null transport is meant for situations where operators implement mail delivery via custom mechanisms like REST APIs. Signed-off-by: Thomas Lehmann <t.lehmann@strato.de>
* fix: Fix "Reasons to use Nextcloud" designChristopher Ng2024-10-091-1/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore: Move from Twitter to Xchore/48408/rename-twitter-to-xfenn-cs2024-10-021-7/+7
| | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* Merge pull request #48152 from nextcloud/clean/version-ocpJulius Knorr2024-09-201-1/+1
|\ | | | | chore(legacy): Introduce public version class and drop version methods from OC_Util
| * chore(legacy): Introduce public version ct plass and drop version methods ↵clean/version-ocpJulius Knorr2024-09-201-1/+1
| | | | | | | | | | | | from OC_Util Signed-off-by: Julius Knorr <jus@bitgrid.net>
* | chore(files): Remove legacy UI scripts now that everything is migrated to VueFerdinand Thiessen2024-09-201-1/+0
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: add profile pronounsJohn Molakvoæ (skjnldsv)2024-09-171-0/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* chore: Bump Hub 8 -> Hub 9Andy Scherzinger2024-08-201-1/+1
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* style(settings): align icons at legacy help navigationMaksim Sukharev2024-07-261-4/+4
| | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* feat: let users configure their first day of weekRichard Steinmetz2024-07-221-0/+3
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* chore: Add SPDX headerAndy Scherzinger2024-06-0317-286/+40
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat(ldap): sync additional properties to profile and SABJake Nabasny2024-05-301-0/+3
| | | | | | | | | | | | | | | Synced from LDAP to profile: - Date of birth Synced from LDAP to SAB (via the profile): - Biography - Date of birth Original code by Jake Nabasny (GitHub: @slapcat) Co-authored-by: Jake Nabasny <jake@nabasny.com> Co-authored-by: Richard Steinmetz <richard@steinmetz.cloud> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* feat: Update help entry nameChristopher Ng2024-04-221-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat: Add legal notice and privacy policy links to help pageChristopher Ng2024-04-221-0/+10
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-2/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore: Bump Hub 7 -> Hub 8Andy Scherzinger2024-03-071-1/+1
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(settings): Always show "Nextcloud" before version numberFabian Zwemke2024-02-271-4/+0
| | | | Signed-off-by: Fabian Zwemke <fabian@zwemke.de>
* fix(settings): Use initial state instead of custom state for server dataFerdinand Thiessen2024-02-232-34/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #39607 from ↵John Molakvoæ2024-02-231-1/+1
|\ | | | | | | FedericoHeichou/fix-double-dots-with-pipe-sendmail
| * Add "-i" to sendmail's pipe FedericoHeichou2024-01-191-1/+1
| | | | | | Signed-off-by: FedericoHeichou <federicoheichou@gmail.com>
* | fix: replace `Account name` by `Login`John Molakvoæ2024-02-131-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | feat: rename users to account or personVincent Petry2024-02-132-3/+3
| | | | | | | | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | fix: added last two places for aria-labels on setting iconsEduardo Morales2024-02-062-4/+11
|/ | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* Merge pull request #42590 from nextcloud/add-settings-section-type-attributeJoas Schilling2024-01-101-1/+1
|\ | | | | Add settings section type attribute on settings app-content section
| * fix(settings): check if activeSectionId and activeSectionType are defined ↵Thomas Citharel2024-01-051-1/+1
| | | | | | | | | | | | | | | | before using them Closes #41513 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * Add data-active-section-type attribute to app-content settings sectionThomas Citharel2024-01-051-1/+1
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Fix SVG's for social media linksjulia.kirschenheuter2024-01-051-15/+15
|/ | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-238-49/+53
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* enh(settings): Migrate admin settings for sharing to vueFerdinand Thiessen2023-11-201-260/+5
| | | | | | This is required to get the fixes for a11y from `@nextcloud/vue`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Bump Hub 6 -> Hub 7Andy Scherzinger2023-11-161-1/+1
| | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Remove unneeded `tabindex="0"` from sidebar and app contentjulia.kirschenheuter2023-10-251-3/+3
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* fix several admin settings problemsSimon L2023-10-131-2/+4
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix double headingSimon L2023-10-061-1/+1
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* address reviewSimon L2023-10-061-22/+69
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Move inline docs to online documentationSimon L2023-10-051-40/+20
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Split list to navigation for the left sidebarjulia.kirschenheuter2023-09-281-49/+51
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* BUmp Hub 5 -> Hub 6Andy Scherzinger2023-08-151-1/+1
| | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Update blog URL (formerly "/news")Jérôme Herbinet2023-08-041-1/+1
| | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* First pass at ai admin settingsMarcel Klehr2023-08-021-0/+28
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix confusion around mail settingsSimon L2023-06-171-8/+10
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Disable "Enforce password protection" if not asking for a passwordDaniel Calviño Sánchez2023-05-221-1/+5
| | | | | | | | | | | | | | | | | | | | "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(carddav): expose system address bookAnna Larch2023-05-111-2/+2
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>