summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #33692 from nextcloud/update-dirblizzz2022-09-021-0/+9
|\ | | | | Document and use the new updateDirectory if set
| * Fix small typoGit'Fellow2022-08-251-1/+1
| | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * Document updatedirectory optionGit'Fellow2022-08-251-0/+9
| | | | | | Signed-off-by: Git'Fellow <carlos@reendex.com>
* | Merge pull request #33470 from SpamReceiver/patch-2Vincent Petry2022-09-011-7/+21
|\ \ | | | | | | Make the description of `trashbin_retention_obligation` more clear
| * | address reviewSimon L2022-08-211-1/+1
| | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Co-authored-by: Vincent Petry <vincent@nextcloud.com>
| * | Solution for #6889SpamReceiver2022-08-051-7/+21
| | | | | | | | | | | | | | | See also: nextcloud/documentation#7046 Signed-off-by: SpamReceiver <spam-receiver@web.de>
* | | Refactor cache handlingJulius Härtl2022-08-311-0/+7
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Flip bulkupload.enabled default value to trueCôme Chilliet2022-08-291-2/+2
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Add bulkupload.enabled configuration switchCôme Chilliet2022-08-251-0/+7
| |/ |/| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #33569 from nextcloud/enh/hide-projectsJulius Härtl2022-08-251-1/+9
|\ \ | | | | | | Add config option to hide deprecated projects in sharing tab by default
| * | Hide deprecated projects in sharing tab by defaultChristopher Ng2022-08-181-1/+9
| |/ | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* / Add config option to disable strict session timeout to be able to use ↵Julius Härtl2022-08-171-0/+11
|/ | | | | | | | read_and_close Fixed https://github.com/nextcloud/server/issues/29356 Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Handle one time passwordsCarl Schwan2022-07-051-0/+15
| | | | | | | | This adds an option to disable storing passwords in the database. This might be desirable when using single use token as passwords or very large passwords. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #31197 from nextcloud/acsfer-patch-1Carl Schwan2022-06-131-1/+2
|\ | | | | Add memcached unix socket instructions
| * Add memcached unis socket instructionszroebg2022-02-151-1/+2
| |
* | Merge pull request #32660 from susnux/masterVincent Petry2022-06-101-0/+9
|\ \ | | | | | | Feature: Add loglevel exported JS OC.config object
| * | Feature: Add and expose frontend loglevelFerdinand Thiessen2022-06-061-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a new config variable `loglevel_frontend`, allowing to configure the logging level of the browser part as requested in nextcloud/nextcloud-logger#141 If not configured the `loglevel` is used as the fallback. Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
* | | Expose umask override value as config parameter: localstorage.umaskMartin Brugnara2022-06-051-0/+12
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 451c06d introduced override for umask value. This is needed to avoid broken env configuration or dirty workers to mess with the permissions when creating new files. Most Nextcloud, that does not integrate with external software would work fine with an hard-coded value (451c06d set it at 022). Advanced install may require more flexibility, as such this commit exposes the "umask override value" as configuration parameter: `localstorage.umask` It defaults to 0022 both in code and in config/config.sample.php . Signed-off-by: Martin Brugnara <martin@0x6d62.eu>
* | Allow to tweak default scopes for accountsThomas Citharel2022-05-161-0/+14
| | | | | | | | | | | | Close #6582 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | only log diagnostic events if a treshhold is setRobin Appelman2022-05-131-1/+3
| | | | | | | | | | | | 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 #32110 from plumbeo/binary-encoding-4Vincent Petry2022-05-051-0/+9
|\ \ | | | | | | Save encrypted files in binary format
| * | Save encrypted files in binary formatplumbeo2022-05-041-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Default to the more space-efficient binary encoding for newly encrypted files instead of the traditional base64 encoding, eliminating the 33% overhead. The new option 'encryption.use_legacy_encoding' allows to force the legacy encoding format if needed. Files encoded in the old format remain readable. Based on https://github.com/owncloud/encryption/pull/224 and https://github.com/owncloud/core/pull/38249 by karakayasemi. Signed-off-by: plumbeo <plumbeo@users.noreply.github.com>
* | | Add enforce_theme example IDsJohn Molakvoæ2022-04-301-1/+2
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | Allow to override the default themeJohn Molakvoæ2022-04-301-0/+6
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | Adds uploadPartSize to config sample.Pierre Ozoux2022-04-271-0/+2
|/ / | | | | | | | | | | closes https://github.com/nextcloud/server/issues/24390 Signed-off-by: Pierre Ozoux <pierre@ozoux.net>
* | 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>