Commit Graph

2597 Commits

Author SHA1 Message Date
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
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
Daniel Kesselberg
77f43f0412 Add service discovery to reverse proxy doc 2019-04-01 10:03:05 +00:00
Morris Jobke
7a5caa840c Revert "change nginx-config for subdir to resolve /ocm-provider properly" 2019-03-21 13:21:20 +00:00
Morris Jobke
cfa2053433 Update admin_manual/installation/nginx.rst
Co-Authored-By: josh4trunks <joshruehlig@gmail.com>
2019-03-21 13:00:13 +00:00
Joshua Ruehlig
3e2af5079a Combine Attribution / Thanks
I don't see a reason I need my own statement, can just combine these sentences.
2019-03-21 13:00:13 +00:00
Joshua Ruehlig
de5d1c5015 Combine regex for ocs-provider and ocm-provider
Combine regex for ocs-provider and ocm-provider
2019-03-21 13:00:13 +00:00
Clemens Tolboom
4de18377ee Replace markdown into RST links 2019-03-20 08:17:46 +00:00
Jonas Sulzer
4156ddcf85 👌 IMPROVE: user_external -> point to up to date documentation
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-03-19 07:02:27 +00:00
Morris Jobke
b13f73f95f
Merge pull request #1317 from luvarqpp/patch-1
Add another common problem
2019-03-19 07:57:41 +01:00
unamundan
2d352f3a80
Update two_factor-auth.rst 2019-03-18 23:12:08 -05:00
luvarqpp
b9c982fbcc
Add another common problem
After following two different tutorials on Internet, I have encountered login loop after fresh install. It had taken me some time to fix this problem, so I am proposing this troubleshooting part here.
2019-03-16 08:19:48 +01:00
Marius Blüm
41f0b0e222 Remove unneeded lines
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-03-14 11:04:58 +00:00
Marius Blüm
082f7b9e8c Update links and supported products
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-03-14 11:04:58 +00:00
Marius Blüm
d9614078b6 Update supported apps
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-03-14 11:04:58 +00:00
j-ed
bdefb649fd Added description of admin_audit/audit.log option. 2019-03-12 16:29:09 +00:00
BernieO
89a8d82f02 update nginx subdir config to properly resolve oc(m|s)-provider
signed-off-by Bernhard Ostertag <bernio.github@gmx.de>

After upgrading to 15.0.5 this is shown in the Admin-panel:
```
Your web server is not properly set up to resolve “/ocm-provider/”. This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in “.htaccess” for Apache or the provided one in the documentation for Nginx at it’s documentation page 1. On Nginx those are typically the lines starting with “location ~” that need an update.
Your web server is not properly set up to resolve “/ocs-provider/”. This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in “.htaccess” for Apache or the provided one in the documentation for Nginx at it’s documentation page 1. On Nginx those are typically the lines starting with “location ~” that need an update.
```
I think for runnning nextcloud in a subdirectory of webroot, this rewrite has to be added to the nignx configuration when running nextcloud in a subdirectory of webroot
2019-03-04 12:48:51 +00:00
BernieO
8706567b75 update nginx subdir config to resolve oc(m|s)-provider
signed-off-by Bernhard Ostertag <bernieo.github@gmx.de>

After upgrading to 15.0.5 this is shown in the Admin-panel:
```
Your web server is not properly set up to resolve “/ocm-provider/”. This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in “.htaccess” for Apache or the provided one in the documentation for Nginx at it’s documentation page 1. On Nginx those are typically the lines starting with “location ~” that need an update.
Your web server is not properly set up to resolve “/ocs-provider/”. This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in “.htaccess” for Apache or the provided one in the documentation for Nginx at it’s documentation page 1. On Nginx those are typically the lines starting with “location ~” that need an update.
```
I think for runnning nextcloud in a subdirectory of webroot, this rewrite has to be added to the nignx configuration when running nextcloud in a subdirectory of webroot
2019-03-04 12:48:51 +00:00
BernieO
d41fb74bb0 change nginx-config for subdir to resolve /ocm-provider properly
After upgrading to 15.0.5 this is shown in the Admin-panel:
```
Your web server is not properly set up to resolve “/ocm-provider/”. This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in “.htaccess” for Apache or the provided one in the documentation for Nginx at it’s documentation page 1. On Nginx those are typically the lines starting with “location ~” that need an update.
```
I think for runnning nextcloud in a subdirectory of webroot, this redirect has to be added to the configuration
signed-off by bernieo.github@gmx.de
2019-03-04 12:48:51 +00:00
Morris Jobke
c31c32c319
Merge pull request #1286 from nextcloud/backport/1283/stable15
[stable15] Added documentation about missing MIMEtype issues
2019-03-04 13:06:30 +01:00
ThaChillera
607e65f4ec added text for mimetype fix 2019-03-04 12:05:22 +00:00
Morris Jobke
a6c4a76429 Update occ_command.rst 2019-03-04 12:04:27 +00:00
Frank Lanitz
a200ce5a8b Fix a link to point to correct version and remove TODO entry 2019-03-04 12:04:27 +00:00
Morris Jobke
9acffa6aff
Update release schedule
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-27 23:11:58 +01:00
Nextcloud bot
73e84a224c
generate documentation from config.sample.php 2019-02-26 11:30:21 +00:00
Daniel Kesselberg
5caeeb031b Update reverse_proxy_configuration.rst 2019-02-19 08:24:39 +00:00
Morris Jobke
6e83edecf8
Merge pull request #1257 from JackHazlehurst/patch-1
Fixed grammar error
2019-02-18 17:03:21 +01:00
Bjoern Schiessle
4f95d568a7 add exception for ocm-provider end-point
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2019-02-18 16:00:19 +00:00
Jack Hazlehurst
1db50a3040
Fixed grammar error.
an -> a
2019-02-17 00:16:31 +13:00
Morris Jobke
2eb030c2db
Update release dates
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-15 14:27:43 +01:00
Morris Jobke
162bff24bb
Merge pull request #1181 from Yvan-Masson/patch-1
Add another table not converted from sqlite to mysql
2019-02-15 11:06:41 +01:00
Morris Jobke
46b406255a
Update admin_manual/configuration_database/db_conversion.rst
Co-Authored-By: Yvan-Masson <yvan@masson-informatique.fr>
2019-02-15 10:49:17 +01:00
Hans Erasmus
0131d8a4df
Changed CentOS install to SCL from webtatic
Fixed the repo issue as previously discussed. Please note I added `imagick` package now as default. IMHO it is of no use to warn a user about it on the admin page if it is not to be used. This how-to should act as a one-stop page for them to get a basic Nextcloud up and running, without issues. (Excluding SSL etc which is more advanced).
2019-02-14 14:24:17 +02:00
michag86
58f5a7ace7 add rh-php72-php-pecl-apcu for centos too
add rh-php72-php-pecl-apcu for centos too
2019-02-12 17:49:21 +00:00
Roeland Jago Douma
ecebda2554 rh-php72-php-pecl-apcu is required on RH/Centos 2019-02-12 12:51:05 +00:00
i-need-to-tell-you-something
21eacd8d92 Fix tiny typo. 2019-02-10 22:05:07 +00:00
ajdunevent
380f780a18 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:37 +00:00
Morris Jobke
12f99a98f3
Update release schedule
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-07 11:22:56 +01:00
Hans Erasmus
5bff478b91
As requested per comment
Like this?
2019-02-07 09:07:35 +02:00