aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* extended documentationArthur Schiwon2020-01-221-4/+10
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* expose Argon2 options (as we did for bcrypt)Arthur Schiwon2020-01-201-0/+25
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Make auto accepting the default and provide setting to enforce the share ↵Julius Härtl2020-01-161-4/+9
| | | | | | acceptance process Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update config.sample.phpCarlos Ferreira2020-01-091-1/+1
| | | Remove reference link as domain doesn't exist anymore.
* Merge pull request #16792 from MichaIng/patch-1Roeland Jago Douma2019-12-191-12/+23
|\ | | | | Harden data and config protection .htaccess
| * Merge branch 'master' into patch-1MichaIng2019-12-041-2/+13
| |\
| * | Add "Order" to assure that no parental "Allow" can grant accessMichaIng2019-09-261-0/+2
| | | | | | | | | Signed-off-by: MichaIng <micha@dietpi.com>
| * | Apache 2.5 will be released as 2.6MichaIng2019-08-191-2/+2
| | | | | | | | | | | | | | | + Ref: https://github.com/nextcloud/server/pull/16792/files#r315206147 Signed-off-by: Micha Felle <micha@dietpi.com>
| * | Use syntax with cases according to official docsMichaIng2019-08-191-12/+12
| | | | | | | | | | | | | | | + Ref: https://github.com/nextcloud/server/pull/16792/files#r315207691 Signed-off-by: Micha Felle <micha@dietpi.com>
| * | Harden config protection .htaccessMichaIng2019-08-191-6/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Set "Satisfy All" whenever available, as well on Apache 2.4+. This is required to override possible "Satisfy Any" on parent dir, which otherwise would allow direct access to data, regardless of "Require" directive. + Set "Deny from all" as well whenever available, to block access regardless of which access control directive takes priority. + Assume Apache 2.2 only, if mod_authz_core and mod_access_compat are both not available, to avoid doubled directives. In this case set "Deny from all" directive only if the providing mod_authz_host module is available. "Satisfy" is a core directive on Apache 2.2. + Update Apache version strings. Regarding the used directives/modules, Apache 2.4 and 2.5 behave the same. + Add ordering spaces to better reflect the nested directives and to match style of other .htaccess files. Fixes: #6449 (for the config directory) Signed-off-by: Micha Felle <micha@dietpi.com>
* | | config.php setting to always accept internal sharesRoeland Jago Douma2019-12-161-0/+7
| |/ |/| | | | | | | | | Part of #18255 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Improves doc of mail_smtpsecurePierre Ozoux2019-11-191-2/+2
| | | | | | | | | | | | To reflect what is in the UI. Signed-off-by: pierreozoux <pierre@ozoux.net>
* | set a storage availability delay on auth issues to avoid lock outArthur Schiwon2019-08-221-0/+11
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Enterprise update channelMorris Jobke2019-07-101-1/+0
| | | | | | Allows to select the enterprise update channel for instances that have a valid subscription. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add documentation to config.php for share_folderJohn Molakvoæ2019-06-121-0/+1
| | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Allow redis cluster to use passwordMorris Jobke2019-05-221-2/+6
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Block install without CAN_INSTALL fileRoeland Jago Douma2019-04-111-0/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 👌 IMPROVE: remove user_external example from config.sample.phpJonas Sulzer2019-03-131-12/+0
| | | | Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>