Commit Graph

2601 Commits

Author SHA1 Message Date
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
Frank Lanitz
a69b64401e Fix a link to point to correct version and remove TODO entry 2019-03-02 12:03:58 +01:00
BernieO
71bc6e6ab7 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-02-28 17:33:22 +01:00
Morris Jobke
1636ab4d12 Update release schedule
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-27 23:11:43 +01:00
Nextcloud bot
0a5977d58c generate documentation from config.sample.php 2019-02-26 11:30:26 +00:00
Morris Jobke
4063b961b5 Merge pull request #1259 from nextcloud/kesselb-patch-1
Show overwrite parameter as list
2019-02-19 09:21:15 +01:00
Jack Hazlehurst
dc03320f8a Fixed grammar error.
an -> a
2019-02-18 16:05:49 +00:00
Bjoern Schiessle
b714250b2c add exception for ocm-provider end-point
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2019-02-18 10:25:47 +01:00
Daniel Kesselberg
c725dfae9e Update reverse_proxy_configuration.rst 2019-02-17 19:49:34 +01:00
Morris Jobke
adc4143ee5 Update release dates
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-15 14:27:31 +01:00
Morris Jobke
5741a7868a Merge pull request #1256 from nextcloud/backport/1181/master
[master] Add another table not converted from sqlite to mysql
2019-02-15 11:09:45 +01:00
Morris Jobke
b2aa09f2c3 Update admin_manual/configuration_database/db_conversion.rst
Co-Authored-By: Yvan-Masson <yvan@masson-informatique.fr>
2019-02-15 10:07:03 +00:00
Yvan-Masson
a00b32dcd3 Add another table not converted from sqlite to mysql 2019-02-15 10:07:02 +00:00
Hans Erasmus
4bfe024221 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-15 09:40:20 +00:00
michag86
fc676e43a5 add rh-php72-php-pecl-apcu for centos too
add rh-php72-php-pecl-apcu for centos too
2019-02-12 18:38:06 +01:00
Roeland Jago Douma
1c5b110b21 rh-php72-php-pecl-apcu is required on RH/Centos 2019-02-12 11:53:13 +01:00
i-need-to-tell-you-something
058f9f179c Fix tiny typo. 2019-02-10 22:05:10 +00:00
ajdunevent
4c6e420a93 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 08:12:21 -06:00
Morris Jobke
45b5e90c4e Update release schedule
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-07 11:22:42 +01:00
Hans Erasmus
1172299666 As requested per comment
Like this?
2019-02-07 07:53:13 +00:00
Hans Erasmus
19d71166e3 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:13 +00:00
Hans Erasmus
c2611463cf 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:18:37 +00:00