Commit Graph

2634 Commits

Author SHA1 Message Date
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
Morris Jobke
3dfdd2844e Update admin_manual/release_schedule.rst 2019-04-30 13:40:51 +00:00
Marius Blüm
750bc41bd0 Add 16 release
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-04-30 13:40:50 +00:00
Morris Jobke
6b9f7ce122
Update admin_manual/installation/source_installation.rst 2019-04-29 17:21:36 +02:00
Daniel Hansson
64c28baa66 Add the Nextcloud VM scripts to Linux installation
Self explanatory

cc @nextcloud/documentation
2019-04-29 15:17:03 +00:00
Joas Schilling
e3c19483a5 Add a note about the necessary mysqldump change
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-29 11:48:50 +00:00
rth
c086f549af
Update mysql_4byte_support.rst 2019-04-26 22:48:42 +02:00
Jonas Sulzer
7481c85f94 👌 IMPROVE: updater is not an app
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-04-23 07:54:00 +00:00
Morris Jobke
674059466c
Merge pull request #1378 from nextcloud/backport/1377/stable15
[stable15] readd option A to rsync command
2019-04-16 14:51:30 +02:00
Corentin Mercier
7458bed754 Update user api status codes
Based on 090aa51234/apps/provisioning_api/lib/Controller/UsersController.php (L214)

Signed-off-by: MercierCorentin <corentin.mercier.pro@gmail.com>
2019-04-16 12:30:51 +00:00
Corentin Mercier
669c563353 Add options for add a new user
Changements based on 090aa51234/apps/provisioning_api/lib/Controller/UsersController.php (L214)

Signed-off-by: MercierCorentin <corentin.mercier.pro@gmail.com>
2019-04-16 12:30:51 +00:00
BernieO
254bacc94c readd option A to rsync command
Signed-off-by: Bernhard Ostertag <bernieo.github@gmx.de>
2019-04-16 12:29:41 +00:00
Christian Oliff
ccd8cc2024 Remove mention of the discontinued Firebug extension
REF: https://getfirebug.com/
2019-04-11 09:53:51 +00:00
Olav Seyfarth
e9ed83506d Update big_file_upload_configuration.rst 2019-04-10 09:33:29 +00:00
Olav Seyfarth
d3f33ae7df Update source_installation.rst 2019-04-10 09:33:29 +00:00
Daniel Hansson
a1b0ca3c42 update VM versions 2019-04-08 22:33:12 +00:00
Morris Jobke
acda10f92b
Update release dates
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-08 17:07:19 +02:00
Jack Henschel
86edccc81a LDAP configuration: clarify effect of "Turn off SSL cert verification"
This patch adds an alternate possibility to disable ssl certificate
verification in LDAP connections for a particular host.

As discussed in https://github.com/nextcloud/server/issues/14821

For reference:
https://stackoverflow.com/a/13593766/4159145
https://manpages.debian.org/stretch/libldap-common/ldap.conf.5.en.html
2019-04-03 10:00:16 +00:00
Morris Jobke
f8fc2a0b37 Fix double dash rendering - fixes #1344
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-02 08:08:11 +00:00