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
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-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>
2020-06-23Add appstoreurl to config.sample.php.Daniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-05-04clarified trash bin retention by storage shortage overrideSascha Wiswedel
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-04-23Add config for auto logout after browser inactivityJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-14Check all remotes for local accessJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-08remove Windows config since it is not supported anywaysJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-08Add preview provider for Krita filesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-31Start with webauthnRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-03-26Use the short array syntax, everywhereChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-22Merge pull request #17684 from mlatief/support-no-proxyRoeland Jago Douma
Add support for GuzzleHTTP 'no' proxy
2020-03-07Added IPv6 exampleSander Ruitenbeek
Signed-off-by: Sander Ruitenbeek <sander@getgoing.nl> Fix typos Signed-off-by: Sander Ruitenbeek <sander@getgoing.nl>
2020-02-29Add support for GuzzleHTTP 'no' proxyMohammed Abdellatif
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>
2020-02-03Allow selecting the hashing algorithmRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-22extended documentationArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-01-20expose Argon2 options (as we did for bcrypt)Arthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-01-17Make auto accepting the default and provide setting to enforce the share ↵Julius Härtl
acceptance process Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-09Update config.sample.phpCarlos Ferreira
Remove reference link as domain doesn't exist anymore.
2019-12-19Merge pull request #16792 from MichaIng/patch-1Roeland Jago Douma
Harden data and config protection .htaccess
2019-12-16config.php setting to always accept internal sharesRoeland Jago Douma
Part of #18255 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-04Merge branch 'master' into patch-1MichaIng