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
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
2019-11-19Improves doc of mail_smtpsecurePierre Ozoux
To reflect what is in the UI. Signed-off-by: pierreozoux <pierre@ozoux.net>
2019-09-26Add "Order" to assure that no parental "Allow" can grant accessMichaIng
Signed-off-by: MichaIng <micha@dietpi.com>
2019-08-22set a storage availability delay on auth issues to avoid lock outArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-08-19Apache 2.5 will be released as 2.6MichaIng
+ Ref: https://github.com/nextcloud/server/pull/16792/files#r315206147 Signed-off-by: Micha Felle <micha@dietpi.com>
2019-08-19Use syntax with cases according to official docsMichaIng
+ Ref: https://github.com/nextcloud/server/pull/16792/files#r315207691 Signed-off-by: Micha Felle <micha@dietpi.com>
2019-08-19Harden config protection .htaccessMichaIng
+ 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>
2019-07-10Enterprise update channelMorris Jobke
Allows to select the enterprise update channel for instances that have a valid subscription. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-06-12Add documentation to config.php for share_folderJohn Molakvoæ
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-22Allow redis cluster to use passwordMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-11Block install without CAN_INSTALL fileRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-03-13👌 IMPROVE: remove user_external example from config.sample.phpJonas Sulzer
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-01-23Honor remember_login_cookie_lifetimeRoeland Jago Douma
If the remember_login_cookie_lifetime is set to 0 this means we do not want to use remember me at all. In that case we should also not creatae a remember me cookie and should create a proper temp token. Further this specifies that is not 0 the remember me time should always be larger than the session timeout. Because else the behavior is not really defined. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-01Expose Swift Mailer streaming options in config, fixes #12702Branko Kokanovic
Signed-off-by: Branko Kokanovic <branko@kokanovic.org>
2018-11-29Apply patch from @cwiedmann but drop -oi option for pipeCarsten Wiedmann
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-11-22Make connectivity check domains configurableSylvia van Os
Signed-off-by: Sylvia van Os <sylvia@hackerchick.me>
2018-10-31Merge pull request #12089 from Rayn0r/masterDennis1993
added possibility to disable autocomplete in login form
2018-10-30added sample config for turning off form autocompletion on login pageRayn0r
Signed-off-by: Rayn0r <Andre.Weidemann@web.de>
2018-10-30Extending documentation in config.sample.php for `trusted_proxies`Oliver Wegner
Signed-off-by: Oliver Wegner <void1976@gmail.com>
2018-10-02Make logfile's mode configurable.Roland Tapken
The file logger currently resets the mode of the logfile to 0640. When the webserver is running as a different user than the cron job (but both are in the same group) the files mode has to be 0660. The current implementation breaks logging for the user that is not the owner of the logfile. This patch introduces a new config option 'logfilemode' that expects an octal value (defaults to 0640). Unless the value is lower or equal than 0 the logfiles mode will be resetted to this value. Signed-off-by: Roland Tapken <roland@bitarbeiter.net>
2018-09-04Fix typo in config.sample.phpMarius Blüm
Signed-off-by: Marius Blüm <marius@lineone.io>
2018-08-24Merge pull request #10801 from ↵Morris Jobke
nextcloud/documentation/10526/add-sample-config-for-heic Add sample config for HEIC image previews
2018-08-23Show link to simple sign up pageMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-08-22Add sample config for HEIC image previewsMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-08-20Fix comment style in config sampleMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-08-12Drop support for xcacheDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-07-13Update documentation for #10198Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-07-04Kill php mail from settingsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-29Added Systemd.log documentation to config.sample.phpJohannes Ernst
Changed name of default system (not systemd) logger from ownCloud to Nextcloud, to be consistent Fixed license per https://github.com/nextcloud/server/pull/9760#discussion_r195026784 Pulled upstream updates Signed-off-by: Johannes Ernst <jernst@indiecomputing.com>
2018-06-27handle config.php valuesThomas Citharel
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-06-06Add warningRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-06Configurable list for opt out from same site cookie protectionjaltek
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-04-24Merge pull request #9280 from nextcloud/bugfix/noid/swift-v3-scopeRoeland Jago Douma
Swift v3 requires setting a scope
2018-04-23Swift v3 requires setting a scopeRoeland Jago Douma
Unscoped auth is not guaranteed to return a catalog. So require the scope to be set properly. See https://developer.openstack.org/api-ref/identity/v3/index.html#password-authentication-with-unscoped-authorization Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-04-23Remove unused config optionMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-04-16Provide an option to disable HTML emailsMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-04-11Set the default log rotate size to 100 MBMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-03-26Use customclient_* values by default and do not use them in custom themes ↵Julius Härtl
anymore Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-03-14Fix bucket and container usageRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-02-26fix: change 'sqlite' to 'sqlite3'BernieO
@MorrisJobke asked me to open this pull request in the server repo instead of the documentation repo: https://github.com/nextcloud/documentation/pull/690 Text from the documentation pull request: On a fresh Nextcloud 13 Installation the default value for dbtype in config.php is 'sqlite3' (and not 'sqlite'). I also noticed that on previous versions. Despite the fact that Nextcloud 13 also works though, if that value is manually changed to 'sqlite', I would suggest to change that in the documentation to the actually used value created when installing Nextcloud - and that is 'sqlite3'.
2018-02-26Some swift v3 example configRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-01-12Raise PHP version number to PHP 7.0Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>