summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Add appstoreurl to config.sample.php.Daniel Kesselberg2020-06-231-0/+8
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* clarified trash bin retention by storage shortage overrideSascha Wiswedel2020-05-041-1/+1
| | | | Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* Add config for auto logout after browser inactivityJulius Härtl2020-04-231-0/+9
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Check all remotes for local accessJoas Schilling2020-04-141-0/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* remove Windows config since it is not supported anywaysJulius Härtl2020-04-081-8/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add preview provider for Krita filesJulius Härtl2020-04-081-2/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Start with webauthnRoeland Jago Douma2020-03-311-0/+5
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-29/+29
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #17684 from mlatief/support-no-proxyRoeland Jago Douma2020-03-221-0/+16
|\ | | | | Add support for GuzzleHTTP 'no' proxy
| * Add support for GuzzleHTTP 'no' proxyMohammed Abdellatif2020-02-291-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The custom config allows to setup a proxy URI that is passed to GuzzleHTTP client as request options. Guzzle has the option to receive an array of proxies for each URI scheme as well as 'no' key value pair to provide a list of host names that should not be proxied to. Guzzle would automatically populate these options with HTTPS_PROXY and NO_PROXY environment variables. However, when providing a 'proxy' request option, default values will be overriden and it is required to explicitly provide the 'no' value if needed. More info: http://docs.guzzlephp.org/en/stable/request-options.html#proxy This commit will add support for a new config 'proxyexclude', which takes a list of host names to be excluded. It will also provide 'proxy' request option as an array instead of a string to Guzzle, and populate 'http' and 'https' URI schemes with proxy URI, and 'no' with 'proxyexclude' list. Also, if no 'proxy' is configured, it will leave out 'proxy' request option, so it won't override Guzzle default values. Sample config file includes a hint on how to explicitly sync 'proxyexclude' with NO_PROXY, and a note about default values. Signed-off-by: Mohammed Abdellatif <m.latief@gmail.com>
* | Added IPv6 exampleSander Ruitenbeek2020-03-071-0/+4
|/ | | | | | | | Signed-off-by: Sander Ruitenbeek <sander@getgoing.nl> Fix typos Signed-off-by: Sander Ruitenbeek <sander@getgoing.nl>
* Allow selecting the hashing algorithmRoeland Jago Douma2020-02-031-0/+10
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>