Commit Graph

2670 Commits

Author SHA1 Message Date
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
Daniel Kesselberg
a865341ad4 Bump minium pqsql version to 9.5
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-06-27 23:58:17 +02:00
Patrick Robertson
2a725a60d0 Include info about Barracuda innodb_file_format
innodb_file_format=Barracuda is required for utf8mb4, some hosts/servers might not use this file format. It is important to check before upgrading.

Signed-off-by: Patrick Robertson <robertson.patrick@gmail.com>
2019-06-27 09:23:05 +08:00
John Molakvoæ
37c0a9de78 Serve map files for nginx configs
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-06-19 13:15:35 +02:00
John Molakvoæ
4c812e160b Correct error in .htaccess, revert #1069 (#1480)
Correct error in .htaccess, revert #1069
2019-06-14 12:35:11 +02:00
John Molakvoæ
51312104a0 Update SFTP description (#1495)
Update SFTP description
2019-06-14 12:31:02 +02:00
Nextcloud bot
9c17db9cec generate documentation from config.sample.php 2019-06-13 02:57:51 +00:00
mactrent
49e1a13f24 Correct SFTP definition
SSH File Transfer Protocol is entirely separate from traditional FTP.  Nextcloud can use both.
2019-06-12 12:17:26 -05:00
John Molakvoæ
fc88a12e07 Fix typo in LDAP User Auth (#1471)
Fix typo in LDAP User Auth
2019-06-12 13:49:12 +02:00
John Molakvoæ
e391c3dc53 Update index.rst (#1485)
Update index.rst
2019-06-11 07:19:29 +02:00
tflidd
d40a8d10c0 Update index.rst
I didn't find any information regarding the enterprise/community edition in the Release-notes.
2019-06-11 00:35:44 +02:00
Lars-Sören Steck
014fcdcfa6 Correct error in .htaccess, revert #1069
The forward slashes are only needed if the rewrite rules are being put directly into the config file of the apache virtual host. They should not be added to the .htaccess file, as in this case the redirect is not working (this has been tested by me on multiple systems).

You can also see in the discussion of the bug report #1069 after it was merged, that the reporter actually put the rules into his apache conf, instead of a .htaccess and that somebody else was reporting, that it was only working without the forward slashes in a .htaccess file.
2019-06-08 22:38:28 +02:00
Sascha Wiswedel
8d626b110a Proxy notation hints
Added hints to the different allowed notations for trusted proxies

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-06-07 15:15:25 +02:00
Andrew Morgan
c92ef60dc1 Fix typo
"turn of loading" -> "turn off loading"

Signed-off-by: Andrew Morgan <andrew@amorgan.xyz>
2019-06-02 13:51:58 +01:00
cyBea
1b582ec1d3 Update mysql_4byte_support.rst
To clarify needed mysql user privileges.
I am not quite sure if this also applies to <code>ALTER DATABASE nextcloud CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;</code> in mysql section 3.
2019-06-01 21:42:44 +02:00
Morris Jobke
797391db73 Merge pull request #1461 from kurjajuur666/patch-2
Update linux_database_configuration.rst
2019-05-31 17:45:11 +02:00
cloud2018
fb0af3ffc7 parameter --all-users for trashbin:cleanup 2019-05-28 14:50:48 +02:00
J N
b251a5f388 Update linux_database_configuration.rst
PostgreSQL instead of MySQL on how to remotley access a postgres server (previously "To access a PostgreSQL installation on a...")
2019-05-28 13:35:12 +03:00
Nextcloud bot
29bd8c84a9 generate documentation from config.sample.php 2019-05-23 03:05:08 +00:00
Morris Jobke
2ad08ef8e6 Update release date of 14.0.12
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-17 12:21:10 +02:00
Joseph Price
1d632c797c Typo
Signed-off-by: Joseph Price <github@pricechild.co.uk>
2019-05-16 13:53:19 +01:00
Morris Jobke
ffd15411d0 Update releases
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-15 20:42:00 +02:00
BernieO
c58f36ee46 Make people continue with MySQL instructions
Signed-off-by: Bernhard Ostertag <bernieo.github@gmx.de>

It does not seem to be obvious to continue with the MySQL steps when using MariaDB 10.2 or earlier after step 4 when no error occurred.

According forum thread: https://help.nextcloud.com/t/solved-mysql-is-used-as-database-but-does-not-support-4-byte-characters-error-message-persist-after-fix/52999/2
2019-05-12 00:53:21 +02:00
Morris Jobke
0d8633cff5 Remove recommendation for opcache on CLI
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-09 14:25:32 +02:00
Morris Jobke
238e3f14e0 Update admin_manual/configuration_database/mysql_4byte_support.rst
ok

Co-Authored-By: rth-dev <rth@dev-used.de>
2019-05-06 13:15:49 +00:00
Morris Jobke
b165041d4d Update admin_manual/configuration_database/mysql_4byte_support.rst
thanks for the hint : )

Co-Authored-By: rth-dev <rth@dev-used.de>
2019-05-06 13:15:49 +00:00
rth
9d485395db Update mysql_4byte_support.rst 2019-05-06 13:15:48 +00:00
Sascha Wiswedel
e9f8a5754b Revert "updated release schedule for 17"
This reverts commit 93ae577d95020bbc1615021390e01f71e453e2eb.

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Joas Schilling
6af1a5cff2 Update admin_manual/installation/source_installation.rst
Co-Authored-By: wiswedel <wiswedel@users.noreply.github.com>
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Sascha Wiswedel
35352367ad updated release schedule for 17
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Sascha Wiswedel
0a14840eef Added Guests and Terms of Service to the list of supported apps
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Sascha Wiswedel
06ad8b6938 added PHP 7.3 to installation prerequisites
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Sascha Wiswedel
5adc5cab71 Apache config reordering
order was confusing for CentOS setup

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Sascha Wiswedel
b6e3ea2b6f cleanup on installation page
rearranged orders, adjusted headliens

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Sascha Wiswedel
dd4832b324 Added Group folders to list of supported apps
new supported app: Group folders

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Sascha Wiswedel
b77a0914c2 formatting on list of supported apps
corrected formatting for a bullet point

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Julius Härtl
f2f700e506 Add list of possible remote connection destinations
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-02 10:16:45 +02:00