summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Handle one time and large passwordsCarl Schwan2022-08-031-0/+15
| | | | | | | | | | | | | | | 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>
* Allow to disable password policy enforcement for selected groupsCarl Schwan2022-07-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 global profile toggle configChristopher Ng2022-03-251-0/+7
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 1fc0b4320c8921ad59bf4d41a88bf9936e1f653d)
* Merge pull request #31481 from nextcloud/backport/30111/stable23Vincent Petry2022-03-091-0/+13
|\ | | | | [stable23] Add option to disallow creation of local storages
| * Add option to disallow creation of local storagesVincent Petry2022-03-071-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 adding protocol to domains in 'connectivity_check_domains' configJulien Veyssier2022-03-071-0/+4
|/ | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* Allow sysadmins to define a maintenance window where heavier jobs can runJoas Schilling2022-02-221-0/+14
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow write audit log to syslog and systemdlogJoas Schilling2022-02-161-1/+26
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #30949 from ↵Vincent Petry2022-02-161-0/+10
|\ | | | | | | | | nextcloud/bugfix/noid/allow-to-disable-v1-authtokens [stable23] Allow to disable AuthToken v1
| * Allow to disable AuthToken v1Joas Schilling2022-01-311-0/+10
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | 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>
* | Allow to log DB, redis and LDAP requests into filesJoas Schilling2021-12-021-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>
* Add templatedirectory config value to let admins have their custom templates ↵Julius Härtl2021-01-281-0/+15
| | | | | | by default Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add 'allow Symlinks' as an option to config.phpJohannes Leuker2021-01-121-0/+9
| | | | Signed-off-by: Johannes Leuker <j.leuker@hosting.de>
* Change defaultapp to dashboardrakekniven2021-01-081-3/+3
| | | | | | | | 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>
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-221-5/+5
|\ | | | | Unify links to php.net
| * Unify links to php.netJ0WI2020-09-171-5/+5
| | | | | | | | | | | | Update all links to https://www.php.net/ Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | Merge pull request #23319 from nextcloud/fix/argon2-descriptionsRoeland Jago Douma2020-12-211-14/+13
|\ \ | | | | | | Fix Argon2 descriptions
| * | Fix Argon2 descriptionsMichaIng2020-10-091-14/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Improve hints for default_phone_regionJoas Schilling2020-12-171-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | use a consistent default value for sharing.maxAutocompleteResultsArthur Schiwon2020-12-151-3/+10
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Add a config for default region of phone numbersJoas Schilling2020-12-071-0/+10
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / Allow configuring the activity update interval of tokenRoeland Jago Douma2020-10-041-0/+12
|/ | | | | | | | 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>
* Allow to disable share emailsJoas Schilling2020-08-191-0/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix default log_rotate_size in config.sample.phpMorris Jobke2020-08-111-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add config option to enable multibucket preview distributionMorris Jobke2020-08-061-0/+17
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>