summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* only log diagnostic events if a treshhold is setRobin Appelman2022-05-161-0/+2
| | | | | | this prevents log spam and it's rare that you actually want to very short events logged anyway Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #31975 from ↵Vincent Petry2022-04-141-0/+12
|\ | | | | | | | | nextcloud/bugfix/31952/fix-mail-link-share-password-expiration-settings Adjust settings for mail link password
| * Adjust settings for mail link passwordVincent Petry2022-04-141-0/+12
| | | | | | | | | | | | | | | | | | Rename the settings and invert the meaning. Increase default interval to one hour. Changed the interval to be a number of seconds, to align with other setting styles. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Add a metadata service to store file metadataCarl Schwan2022-04-131-0/+11
|/ | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #31194 from ↵Vincent Petry2022-04-061-0/+5
|\ | | | | | | | | 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/+5
| | | | | | | | | | | | 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>
* | Add a built-in profiler inside NextcloudCarl Schwan2022-04-041-0/+8
|/ | | | | | The webui is provided by a seperate application named profiler Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #24166 from nextcloud/imaginary-prototypeCarl Schwan2022-03-181-0/+8
|\ | | | | Send images to Imaginary docker to generate previews
| * Send images to imaginary docker to generate previewsVincent Petry2022-03-171-0/+8
| | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Co-Authored-by: Vincent Petry <vincent@nextcloud.com>
* | Add global profile toggle configChristopher Ng2022-03-181-0/+7
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | allow adding protocol to domains in 'connectivity_check_domains' configJulien Veyssier2022-03-071-0/+4
| | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | Diagnostics event logging to Nextcloud logJulius Härtl2022-02-281-0/+14
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Add config samples Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Typoacsfer2022-02-201-1/+1
| |
* | Clarify `preview_max_filesize_image` behavioracsfer2022-02-201-2/+3
|/ | | Fix https://github.com/nextcloud/server/issues/30220
* Allow sysadmins to define a maintenance window where heavier jobs can runJoas Schilling2022-02-071-0/+14
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #30763 from ↵John Molakvoæ2022-01-251-1/+26
|\ | | | | | | nextcloud/feature/noid/allow-to-log-audit-to-syslog
| * Allow write audit log to syslog and systemdlogJoas Schilling2022-01-201-1/+26
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | allow changing the top-left logo link target in system configJulien Veyssier2022-01-201-0/+7
| | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | Merge pull request #30129 from nextcloud/mdb10.6-pipelineJohn Molakvoæ2022-01-191-1/+1
|\ \ | |/ |/|
| * Update default row_formatacsfer2021-12-071-1/+1
| |
* | Merge pull request #30291 from nextcloud/image-memory-limitJoas Schilling2022-01-111-0/+10
|\ \ | | | | | | Prevent loading images that would require too much memory.
| * | Prevent loading images that would require too much memory.Joachim Bauch2022-01-111-0/+10
| |/ | | | | | | | | | | | | | | | | | | | | | | | | For most image formats, the header specifies the width/height. PHP allocates an image object from that size, even if the actual image data is much smaller. This image object size is not limited by the limit configured in PHP. The memory limit can be configured through "config.php" setting "preview_max_memory" and defaults to 128 MBytes which should be enough for most images without filling up all memory. Signed-off-by: Joachim Bauch <bauch@struktur.de>
* | Merge pull request #30130 from nextcloud/fix/config_is_read_onlyChristoph Wurst2021-12-171-5/+5
|\ \ | | | | | | Don't write to config file if `config_is_read_only` is set
| * | Don't write to config file if `config_is_read_only` is setJonas Meurer2021-12-131-5/+5
| |/ | | | | | | | | | | | | | | Also don't write to cache in this case to prevent cache and config file being out of sync. Fixes: #29901 Signed-off-by: Jonas Meurer <jonas@freesources.org>
* / Add option to disallow creation of local storagesVincent Petry2021-12-151-0/+13
|/ | | | | | | Introduce a new config option to prevent web UI admins to create or edit external storages of type "local". Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Allow to log DB, redis and LDAP requests into filesJoas Schilling2021-12-011-0/+27
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix background scan doc in configVincent Petry2021-10-151-1/+1
| | | | | | The background scanner only processes entries with size < 0 Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Merge pull request #29135 from nextcloud/feat/appstore-filteringJoas Schilling2021-10-141-0/+6
|\ | | | | Allow to filter apps from the appstore
| * Allow to whitelist apps from the apsptoreJohn Molakvoæ2021-10-131-0/+6
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Merge pull request #28637 from JensTimmerman/masterDaniel2021-10-131-1/+1
|\ \ | | | | | | Update config.sample.php
| * | Update config.sample.phpJens Timmerman2021-08-291-1/+1
| | | | | | | | | fix typo
| * | Update config.sample.phpJens Timmerman2021-08-291-1/+1
| | | | | | | | | fixes nextcloud/server#21674
* | | Add documentation for files_no_background_scanDaniel Kesselberg2021-10-081-0/+11
| |/ |/| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Add config.php option for transfer ownershipVincent Petry2021-09-151-0/+7
| | | | | | | | | | | | Add option to specify whether to transfer incoming shares by default. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Copy doc update to sample configJoas Schilling2021-09-141-1/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #28677 from nextcloud/fix/noid/mysql-collationblizzz2021-09-091-0/+18
|\ \ | | | | | | make it possible to override the default collation on mysql
| * | make it possible to override the default collationArthur Schiwon2021-09-011-0/+18
| |/ | | | | | | | | | | - allows admins to configure it for edge cases like accent sensitivity Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / Let users choose a share_folderHinrich Mahler2021-09-061-0/+5
|/
* Extend description for dbdriveroptions config value for TLS/SSL setupsJulius Härtl2021-08-251-1/+11
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #27888 from nextcloud/fix/redis-authJohn Molakvoæ2021-07-221-0/+20
|\
| * Properly support RedisClusterJohn Molakvoæ (skjnldsv)2021-07-221-2/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Support redis user password auth and tls encryptionJohn Molakvoæ (skjnldsv)2021-07-201-0/+20
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #28077 from nextcloud/heicPerformanceJulius Härtl2021-07-211-2/+1
|\ \ | |/ |/|
| * Disable HEIC image preview provider for performance concernstobiasKaminsky2021-07-211-2/+1
| | | | | | | | Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
* | Rename External storages to External storageszaimen2021-05-201-2/+2
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | Update cipher defaultsJ0WI2021-03-261-3/+8
|/ | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* Merge pull request #26007 from nextcloud/docs/config/session_lifetimeRoeland Jago Douma2021-03-081-0/+3
|\ | | | | Add hint about possible limit when setting a session_lifetime
| * Add hint about possible limit when setting a session_lifetimeJulius Härtl2021-03-081-0/+3
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Allow admins to disable the login formRoeland Jago Douma2021-03-081-0/+9
|/ | | | | | | | | In case they want to not allow this because they use SSO (and do not want the users to enter their credentials there by accident). ?direct=1 still works. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* fix typo in template directory configSascha Wiswedel2021-02-251-1/+1
| | | Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>