- Mar 06, 2020
-
-
Sander Ruitenbeek authored
Signed-off-by:
Sander Ruitenbeek <sander@getgoing.nl> Fix typos Signed-off-by:
Sander Ruitenbeek <sander@getgoing.nl>
-
- Feb 29, 2020
-
-
Mohammed Abdellatif authored
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>
-
- Feb 03, 2020
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Jan 22, 2020
-
-
Arthur Schiwon authored
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
- Jan 20, 2020
-
-
Arthur Schiwon authored
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
- Jan 16, 2020
-
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
- Jan 09, 2020
-
-
Carlos Ferreira authored
Remove reference link as domain doesn't exist anymore.
-
- Dec 16, 2019
-
-
Roeland Jago Douma authored
Part of #18255 Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Nov 19, 2019
-
-
Pierre Ozoux authored
To reflect what is in the UI. Signed-off-by:
pierreozoux <pierre@ozoux.net>
-
- Sep 26, 2019
-
-
MichaIng authored
Signed-off-by:
MichaIng <micha@dietpi.com>
-
- Aug 22, 2019
-
-
Arthur Schiwon authored
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
- Aug 19, 2019
-
-
MichaIng authored
+ Ref: https://github.com/nextcloud/server/pull/16792/files#r315206147 Signed-off-by:
Micha Felle <micha@dietpi.com>
-
MichaIng authored
+ Ref: https://github.com/nextcloud/server/pull/16792/files#r315207691 Signed-off-by:
Micha Felle <micha@dietpi.com>
-
MichaIng authored
+ 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>
-
- Jul 31, 2019
-
-
brad2014 authored
Per @georgehrke change request for PR #12392, instead of setting dav.invitation_link_recipients in the system config.php file, we set it in the database table oc_appconfig. Furthermore, the value of the config variable is always a string: 'yes' to include links in imip mail, 'no' to exclude them, or a comma-separated list of email addresses and/or domains for which they should be included. If not specified in oc_appconfig, the default is 'yes'. Signed-off-by:
brad2014 <brad2014@users.noreply.github.com>
-
- Jul 10, 2019
-
-
Morris Jobke authored
Allows to select the enterprise update channel for instances that have a valid subscription. Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Jun 12, 2019
-
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-
- May 22, 2019
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Apr 11, 2019
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Mar 13, 2019
-
-
Jonas Sulzer authored
Signed-off-by:
Jonas Sulzer <jonas@violoncello.ch>
-
- Feb 28, 2019
-
-
Brad Rubenstein authored
Signed-off-by:
Brad Rubenstein <brad@wbr.tech>
-
Brad Rubenstein authored
Fix Issue #11230 Only present accept/decline button links in iMip mail for REQUEST, not CANCEL or others. Fix Issue #12156 Implement config setting "dav.invitation_link_recipients", to control which invitation recipients see accept/decline button links. The default, for public internet facing servers, is to always include them. For a server on a private intranet, this setting can be set to the email addresses or email domains of users whose browsers can access the nextcloud server referenced by those accept/decline button links. It can also be set to "false" to exclude the links from all requests. Signed-off-by:
Brad Rubenstein <brad@wbr.tech>
-
- Jan 23, 2019
-
-
Roeland Jago Douma authored
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>
-
- Nov 30, 2018
-
-
Branko Kokanovic authored
Signed-off-by:
Branko Kokanovic <branko@kokanovic.org>
-
- Nov 29, 2018
-
-
Carsten Wiedmann authored
Signed-off-by:
Daniel Kesselberg <mail@danielkesselberg.de>
-
- Nov 22, 2018
-
-
Sylvia van Os authored
Signed-off-by:
Sylvia van Os <sylvia@hackerchick.me>
-
- Oct 30, 2018
-
-
Rayn0r authored
Signed-off-by:
Rayn0r <Andre.Weidemann@web.de>
-
Oliver Wegner authored
Signed-off-by:
Oliver Wegner <void1976@gmail.com>
-
- Oct 02, 2018
-
-
Roland Tapken authored
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>
-
- Sep 04, 2018
-
-
Marius Blüm authored
Signed-off-by:
Marius Blüm <marius@lineone.io>
-
- Aug 23, 2018
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Aug 22, 2018
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Aug 20, 2018
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Aug 12, 2018
-
-
Daniel Kesselberg authored
Signed-off-by:
Daniel Kesselberg <mail@danielkesselberg.de>
-
- Jul 13, 2018
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Jul 04, 2018
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Jun 29, 2018
-
-
Johannes Ernst authored
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>
-
- Jun 27, 2018
-
-
Thomas Citharel authored
Signed-off-by:
Georg Ehrke <developer@georgehrke.com>
-
- Jun 06, 2018
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
jaltek authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-