aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* l10n: Improve grammarrakekniven2022-04-271-1/+1
| | | | | Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* Catch avatar export separately for better failure tracingChristopher Ng2022-04-131-1/+5
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Adapt existing migrators to new APICôme Chilliet2022-04-131-11/+11
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add settings to ignore second display name in searchLouis Chemineau2022-04-121-0/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Use Migrators id instead of class namesCôme Chilliet2022-04-111-1/+1
| | | | | | | This will help with UI and means migrators can move in namespaces without changing export format. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #31857 from nextcloud/feat/dont_match_useridVincent Petry2022-04-111-0/+1
|\ | | | | Add settings to not match userID during full match
| * Add settings to not match userID during full matchLouis Chemineau2022-04-061-0/+1
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Extend account migratorChristopher Ng2022-04-081-1/+27
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #31194 from ↵Vincent Petry2022-04-061-1/+8
|\ | | | | | | | | 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-1/+8
| | | | | | | | | | | | 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>
* | Merge pull request #30950 from nextcloud/enh/opcache-recommends-translationVincent Petry2022-03-241-8/+8
|\ \ | | | | | | Add OPcache recommendations to Transifex
| * | Add OPcache recommendations to TransifexMichaIng2022-03-221-8/+8
| | | | | | | | | | | | | | | | | | Fixes: https://github.com/nextcloud/server/issues/30941 Signed-off-by: MichaIng <micha@dietpi.com>
* | | Limit the length of app password namesJoas Schilling2022-03-231-0/+8
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Move data into settings folderChristopher Ng2022-03-221-16/+20
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Use account method to set all propertiesChristopher Ng2022-03-181-18/+2
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Use streamsChristopher Ng2022-03-181-3/+3
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Transfer to settings app and registerChristopher Ng2022-03-183-0/+187
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add profile default setting for adminChristopher Ng2022-03-181-0/+16
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add global profile toggle configChristopher Ng2022-03-181-3/+5
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Differenciate the activity depending on admin vs user actionJoas Schilling2022-03-102-2/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #31430 from ↵Simon L2022-03-101-8/+7
|\ | | | | | | | | nextcloud/enh/31429/improve-overwrite-cli-url-check Validate `overwrite.cli.url` to be a url in setup check
| * improve overwrite cli url setup checkszaimen2022-03-091-8/+7
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | Merge pull request #31470 from nextcloud/enh/13099/allow-disable-imagick-warningJohn Molakvoæ2022-03-081-14/+21
|\ \
| * | allow to disable the imagick warningszaimen2022-03-071-14/+21
| | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Co-Authored-By: MichaIng <micha@dietpi.com>
* | | allow adding protocol to domains in 'connectivity_check_domains' configJulien Veyssier2022-03-071-8/+13
|/ / | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | Merge pull request #31267 from nextcloud/enh/docs-link-for-opcache-recommendsMichaIng2022-03-041-1/+1
|\ \ | | | | | | Add Nextcloud docs link to OPcache recommends
| * | Add Nextcloud docs link to OPcache recommendsMichaIng2022-03-031-1/+1
| |/ | | | | | | | | | | | | | | A link to the Nextcloud documentation is currently only shown when the OPcache module is not loaded at all. This commit moves the link to the generic text above the individual recommendations list. Additionally remove the obsolete phpOpcacheDocumentation entry from test data arrays, which is not passed anymore by the backend. Signed-off-by: MichaIng <micha@dietpi.com>
* / Fix permittedPath comparisonMickey Knox2022-03-021-1/+1
|/ | | | Signed-off-by: Mickey Knox <mickey@netfreaks.org>
* Cleanup admin settings js filesCarl Schwan2022-02-171-1/+0
| | | | | | | | | | | | | * 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>
* Merge pull request #31032 from nextcloud/instanceNameVincent Petry2022-02-101-2/+8
|\ | | | | Don't use plain URL on the email subject
| * Don't use plain URL on the subjectacsfer2022-02-061-2/+8
| | | | | | | | | | Many servers classify emails with plain URLs on subject as spam, or can event reject/discard it completely. Don't use it and display Instance Name instead. `550 5.2.0 GIuMngdpZqS9h Mail rejected. OFR_506 [506]`
* | Setup warning for invalid LDAP user or group UUIDs.Arthur Schiwon2022-02-102-2/+85
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* show if the mail server settings are not set or verifiedszaimen2022-02-032-1/+31
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Merge pull request #30508 from nextcloud/fix/psaml-binCarl Schwan2022-01-131-4/+1
|\ | | | | Fix psalm not running
| * Fix a few psalm issues and moved back to psalm/phar 4.18Carl Schwan2022-01-121-4/+1
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Avoid zero division in setup checksMichaIng2022-01-111-3/+12
|/ | | | | | Fixes: https://github.com/nextcloud/server/issues/30532 Signed-off-by: MichaIng <micha@dietpi.com>
* Enhance and complement OPcache setup checksMichaIng2021-12-191-24/+49
| | | | | | | | | | | | | | The current OPcache recommendations match the PHP defaults, but the values are much higher than required to run Nextcloud, even with a high number of installed apps. On the other hand, when other applications use the same OPcache instance, the recommended values might not be sufficient. Accurate recommendations need to take into account actual OPcache usage. With this commit, recommendations are shown to raise the config value if more than 90% of max cache size or number of keys is used. The checks whether the module is loaded and whether the OPcache is properly configured have been merged into a single function. This allowed to reduce the overhead of OPcache configuration checks when the module is not loaded. A check has been added whether Nextcloud is permitted to use the OPcache API. Without this, inconsistencies during core or app upgrades may cause errors and OPcache usage cannot be determined for the new usage based checks. OPcache usage based checks are skipped when Nextcloud is not permitted to use the API. Signed-off-by: MichaIng <micha@dietpi.com>
* Make sure trusted_proxies is an arrayJoas Schilling2021-11-091-3/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Refine profile backend for frontend visibility requirementsChristopher Ng2021-11-041-1/+1
| | | | | | | | | - Provide metadata - Dynamic displayId - Add appId - Filter out unused parameter config properties from the existing profile config Signed-off-by: Christopher Ng <chrng8@gmail.com>
* show warning on personal settings pageVitor Mattos2021-10-231-1/+16
| | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
* Show warning on admin settings pageVitor Mattos2021-10-231-1/+15
| | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
* Merge pull request #27731 from ZitronePlus/masterJohn Molakvoæ2021-10-221-1/+1
|\
| * Fix for #26526ZitronePlus2021-06-301-1/+1
| | | | | | | | | | fix for sql query replaced double quotes with single quotes. Query should now also work for dbs with sql_mode including "ANSI" and "ANSI_QUOTES"
* | Merge pull request #26725 from ↵John Molakvoæ2021-10-221-0/+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-0/+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>
* | | Merge pull request #29256 from ↵Julien Veyssier2021-10-211-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/noid/harmonize-appstoreenabled-check Fix appstoreenabled check
| * | | fix appstoreenabled check in Fetcher so it's coherent with AppSettingsControllerJulien Veyssier2021-10-181-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | | | Merge pull request #28751 from nextcloud/feat/28139/profile-pagePytal2021-10-181-29/+114
|\ \ \ \
| * | | | Profile backendChristopher Ng2021-10-191-29/+114
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | Add scheduling availability settingsChristoph Wurst2021-10-181-0/+58
| |/ / / |/| | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>