Commit Graph

2622 Commits

Author SHA1 Message Date
Sascha Wiswedel
5b4bbbd033 added PHP 7.3 to installation prerequisites
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 13:11:32 +00:00
Sascha Wiswedel
6b56401f49 Apache config reordering
order was confusing for CentOS setup

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 13:11:32 +00:00
Sascha Wiswedel
cdfadf015a cleanup on installation page
rearranged orders, adjusted headliens

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 13:11:32 +00:00
Sascha Wiswedel
ba74ef8623 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 13:11:32 +00:00
Sascha Wiswedel
7e6710c86f formatting on list of supported apps
corrected formatting for a bullet point

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 13:11:32 +00:00
Julius Härtl
b0718a8c16 Add list of possible remote connection destinations
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-02 09:09:17 +00:00
ernstkl
ee2b865b31 Update source_installation.rst
grammar fix
2019-05-02 07:10:40 +00:00
Morris Jobke
0863043446 Update admin_manual/release_schedule.rst 2019-04-30 13:40:27 +00:00
Marius Blüm
f4db476f64 Add 16 release
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-04-30 13:40:26 +00:00
Joas Schilling
23719704b7 Add a note about the necessary mysqldump change
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-29 11:48:46 +00:00
Jonas Sulzer
d5566db14b 👌 IMPROVE: updater is not an app
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-04-23 07:53:47 +00:00
Morris Jobke
efe306b880
Merge pull request #1379 from nextcloud/backport/1377/stable16
[stable16] readd option A to rsync command
2019-04-16 14:51:29 +02:00
Corentin Mercier
c7a77b80dd 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:48 +00:00
Corentin Mercier
f0424e875d 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:47 +00:00
BernieO
6641b09261 readd option A to rsync command
Signed-off-by: Bernhard Ostertag <bernieo.github@gmx.de>
2019-04-16 12:29:44 +00:00
Morris Jobke
1d6e7c6ddc
Merge pull request #1355 from coliff/patch-1
Remove mention of the discontinued Firebug extension
2019-04-11 11:53:30 +02:00
Olav Seyfarth
9a52686e87
Update big_file_upload_configuration.rst 2019-04-09 21:34:31 +02:00
Olav Seyfarth
9af9118cdc
Update source_installation.rst 2019-04-09 21:10:48 +02:00
Morris Jobke
8baf96767e
Merge pull request #1357 from nextcloud/vm-versions
update VM versions
2019-04-09 00:19:38 +02:00
Morris Jobke
3291d3088a
Update release dates
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-08 17:07:08 +02:00
Daniel Hansson
ae8cd733e6
update VM versions 2019-04-06 16:20:25 +02:00
Christian Oliff
a492d97b4f
Remove mention of the discontinued Firebug extension
REF: https://getfirebug.com/
2019-04-05 15:01:45 +02:00
blizzz
4b084c2c4e
Merge pull request #1338 from jacksgt/ldap-verify-cert
LDAP configuration: clarify effect of "Turn off SSL certificate verification" checkbox
2019-04-03 11:59:39 +02:00
Jack Henschel
827a943fc3 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-02 15:32:15 +02:00
Morris Jobke
a9190a1f7c
Merge pull request #1348 from nextcloud/fix/1344/double-slashes
Fix double dash rendering
2019-04-02 10:07:53 +02:00
Morris Jobke
3e95ccee5f
Fix double dash rendering - fixes #1344
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-02 07:15:05 +02:00
Daniel Kesselberg
2f1a919175 Add service discovery to reverse proxy doc 2019-03-31 15:25:06 +02:00
Morris Jobke
c80337360d
Revert "change nginx-config for subdir to resolve /ocm-provider properly" 2019-03-21 14:20:50 +01:00
Morris Jobke
a679038fb6
Merge pull request #1293 from nextcloud/shorten-regex
Combine regex for ocs-provider and ocm-provider
2019-03-21 13:58:11 +01:00
Clemens Tolboom
1dd8bd5012
Replace markdown into RST links 2019-03-20 09:05:48 +01:00
Morris Jobke
0098cb38e5
Merge pull request #1322 from nextcloud/backport/1317/master
[master] Add another common problem
2019-03-19 08:14:08 +01:00
luvarqpp
17a3babfce 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-19 07:01:20 +00:00
Morris Jobke
187f3be303
Merge pull request #1319 from nextcloud/user_external-doc
user_external -- point to up to date documentation
2019-03-19 07:58:21 +01:00
unamundan
5096fbf779 Update two_factor-auth.rst 2019-03-19 06:51:03 +00:00
Jonas Sulzer
738f0efb4b
👌 IMPROVE: user_external -> point to up to date documentation
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-03-18 15:00:36 +01:00
Morris Jobke
25fccbc686
Merge pull request #1304 from nextcloud/update-supported-apps
Update supported apps
2019-03-14 12:04:33 +01:00
Marius Blüm
a6714557ec
Remove unneeded lines
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-03-14 10:56:14 +01:00
Marius Blüm
b686bf71c2
Update links and supported products
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-03-14 10:55:34 +01:00
Nextcloud bot
682eaabead
generate documentation from config.sample.php 2019-03-14 01:54:35 +00:00
Marius Blüm
bddb8b4f63
Update supported apps
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-03-13 12:15:41 +01:00
j-ed
9c36ec6e48
Added description of admin_audit/audit.log option. 2019-03-12 15:51:57 +01:00
Morris Jobke
7a6a8701af
Update admin_manual/installation/nginx.rst
Co-Authored-By: josh4trunks <joshruehlig@gmail.com>
2019-03-06 00:40:01 -08:00
Joshua Ruehlig
5fc159b524
Combine Attribution / Thanks
I don't see a reason I need my own statement, can just combine these sentences.
2019-03-05 12:07:32 -08:00
Joshua Ruehlig
3206db9fb8
Combine regex for ocs-provider and ocm-provider
Combine regex for ocs-provider and ocm-provider
2019-03-05 11:04:30 -08:00
Morris Jobke
df91eb5105
Merge pull request #1280 from BernieO/patch-1
change nginx-config for subdir to resolve /ocm-provider properly
2019-03-04 13:48:35 +01:00
Morris Jobke
f191012b91
Merge pull request #1283 from ThaChillera/master
Added documentation about missing MIMEtype issues
2019-03-04 13:05:02 +01:00
Morris Jobke
e601b370c7
Update occ_command.rst 2019-03-04 13:03:52 +01:00
ThaChillera
91e743eab3 added text for mimetype fix 2019-03-04 09:34:04 +01:00
BernieO
83bb1aa353
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-03 07:44:35 +01:00
BernieO
0232831d26
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-03 07:42:30 +01:00