Commit Graph

5532 Commits

Author SHA1 Message Date
Christoph Wurst
2ef9cdbdff Add sharee search and recommendation API docs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-03-19 11:05:39 +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
Morris Jobke
6a94a5f9b3 Merge pull request #1321 from nextcloud/backport/1320/master
[master] Update two_factor-auth.rst
2019-03-19 07:56:28 +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
7fd0ae0e9c Merge pull request #1314 from lvarnava/master
Update access_webdav.rst
2019-03-14 16:52:28 +01:00
Varnava
d68e5e6e83 Update access_webdav.rst 2019-03-14 16:29:47 +03:00
Morris Jobke
a2f0330966 Merge pull request #1311 from nextcloud/user-browsers
user documentation browser recommendation
2019-03-14 13:52:01 +01:00
Marius Blüm
1f06eaf7ea user documentation browser recommendation
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-03-14 13:43:19 +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
Morris Jobke
11f206242d Merge pull request #1309 from nextcloud/backport/1296/master
[master] add expected database, user and password for unit tests
2019-03-13 22:53:24 +01:00
briefChain
0c1235e6ea Update unit-testing.rst 2019-03-13 21:52:12 +00:00
ChiefBrain
3dcda6257a add expected database, user and password
see https://github.com/nextcloud/server/issues/13803
2019-03-13 21:52:11 +00:00
Morris Jobke
eb51302529 Merge pull request #1303 from nextcloud/https-parsing-macos
Make sure https:// is not parsed as URL
2019-03-13 22:50:26 +01: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
Marius Blüm
c315c2a24c Make sure https:// is not parsed as URL
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-03-13 11:05:37 +01:00
Morris Jobke
2da0e7b568 Merge pull request #1300 from j-ed/master
Added description of admin_audit/audit.log option.
2019-03-12 17:26:35 +01:00
j-ed
9c36ec6e48 Added description of admin_audit/audit.log option. 2019-03-12 15:51:57 +01:00
Morris Jobke
4ad11ed084 Merge pull request #1299 from nextcloud/feature/noid/update-readme
Update install instructions
2019-03-12 12:31:41 +01:00
Morris Jobke
5e12cac837 Update install instructions
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-03-12 10:18:10 +01: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
49380f3f14 Merge pull request #1284 from nextcloud/fix/developer/dav-SEARCH-fileid
Fix SEARCH fileid and rfc link
2019-03-04 13:05:55 +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
f9010ec47a Merge pull request #1282 from frlan/frlan-patch-1
Fix a link to point to correct version and remove TODO entry
2019-03-04 13:04:08 +01:00
Morris Jobke
e601b370c7 Update occ_command.rst 2019-03-04 13:03:52 +01:00
John Molakvoæ
2375858958 Fix SEARCH fileid and rfc link 2019-03-04 11:58:55 +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
Morris Jobke
3c2e498692 Merge pull request #1279 from nextcloud/backport/1278/master
[master] Minor Theming Changes
2019-02-26 14:30:45 +01:00
terrytibbles
159c8fda98 Update theming.rst 2019-02-26 13:28:21 +00:00
Nextcloud bot
0a5977d58c generate documentation from config.sample.php 2019-02-26 11:30:26 +00:00
Morris Jobke
38c8dfe34d Merge pull request #1270 from nextcloud/alternative-approach-for-gifs
Only render gif in HTML
2019-02-20 08:47:13 +01:00
Morris Jobke
34cb47bdbf Only render gif in HTML
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-19 10:53:11 +01:00
Morris Jobke
cacc134624 Merge pull request #1266 from nextcloud/fix-user-manual
Convert gif inside PDF build process to PNGs
2019-02-19 10:34:12 +01:00
Morris Jobke
03bc7d339a Convert gif inside PDF build process to PNGs
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-19 10:33:14 +01: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
Morris Jobke
56e42ca469 Merge pull request #1262 from nextcloud/backport/1257/master
[master] Fixed grammar error
2019-02-18 17:07:19 +01:00
Jack Hazlehurst
dc03320f8a Fixed grammar error.
an -> a
2019-02-18 16:05:49 +00:00
Morris Jobke
66b785c062 Merge pull request #1260 from nextcloud/nginx-ocm-provider
add exception for ocm-provider end-point
2019-02-18 16:58:13 +01: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