summaryrefslogtreecommitdiffstats
path: root/apps/settings/templates
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Add settings to not match userID during full matchLouis Chemineau2022-04-061-1/+10
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #31194 from ↵Vincent Petry2022-04-061-0/+12
|\ | | | | | | | | nextcloud/feat/allow-to-exclude-groups-from-password-enforcement Allow to disable password policy enforcement for selected groups
| * Allow to disable password policy enforcement for selected groupsCarl Schwan2022-04-051-0/+12
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Co-authored-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | use `inputmode="numeric"` on port numberChristian Oliff2022-04-051-1/+1
|/ | | this is a UX enhancement for touchscreen devices... e.g. iPad
* Add profile default setting for adminChristopher Ng2022-03-181-0/+7
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add global profile toggle configChristopher Ng2022-03-181-18/+24
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add warning to the userCarl Schwan2022-03-011-0/+1
| | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Co-authored-by: MichaIng <micha@dietpi.com> Co-authored-by: zroebg <carlos@reendex.com>
* Cleanup admin settings js filesCarl Schwan2022-02-171-1/+2
| | | | | | | | | | | | | * Move admin.js to webpack, so that this use the bundled jquery files instead of the deprecated window.$ Also fixing formatting * Remove log.js that seems to be from a time where logreader was bundled with server and I couldn't find an usage of it anymore * Fix recent regression in rebuild navigation function (now not depending on jquery anymore and bundled by webpack). Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* show if the mail server settings are not set or verifiedszaimen2022-02-031-1/+1
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* fix overlapping in the help settings sectionszaimen2021-12-171-4/+12
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Fix doc link in sharing settingsVincent Petry2021-11-191-1/+1
| | | | | | The doc link "i" icon was on the wrong line. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Add new profile visibility sectionChristopher Ng2021-11-041-8/+4
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #27949 from CarlSchwan/work/carl/password-reset-autocompleteLouis2021-10-251-2/+2
|\ | | | | Add autocompletion for password reset
| * Add autocompletion for password resetCarl Schwan2021-10-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using autocomplete="current-password" and autocomplete="new-password" will help browser with integrated password managers to generate safe password for the users. See https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_an_html_input_element and https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input/password#allowing_autocomplete. Also unify autocapitalize="none" autocorrect="off" behavior in a few other places for password input fields. Close #27885 Signed-off-by: Carl Schwan <carl@carlschwan.eu> Co-Authored-By: Julien Veyssier <eneiluj@posteo.net> Co-Authored-By: Pytal <24800714+Pytal@users.noreply.github.com>
* | show warning on personal settings pageVitor Mattos2021-10-231-0/+7
| | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
* | Merge pull request #26725 from ↵John Molakvoæ2021-10-221-1/+2
|\ \ | |/ |/| | | nextcloud/fix-federated-scope-not-shown-when-public-addressbook-upload-is-disabled
| * Hide "federated" scope when Federation app is disabledDaniel Calviño Sánchez2021-08-181-1/+2
| | | | | | | | | | | | | | If the Federation app is disabled it is not possible to synchronize the users from a different server. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Profile frontendChristopher Ng2021-10-191-73/+85
| | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Add admin privilege delegation for admin settingsCarl Schwan2021-09-291-0/+29
| | | | | | | | | | | | | | This makes it possible for selected groups to access some settings pages. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Show warning on the share settings when the File Shares app is disabledThomas Citharel2021-09-151-137/+144
| | | | | | | | | | | | Closes #3706 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | VuetifyChristopher Ng2021-08-271-27/+1
| | | | | | | | | | | | - abstract HeaderBar component Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | VuetifyChristopher Ng2021-08-231-26/+1
|/ | | | | | | - abstract shared components - rewrite email section Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add h2 to personal info page, fixing accessibility issueJan C. Borchardt2021-07-291-1/+2
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Make emails VuetifulChristopher Ng2021-07-151-48/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* add singular and plural in for days in admin sharing settingsszaimen2021-07-061-3/+3
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* l10n: Correct spellingValdnet2021-05-301-1/+1
|
* l10n: Remove space from translationValdnet2021-05-281-3/+3
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Merge pull request #26727 from nextcloud/group-exclude-link-shareMorris Jobke2021-05-211-1/+9
|\ | | | | Add option to exclude groups from creating link shares
| * allow excluding groups from creating link sharesRobin Appelman2021-05-121-1/+9
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Prefer string $file over 1-element array in script()François Freitag2021-05-182-6/+2
|/ | | | | | | The string syntax is more obvious. There should be one (and preferably only one) way of doing things. Signed-off-by: François Freitag <mail@franek.fr>
* Fix active scope not visible in the menu if excludedDaniel Calviño Sánchez2021-04-231-5/+1
| | | | | | | | | | | | | | | | | | | Depending on some settings (for example, if lookup server upload is disabled) some items can be hidden in the scope menu. However, if the user selected an scope in the past once the settings were changed the scope was no longer visible in the menu. Now the active scope will be always visible in the menu, although if it is an excluded scope it will be disabled. Selecting any other scope will then hide the excluded and no longer active one. When upload to the lookup server is disabled the scope menu was hidden for display name and email in the personal information settings; now the menu will be always shown to enable the above described behaviour. Note that the menu will be shown even if there is a single available scope so the user can read its description. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Fix accessibility of federation menu privacy buttonsJan C. Borchardt2021-04-191-14/+14
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Fix accessibility of profile picture sectionJan C. Borchardt2021-04-191-4/+4
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Add proper labels for personal settings privacy togglesJan C. Borchardt2021-04-191-7/+7
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Separate settings for remote share expirationVincent Petry2021-04-151-0/+23
| | | | | | | Added separate settings for default and enforced expiration date for remote shares. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Fix working for phone number integrationJoas Schilling2021-03-291-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make extra user profile fields always editableVincent Petry2021-03-261-20/+2
| | | | | | | | The fields for phone number, address, website and twitter are now editable regardless whether federated sharing and the lookup server are enabled or not. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Adjust scopes menu based on conditionsVincent Petry2021-03-261-13/+3
| | | | | | | | | | | Now not all fields have the "v2-private" option in place. Fix dropdown issue when a scope was stored that is not listed after disabling the lookup server. Whenever the lookup server upload is disabled, the scope menu is now displayed where it makes sense to allow switching between the two private scopes. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Sharing link & mail parityJohn Molakvoæ (skjnldsv)2021-03-221-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix CS hopefullyJoas Schilling2021-03-101-4/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add a setting to restrict returning a full match unless in phonebook or same ↵Joas Schilling2021-03-101-1/+10
| | | | | | group Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add a hint that the settings are OR basedJoas Schilling2021-03-101-0/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add a config setting to restrict autocompletion to phonebook matchesJoas Schilling2021-03-101-1/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>