- 23 May, 2017 1 commit
-
-
Git Repository authored
-
- 04 Apr, 2017 1 commit
-
-
Joas Schilling authored
They are known to cause troubles, for more information see https://github.com/nextcloud/server/issues/3847
-
- 02 Apr, 2017 1 commit
-
-
Jan Schulz-Hofen authored
e.g. code comments and user-facing prompts/outputs which can be safely changed without risking to break anything
-
- 29 Jul, 2016 1 commit
-
-
Michael Kroes authored
-
- 01 Apr, 2016 1 commit
-
-
Joshua Tauberer authored
-
- 31 Mar, 2016 1 commit
-
-
Joshua Tauberer authored
-
- 30 Mar, 2016 1 commit
-
-
Tibor Blaho authored
-
- 13 Mar, 2016 2 commits
-
-
Michael Kroes authored
Never allow admin panel to be inside a frame, use both modern and old headers. Also set no content sniffing
-
Michael Kroes authored
-
- 28 Aug, 2015 1 commit
-
-
Stefan Dimitrov authored
Nginx should be connecting over the local interface, not to the IP the resolver gives it. Elsewhere in this file proxy_pass uses 127.0.0.1 as it should.
-
- 14 Jun, 2015 1 commit
-
-
Joshua Tauberer authored
-
- 07 Jun, 2015 1 commit
-
-
bizonix authored
server is redirecting the request for this address in a way that will never complete
-
- 04 Jun, 2015 1 commit
-
-
Joshua Tauberer authored
* Split the nginx templates again so we have just the part needed to make a domain do a redirect separate from the rest. * Add server blocks to the nginx config for these domains. * List these domains in the SSL certificate install admin panel. * Generate default 'www' records just for domains we provide default redirects for. Fixes #321.
-
- 30 May, 2015 1 commit
-
-
Joshua Tauberer authored
fixes #414
-
- 25 May, 2015 1 commit
-
-
Joshua Tauberer authored
* install the munin-node package * don't install munin-plugins-extra (if the user wants it they can add it) * expose the munin www directory via the management daemon so that it can handle authorization, rather than manintaining a separate password file
-
- 20 Apr, 2015 1 commit
-
-
Joshua Tauberer authored
see https://github.com/owncloud/core/issues/14976 We will need to update when ownCloud makes this better with MOD_X_ACCEL_REDIRECT_PREFIX. See https://discourse.mailinabox.email/t/owncloud-can-not-read-uploaded-data/428.
-
- 28 Oct, 2014 1 commit
-
-
Joshua Tauberer authored
-
- 05 Oct, 2014 1 commit
-
-
Joshua Tauberer authored
since the management server binds to 127.0.0.1, must use that and not 'localhost' to connect to it because 'localhost' resolves to the IPv6 ::1 when it is available, see #224
-
- 03 Sep, 2014 1 commit
-
-
Joshua Tauberer authored
split CardDAV instrctions into a new page and add CalDAV instructions; create nice redirects at /cloud/calendar and /cloud/contacts
-
- 27 Aug, 2014 1 commit
-
-
Joshua Tauberer authored
expose the control panel only on PRIMARY_HOSTNAME since /admin might conflict with other stuff hosted on other domains
-
- 16 Aug, 2014 1 commit
-
-
Joshua Tauberer authored
owncloud will only let users access it from the PRIMARY_HOSTNAME (due to its trusted_domains option being set statically), so only include /cloud in the nginx configuration for PRIMARY_HOSTNAME
-