aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/templates
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Show loading spinner until share settings are fully loadedDaniel Calviño Sánchez2023-05-101-1/+1
| | | | | | | | | | | | | | | | | 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>
* bump hub numberAndy Scherzinger2023-05-041-1/+1
| | | | | Bump the hub number 4->5 for v27 Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(mailer): check if authentication is neccessaryAnna Larch2023-03-241-6/+2
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Merge pull request #36785 from nextcloud/bug/bring-back-auth-checkboxblizzz2023-03-011-32/+58
|\ | | | | Add back authentication checkbox for mailer settings
| * Add back authentication checkbox for mailer settingsAnna Larch2023-02-221-32/+58
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | up the hubArthur Schiwon2023-02-281-1/+1
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Migrate to Symfony MailerCôme Chilliet2023-02-021-30/+3
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #35609 from nextcloud/add-data-section-idVincent Petry2022-12-161-4/+3
|\ | | | | Add section-id and section-type data attributes to settings <li> navigation items
| * Add section-id and section-type data attributes to settings <li> navigation ↵Thomas Citharel2022-12-051-4/+3
| | | | | | | | | | | | items Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Fix profile visibility not appearingCarl Schwan2022-12-061-1/+0
|/ | | | | | | 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>
* Rename mastodon to fediverseCarl Schwan2022-11-221-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Refactor profile info settingsCarl Schwan2022-11-211-49/+45
| | | | | | | | | - 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-8/+8
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix disabled federated scopeChristopher Ng2022-10-281-2/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Remake locale saving with VueChristopher Ng2022-09-161-33/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Remake group and quota details section with VueChristopher Ng2022-09-151-25/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Show Nextcloud Hub 3 in overview page when applicableVincent Petry2022-09-141-0/+4
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Fix twofactor provider icons in dark modeJoas Schilling2022-09-131-10/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remake profile picture saving with VueChristopher Ng2022-09-021-36/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #33396 from ↵Vincent Petry2022-09-011-2/+0
|\ | | | | | | | | Xavierando/#33036-Set-default-expiration-date-(shareapiDefaultExpireDate) #33036 [Bug]: Set default expiration date
| * Update sharing.phpXavierando2022-07-281-2/+0
| |
* | Make scroll areas keyboard focussableJulius Härtl2022-09-012-4/+4
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Port password settings to vueCarl Schwan2022-08-311-40/+3
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #33746 from nextcloud/a11y/33739/fix-legacy-navVincent Petry2022-08-312-10/+8
|\ \ | | | | | | Add a11y attributes for legacy app navigation
| * | Add a11y attributes for legacy app navigationVincent Petry2022-08-292-10/+8
| | | | | | | | | | | | | | | | | | | | | Aded "role=navigation" Added "aria-current=page" for the currently selected item. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | Remake phone number property saving with VueChristopher Ng2022-08-261-14/+1
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Remake website property saving with VueChristopher Ng2022-08-261-42/+1
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Fix rebasing issues and improve profile settings page a bit moreCarl Schwan2022-08-261-2/+2
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Adapt to new Nextcloud vue styleCarl Schwan2022-08-261-14/+18
|/ / | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Remake location property saving with VueChristopher Ng2022-08-251-14/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Remake Twitter handle saving with VueChristopher Ng2022-08-251-42/+1
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Port encryption admin settings to vueCarl Schwan2022-07-131-76/+3
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Don't allow setting password bigger than 469 charactersCarl Schwan2022-07-051-0/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #32443 from nextcloud/port/background-job-adminPytal2022-05-201-87/+2
|\
| * Port BackgroundJob admin settings to vueCarl Schwan2022-05-201-87/+2
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Improve two factor admin settingsCarl Schwan2022-05-201-5/+1
|/ | | | | | | | - Port more of it to vue - Use new nextcloud vue components for the setting section - Add a bit of spacing between the elements Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Do not display search option in Shares settingsLouis Chemineau2022-05-031-27/+0
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add setting to ignore email during searchLouis Chemineau2022-05-031-0/+9
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* l10n: Change apostropheValdnet2022-04-261-1/+1
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* update description of cronjob settings to be aligned to the documentation updateszaimen2022-04-251-5/+5
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* l10n: Change to lowercaseValdnet2022-04-141-1/+1
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* l10n: Remove dot and add a parenthesisValdnet2022-04-141-1/+1
| | | | | Adaptation of the text string to the others. Removing the dot and adding a parenthesis. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Add settings to ignore second display name in searchLouis Chemineau2022-04-121-2/+11
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>