Commit Graph

2652 Commits

Author SHA1 Message Date
Daniel Böhmer
fe58c6d742
Escape line breaks in multiline command 2020-07-22 23:20:22 +02:00
Morris Jobke
21fcca3ac8
Merge pull request #1936 from clementduveau/patch-2
Update documentation and readability
2020-04-21 11:02:06 +02:00
Morris Jobke
4aa493174c
Merge pull request #1809 from gunnaraas/patch-2
Fixing small typo in docs
2020-04-21 10:12:47 +02:00
Morris Jobke
a933980ee4
Update admin_manual/installation/source_installation.rst
Co-Authored-By: John Molakvoæ <skjnldsv@users.noreply.github.com>
2020-04-21 10:12:17 +02:00
Clément Duveau
c315524fb6
Update documentation and readability
As my reverse proxy can change its IP address (self-healing, rolling update, etc) I resolve it only using internal DNS. I just tried and my Nextcloud install (officiel docker, no modifications) is able to resolve it.

Options for the array have been updated for readability
2020-04-02 12:44:13 +02:00
Micah Beasley
3b9cc59baa
Add MySQL Header and MariaDB note
Add MySQL Header and MariaDB note to ensure users will know there are separate steps provided for MariaDB installations.
2020-03-28 16:38:16 -05:00
gunnaraas
1764e54433
Fixing small typo in docs
'environment' was spelled 'environmemt' on line 649
2020-02-02 16:09:35 -06:00
Grzegorz Szymaszek
771a61c9ba Fix several typos
Signed-off-by: Grzegorz Szymaszek <gszymaszek@short.pl>
2019-12-03 14:12:39 +00:00
Daniel Kesselberg
a93e5bc680 Remove current and next version from doc.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-11-20 20:16:45 +01:00
Jasper Knockaert
76ba0bd410 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:30:54 +00:00
Roeland Jago Douma
ba5d2c7660 Harden NGINX config
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-24 08:44:55 +00:00
Sascha Wiswedel
9464653ded more specifics for possible MIME types at workflows
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-10-22 03:49:55 +00:00
John Molakvoæ
dcdd3598b4 Update user_configuration.rst 2019-09-19 09:28:39 +00:00
Nextcloud bot
2ede0132b8
generate documentation from config.sample.php 2019-09-11 03:16:09 +00:00
Griffith Knoop
056bcb3b14 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-09-09 07:51:03 +00:00
Christoph Wurst
a4b75a0b7b Also load bcmap files with nginx
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-08-26 15:24:21 +00:00
Jos Poortvliet
bebbf4a1a7 Update caching_configuration.rst
implement feedback.
2019-07-19 14:10:39 +00:00
Jos Poortvliet
f3b7155e58 note on the redis socket file permissions
This can take forever to debug ;-)
2019-07-19 14:10:39 +00:00
Daniel Hansson
e3891c72d3 add the VM scripts as an option on Ubuntu Server 2019-07-10 06:16:09 +00:00
Morris Jobke
796d4a7188
Update release schedule
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-07-09 13:53:17 +02:00
Morris Jobke
3f37480c4b
Update release schedule
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-07-08 10:00:29 +02:00
John Molakvoæ
4b0c343558
[stable15] Document the front_controller_active param (#1524)
[stable15] Document the front_controller_active param
2019-07-02 12:15:17 +02:00
Morris Jobke
b1a3a0b9ca
Merge pull request #1544 from nextcloud/backport/1495/stable15
[stable15] Update SFTP description
2019-07-02 12:10:35 +02:00
Patrick Robertson
8b744351fb 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-07-02 10:07:49 +00:00
mactrent
5f71f64c4c Correct SFTP definition
SSH File Transfer Protocol is entirely separate from traditional FTP.  Nextcloud can use both.
2019-07-02 10:02:38 +00:00
cyBea
195726a3de 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-07-02 05:39:45 +00:00
John Molakvoæ
e146e2a93a
add server_port variable to well-known redirects (#1337)
add server_port variable to well-known redirects
2019-07-02 07:13:33 +02:00
mrplow87
6cc257a017
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 07:06:20 +02:00
John Molakvoæ
e363afdce2
[stable15] Cleanup trailing slashes and spaces (#1528)
[stable15] Cleanup trailing slashes and spaces
2019-07-02 06:46:44 +02:00
J0WI
99d4ac99fd Cleanup trailing slashes and spaces
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-02 04:39:27 +00:00
J0WI
953fcc499c Update path to php-fpm socket
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-02 04:34:58 +00:00
J0WI
2f5865a01c Document the front_controller_active param
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-02 04:34:26 +00:00
Daniel Kesselberg
5c0138d091 Nextcloud 16 does not work with MySQL 8 2019-06-22 06:33:15 +00:00
John Molakvoæ
c904ce6870 Serve map files for nginx configs
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-06-21 07:44:39 +00:00
Lars-Sören Steck
e57d4ffca6 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-16 08:03:44 +00:00
John Molakvoæ
d6515db209
[stable15] Update index.rst (#1490)
[stable15] Update index.rst
2019-06-11 07:25:48 +02:00
tflidd
f02a23a8da Update index.rst
I didn't find any information regarding the enterprise/community edition in the Release-notes.
2019-06-11 05:20:02 +00:00
Sascha Wiswedel
fbb6779bb5 Proxy notation hints
Added hints to the different allowed notations for trusted proxies

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-06-11 05:06:30 +00:00
cloud2018
1087c86221 parameter --all-users for trashbin:cleanup 2019-05-31 16:03:26 +00:00
J N
ec7a5e7ef8 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-31 16:02:21 +00:00
Nextcloud bot
76b778c054
generate documentation from config.sample.php 2019-05-23 03:04:58 +00:00
Morris Jobke
af4d9acbac
Update release date of 14.0.12
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-17 12:21:26 +02:00
Morris Jobke
5eac38dac0
Update releases
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-15 20:43:38 +02:00
BernieO
ec0ca3b5f7 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-13 10:09:28 +00:00
Morris Jobke
12d8181441 Remove recommendation for opcache on CLI
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-09 13:23:35 +00:00
Morris Jobke
e4b1a2b14d
Merge pull request #1408 from rth-dev/patch-2
Update mysql_4byte_support.rst
2019-05-06 15:13:58 +02:00
Morris Jobke
3c12ce9bb5
Update admin_manual/configuration_database/mysql_4byte_support.rst
ok

Co-Authored-By: rth-dev <rth@dev-used.de>
2019-05-02 23:28:33 +02:00
Julius Härtl
39e4c4b40d Add list of possible remote connection destinations
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-02 09:09:29 +00:00
ernstkl
2abf9cea01 Update source_installation.rst
grammar fix
2019-05-02 07:10:57 +00:00
Morris Jobke
c885b724e1
Update admin_manual/configuration_database/mysql_4byte_support.rst
thanks for the hint : )

Co-Authored-By: rth-dev <rth@dev-used.de>
2019-05-01 13:27:58 +02:00