Commit Graph

2509 Commits

Author SHA1 Message Date
Jos Poortvliet
98aa6e77e9 Update caching_configuration.rst
implement feedback.
2019-07-19 14:10:44 +00:00
Jos Poortvliet
2cbc7f3e51 note on the redis socket file permissions
This can take forever to debug ;-)
2019-07-19 14:10:44 +00:00
Daniel Hansson
dfb22c9091 add the VM scripts as an option on Ubuntu Server 2019-07-10 06:16:18 +00:00
mactrent
73abac02cc Correct SFTP definition
SSH File Transfer Protocol is entirely separate from traditional FTP.  Nextcloud can use both.
2019-07-02 10:02:45 +00:00
Daniel Kesselberg
80340ed9b8 Nextcloud 16 does not work with MySQL 8 2019-06-22 06:33:29 +00:00
John Molakvoæ
c9d8c836a9 Serve map files for nginx configs
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-06-21 07:44:54 +00:00
tflidd
6287ff674f Update index.rst
I didn't find any information regarding the enterprise/community edition in the Release-notes.
2019-06-11 05:20:18 +00:00
J N
09328e1869 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:03:44 +00:00
BernieO
0308822a07 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:32 +00:00
Morris Jobke
999e79204f Remove recommendation for opcache on CLI
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-09 13:23:49 +00:00
Morris Jobke
93272bf4c9 Update admin_manual/configuration_database/mysql_4byte_support.rst
ok

Co-Authored-By: rth-dev <rth@dev-used.de>
2019-05-06 13:14:33 +00:00
Morris Jobke
480384574c 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:14:33 +00:00
rth
da46affe0a Update mysql_4byte_support.rst 2019-05-06 13:14:33 +00:00
Julius Härtl
59ee6c32c5 Add list of possible remote connection destinations
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-02 09:09:38 +00:00
ernstkl
e60d4b379e Update source_installation.rst
grammar fix
2019-05-02 07:14:54 +00:00
Morris Jobke
da6654070a
Update admin_manual/installation/source_installation.rst 2019-04-29 17:20:58 +02:00
Daniel Hansson
7f8da7dfbb Add the Nextcloud VM scripts to Linux installation
Self explanatory

cc @nextcloud/documentation
2019-04-29 15:17:08 +00:00
Joas Schilling
a78acf408b Add a note about the necessary mysqldump change
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-29 11:48:54 +00:00
Jonas Sulzer
356b03d8b9 👌 IMPROVE: updater is not an app
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-04-23 07:54:15 +00:00
Morris Jobke
52b5710db1
Merge pull request #1380 from nextcloud/backport/1377/stable14
[stable14] readd option A to rsync command
2019-04-16 14:51:31 +02:00
Corentin Mercier
96ca2d6bf2 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:54 +00:00
Corentin Mercier
2505de73bf 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:54 +00:00
BernieO
bcf5103a60 readd option A to rsync command
Signed-off-by: Bernhard Ostertag <bernieo.github@gmx.de>
2019-04-16 12:29:44 +00:00
Christian Oliff
1a95c4b132 Remove mention of the discontinued Firebug extension
REF: https://getfirebug.com/
2019-04-11 09:53:57 +00:00
Olav Seyfarth
21e874d726 Update big_file_upload_configuration.rst 2019-04-10 09:33:33 +00:00
Olav Seyfarth
4125271445 Update source_installation.rst 2019-04-10 09:33:33 +00:00
Daniel Hansson
1e51d610ef update VM versions 2019-04-08 22:33:14 +00:00
Jack Henschel
ddce592ee1 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:19 +00:00
Morris Jobke
1f40f82970 Fix double dash rendering - fixes #1344
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-02 08:08:25 +00:00
j-ed
6e00a3f5d8 Added description of admin_audit/audit.log option. 2019-03-12 16:27:04 +00:00
ThaChillera
cb9b3f1330 added text for mimetype fix 2019-03-04 12:05:26 +00:00
Nextcloud bot
367702f2bb
generate documentation from config.sample.php 2019-02-26 11:30:17 +00:00
Daniel Kesselberg
87c910b682 Update reverse_proxy_configuration.rst 2019-02-19 08:24:31 +00:00
i-need-to-tell-you-something
e7ed948773
Fix tiny typo. 2019-02-10 23:41:42 +02:00
ajdunevent
15f3879180 Add leading slashes to class in examples
Leading slashes were missing from 'class' in the object storage configuration examples (i.e. \\OC\\...) though they were called out correctly above the examples.
2019-02-10 21:10:36 +00:00
Hans Erasmus
c951b8e3de As requested per comment
Like this?
2019-02-07 07:53:23 +00:00
Hans Erasmus
8f4662cafb Fixed formatting that displayed off-screen
The changes did not fit into the window when viewing the docs for Ubuntu install. Fixed it according to what I thought would be displayed better.
2019-02-07 07:53:23 +00:00
Morris Jobke
08ecc44488
Merge pull request #1229 from nextcloud/backport/1057/stable14
[stable14] Documentation: behaviour with empty LDAP user-attributes undocumented…
2019-02-05 10:20:31 +01:00
Morris Jobke
ab47d89425
Merge pull request #1225 from nextcloud/backport/1215/stable14
[stable14] Update package name for imagick with SVG support
2019-02-05 10:19:29 +01:00
Flávio Gomes da Silva Lisboa
02bbe60d06 Documentation: behaviour with empty LDAP user-attributes undocumented #1010 2019-02-05 09:17:55 +00:00
Hans Erasmus
64311f6c1e Update CentOS7 install procedure
After upgrading from 14.04 to 15.02 I got a warning about `imagick` on my server, so it seems that although it is not compulsory,  it might be a good idea to add it to minimize the number of warnings a user might experience after initial install.
2019-02-05 09:16:22 +00:00
J0WI
75daf8c29d Update package name for imagick with SVG support
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-02-05 09:15:09 +00:00
Marius Blüm
54ff9302c2 iOS Files & Talk apps are requiring iOS 10.x
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-02-01 21:42:26 +00:00
Morris Jobke
49adb9d424
Merge pull request #1205 from nextcloud/backport/1199/stable14
[stable14] Add group commands label
2019-01-28 11:45:32 +01:00
Marius Blüm
3b4658e97d Add group commands label
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-01-28 10:44:04 +00:00
Jack
435f5676a7 Nginx config: Remove line-breaks from STS header
This patch removes the incorrect line-breaks in the Strict-Transport-Security Headers.
Just removing the comment at the beginning of the line (and therefore having a line-break in the header field) leads to various kinds of failures across different clients and browsers.
2019-01-28 10:43:08 +00:00
Marin Mikaël
d38edb9829 Fix dead link to snapcraft's installation page 2019-01-24 13:20:21 +00:00
jzdm
6975a49e02 Hint to suppress confirmation message
More concise and removed reference to shared hosting as unclear.
2019-01-23 09:15:52 +00:00
jzdm
16cfc6a551 Suppress confirmation
Shared hostings without shell access make the confirmation step impossible. Therefore you can add named argument and suppress the confirmation message. Then the conversion works even from one time cronjobs.
2019-01-23 09:15:52 +00:00
John Molakvoæ
0333d170d1 Add hidden file setting section for samba
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-01-17 22:13:06 +00:00