summaryrefslogtreecommitdiffstats
path: root/apps/settings/templates
Commit message (Collapse)AuthorAgeFilesLines
* Add "-i" to sendmail's pipe FedericoHeichou2024-02-231-1/+1
| | | Signed-off-by: FedericoHeichou <federicoheichou@gmail.com>
* BUmp Hub 5 -> Hub 6Andy Scherzinger2023-08-151-1/+1
| | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* First pass at ai admin settingsMarcel Klehr2023-08-091-0/+28
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit fc9780a41d586e2983f18e128a4095484e5860ac)
* fix confusion around mail settingsSimon L2023-06-191-8/+10
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* 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>
* 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