Commit Graph

2706 Commits

Author SHA1 Message Date
Sascha Wiswedel
f8792bb7f3 Merge pull request #1615 from moviuro/patch-2
mysql_4byte_support: extra maintenance steps
2019-10-29 20:25:57 +01:00
Moviuro
96fe694b55 mysql_4byte_support.rst: adjust wording, avoid repetition
Co-Authored-By: Sascha Wiswedel <wiswedel@users.noreply.github.com>
2019-10-29 16:25:58 +01:00
Jasper Knockaert
8f6c1aa61a fix PATH_INFO
`try_files` was added in #1674, but that resets `$fastcgi_path_info`. This PR makes sure PATH_INFO gets the original value.
2019-10-24 20:19:07 +02:00
Christoph Wurst
a8fda56ecc Merge pull request #1674 from nextcloud/harden/nginx
Harden NGINX config
2019-10-24 10:44:07 +02:00
Roeland Jago Douma
f8bf1de627 Harden NGINX config
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-24 10:22:06 +02:00
Sascha Wiswedel
419acc0b6d more specifics for possible MIME types at workflows
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-10-21 13:23:43 +02:00
Roeland Jago Douma
40293e3f2f Bruteforce docs
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-09 11:58:43 +02:00
blizzz
2375475d6d Merge pull request #1648 from J0WI/postgresql11
Add PostgreSQL 11
2019-10-07 17:15:11 +02:00
John Molakvoæ
6fc1763c0b Refresh linux distro requirements (#1652)
Refresh linux distro requirements
2019-10-07 16:07:06 +02:00
Rafal Zawadzki
e5b0989bed Fix the order of lines :/ 2019-10-05 00:17:10 +02:00
Rafal Zawadzki
ade76e5a3f #1608 app:update command documented 2019-10-04 23:59:13 +02:00
Daniel-I-Am
ead8ce00e1 Refresh linux distro requirements
Signed-off-by: Daniel-I-Am <djdecloet@gmail.com>
2019-10-04 22:29:10 +02:00
Tim Terhorst
9e7b298735 Update logging docs to add fatal option
Signed-off-by: Tim Terhorst <mynamewastaken+gitlab@gmail.com>
2019-10-03 17:33:33 -05:00
J0WI
b18d2f8a3e Add PostgreSQL 11
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-10-03 23:55:55 +02:00
Daniel Kesselberg
ed586737b4 Merge pull request #1614 from moviuro/patch-1
crontab: split command, stdin and stdout
2019-10-03 15:55:22 +02:00
Daniel Kesselberg
70feeca516 Remove "configuring upload limits within the gui"
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-10-02 00:11:29 +02:00
Daniel Kesselberg
2ae74a1f1e Update release_schedule
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-30 20:26:03 +02:00
John Molakvoæ
9958118d86 Update Nginx subdir headers to match webroot config (#1597)
Update Nginx subdir headers to match webroot config
2019-09-23 11:40:58 +02:00
Sascha Wiswedel
3a9f319ed7 Merge pull request #1623 from nextcloud/wiswedel/Logging/adminAudit
added portal link to audit documentation
2019-09-19 12:49:10 +02:00
Sascha Wiswedel
7e00ce0fa2 added portal link to audit documentation
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-09-19 11:12:00 +02:00
John Molakvoæ
af4b2ced9f Update user_configuration.rst 2019-09-18 22:58:25 +02:00
Moviuro
2e8a5c5014 mysql_4byte_support: extra maintenance steps
Make sure we `cd` to our nextcloud location
Enable and disable maintenance mode explicitly
Fixes #1572
2019-09-12 11:27:37 +02:00
Moviuro
e1ee805693 crontab: split command, stdin and stdout
This change enhances readability
Fixes issue #1552
2019-09-12 09:56:41 +02:00
Nextcloud bot
60e7654230 generate documentation from config.sample.php 2019-09-10 03:18:16 +00:00
Griffith Knoop
235c2c7ec7 Corrections to enabling encryption
Removed the bit about enabling maintenance mode because changes to the application have caused it to automatically enable maintenance mode when enabling encryption and enabling it beforehand prevents the command from running at all.
2019-08-30 20:14:20 -04:00
Christoph Wurst
63e39e2b5b Also load bcmap files with nginx
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-08-26 14:14:04 +02:00
MichaIng
3fc4f5def4 Update Nginx subdir headers to match webroot config
+ Ref: https://github.com/nextcloud/documentation/pull/1520
+ The master merge to resolve conflicts has reverted the headers changes for the subdir config. This commit redoes the intended changes, to match Nginx webroot config and .htaccess.

Signed-off-by: Micha Felle <micha@dietpi.com>
2019-08-24 14:34:41 +02:00
Julius Härtl
55e32bc10d Update access_control.rst
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-22 21:55:03 +02:00
Wehzie
fc0336f117 Missing determiner "the"
Added "the" in  "... at least the following settings..."
2019-08-11 15:58:23 +02:00
Wehzie
0974dcb824 Fixed varying capitalization
Settled for "includeSubDomains" over "includeSubdomains" as also found on Mozilla docs https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security

Furthermore removed semicolon as it doesn't appear in the Apache config
2019-08-04 02:41:38 +02:00
Jos Poortvliet
9c3228c1d3 Update caching_configuration.rst
implement feedback.
2019-07-19 14:52:51 +02:00
Jos Poortvliet
2262637c23 note on the redis socket file permissions
This can take forever to debug ;-)
2019-07-18 20:46:06 +02:00
Nextcloud bot
ba3b88d0ee generate documentation from config.sample.php 2019-07-12 03:09:15 +00:00
Daniel Hansson
4081dbde31 add the VM scripts as an option on Ubuntu Server 2019-07-09 22:11:03 +02:00
Morris Jobke
df810c0a98 Update release schedule
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-07-09 13:53:02 +02:00
Morris Jobke
ca780eabd8 Update release schedule
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-07-08 09:59:45 +02:00
John Molakvoæ
d2963c0160 Merge branch 'master' into x-frame 2019-07-03 16:59:19 +02:00
J0WI
994ec1f1f1 Update path to PHP 7.2 config
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-02 11:44:39 +02:00
John Molakvoæ
8c8f45f549 [master] add server_port variable to well-known redirects (#1538)
[master] add server_port variable to well-known redirects
2019-07-02 07:40:36 +02:00
John Molakvoæ
6fddb4755c Update mysql_4byte_support.rst (#1470)
Update mysql_4byte_support.rst
2019-07-02 07:39:23 +02:00
mrplow87
be04ba4a33 add server_port variable to well-known redirects
if Nextcloud is used on a custom HTTPS port, the well-known redirects do not work, because the server port is not included in the redirect.
2019-07-02 05:32:07 +00:00
John Molakvoæ
bbec0b7261 Include info about Barracuda innodb_file_format (#1512)
Include info about Barracuda innodb_file_format
2019-07-02 06:43:36 +02:00
John Molakvoæ
27a144d2a1 Cleanup trailing slashes and spaces (#1521)
Cleanup trailing slashes and spaces
2019-07-02 06:39:10 +02:00
John Molakvoæ
cd81f70d0d Update path to php-fpm socket (#1523)
Update path to php-fpm socket
2019-07-02 06:34:39 +02:00
J0WI
38b119ae8d Update path to php-fpm socket
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-02 00:09:52 +02:00
J0WI
0bc2e15849 Document the front_controller_active param
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-01 23:20:59 +02:00
J0WI
e9fdb9cc0e Cleanup trailing slashes and spaces
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-01 22:33:35 +02:00
J0WI
75727f475b Use "always" condition for security headers
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-01 22:29:32 +02:00
J0WI
017754a3f3 Sort headers
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-01 22:29:32 +02:00
J0WI
d7daa197a8 Add X-Frame-Options header to nginx
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-01 22:29:32 +02:00