Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2022-08-03Handle one time and large passwordsbackport/33407/stable23Carl Schwan
For passwords bigger than 250 characters, use a bigger key since the performance impact is minor (around one second to encrypt the password). For passwords bigger than 470 characters, give up earlier and throw exeception recommanding admin to either enable the previously enabled configuration or use smaller passwords. 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>
2022-07-05Allow to disable password policy enforcement for selected groupsbackport/stable23/31194Carl Schwan
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>
2022-03-25Add global profile toggle configChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 1fc0b4320c8921ad59bf4d41a88bf9936e1f653d)
2022-03-09Merge pull request #31481 from nextcloud/backport/30111/stable23Vincent Petry
[stable23] Add option to disallow creation of local storages
2022-03-07Add option to disallow creation of local storagesbackport/30111/stable23Vincent Petry
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>
2022-03-07allow adding protocol to domains in 'connectivity_check_domains' configJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-02-22Allow sysadmins to define a maintenance window where heavier jobs can runJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-16Allow write audit log to syslog and systemdlogJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-16Merge pull request #30949 from ↵Vincent Petry
nextcloud/bugfix/noid/allow-to-disable-v1-authtokens [stable23] Allow to disable AuthToken v1
2022-01-31Allow to disable AuthToken v1Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-11Prevent loading images that would require too much memory.Joachim Bauch
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>
2021-12-02Allow to log DB, redis and LDAP requests into filesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-15Fix background scan doc in configVincent Petry
The background scanner only processes entries with size < 0 Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-10-14Merge pull request #29135 from nextcloud/feat/appstore-filteringJoas Schilling
Allow to filter apps from the appstore
2021-10-13Merge pull request #28637 from JensTimmerman/masterDaniel
Update config.sample.php
2021-10-13Allow to whitelist apps from the apsptoreJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2021-10-08Add documentation for files_no_background_scanDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-09-15Add config.php option for transfer ownershipVincent Petry
Add option to specify whether to transfer incoming shares by default. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-09-14Copy doc update to sample configJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-09-09Merge pull request #28677 from nextcloud/fix/noid/mysql-collationblizzz
make it possible to override the default collation on mysql
2021-09-06Let users choose a share_folderHinrich Mahler
2021-09-01make it possible to override the default collationArthur Schiwon
- allows admins to configure it for edge cases like accent sensitivity Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-08-29Update config.sample.phpJens Timmerman
fix typo
2021-08-29Update config.sample.phpJens Timmerman
fixes nextcloud/server#21674
2021-08-25Extend description for dbdriveroptions config value for TLS/SSL setupsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-07-22Merge pull request #27888 from nextcloud/fix/redis-authJohn Molakvoæ
2021-07-22Properly support RedisClusterJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-07-21Merge pull request #28077 from nextcloud/heicPerformanceJulius Härtl
2021-07-21Disable HEIC image preview provider for performance concernstobiasKaminsky
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-07-20Support redis user password auth and tls encryptionJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-05-20Rename External storages to External storageszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-03-26Update cipher defaultsJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2021-03-08Merge pull request #26007 from nextcloud/docs/config/session_lifetimeRoeland Jago Douma
Add hint about possible limit when setting a session_lifetime
2021-03-08Add hint about possible limit when setting a session_lifetimeJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-03-08Allow admins to disable the login formRoeland Jago Douma
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>
2021-02-26fix typo in template directory configSascha Wiswedel
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-28Add templatedirectory config value to let admins have their custom templates ↵Julius Härtl
by default Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-01-12Add 'allow Symlinks' as an option to config.phpJohannes Leuker
Signed-off-by: Johannes Leuker <j.leuker@hosting.de>
2021-01-08Change defaultapp to dashboardrakekniven
Result of discussion at https://help.nextcloud.com/t/enable-dashboard-on-per-user-basis/94872 Code reference: https://github.com/nextcloud/server/blob/db86bea18ce41ad73e9c1a06f2b2d89d8d4f2ef8/lib/private/legacy/OC_Util.php#L1106 Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
2020-12-22Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma
Unify links to php.net
2020-12-21Merge pull request #23319 from nextcloud/fix/argon2-descriptionsRoeland Jago Douma
Fix Argon2 descriptions
2020-12-17Improve hints for default_phone_regionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-15use a consistent default value for sharing.maxAutocompleteResultsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-12-07Add a config for default region of phone numbersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-09Fix Argon2 descriptionsMichaIng
The threads option for the password_hash function does not define the maximum allowed number of CPU threads to be used by the hashing algorithm but the exact number of threads that is used. Similarly the memory_cost option for the password_hash function does not define the maximum allowed memory to be used by the hashing algorithm, but the exact amount of memory that is used by the hashing table. The minimum value is 8 KiB per thread. The time_cost option for the password_hash function does not define the allowed time in seconds, but the number of iterations for the hash function. If the minimum values are understood, the minimum values are used instead. Signed-off-by: MichaIng <micha@dietpi.com>
2020-10-04Allow configuring the activity update interval of tokenRoeland Jago Douma
On some systems with a lot of users this creates a lot of extra DB writes. Being able to increase this interval helps there. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-09-17Unify links to php.netJ0WI
Update all links to https://www.php.net/ Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-08-19Allow to disable share emailsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-11Fix default log_rotate_size in config.sample.phpMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-06Add config option to enable multibucket preview distributionMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>