Commit Graph

5504 Commits

Author SHA1 Message Date
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
Morris Jobke
3dbacbb39a
Merge pull request #1330 from nextcloud/backport/1329/stable15
[stable15] Replace incorrectly rendered markdown into RST links
2019-03-20 09:18:49 +01:00
Clemens Tolboom
4de18377ee Replace markdown into RST links 2019-03-20 08:17:46 +00:00
Morris Jobke
d9fae6f734
Merge pull request #1323 from nextcloud/backport/1319/stable15
[stable15] user_external -- point to up to date documentation
2019-03-19 08:14:06 +01: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
Morris Jobke
2424368563
Merge pull request #1320 from unamundan/patch-2
Update two_factor-auth.rst
2019-03-19 07:48:37 +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
Morris Jobke
d1090d700c
Merge pull request #1315 from nextcloud/backport/1314/stable15
[stable15] Update access_webdav.rst
2019-03-14 17:01:15 +01:00
Varnava
121ea4da39 Update access_webdav.rst 2019-03-14 15:52:51 +00:00
Morris Jobke
b1efa05f0c
Merge pull request #1312 from nextcloud/backport/1311/stable15
[stable15] user documentation browser recommendation
2019-03-14 13:59:49 +01:00
Marius Blüm
adc9709cff user documentation browser recommendation
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-03-14 12:55:31 +00:00
Morris Jobke
3445950d7f
Merge pull request #1310 from nextcloud/backport/1304/stable15
[stable15] Update supported apps
2019-03-14 13:24:15 +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
Morris Jobke
cdfd8f5570
Merge pull request #1307 from nextcloud/backport/1303/stable15
[stable15] Make sure https:// is not parsed as URL
2019-03-13 22:52:48 +01:00
Marius Blüm
bf478c63c9 Make sure https:// is not parsed as URL
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-03-13 21:52:02 +00:00
Morris Jobke
0d67d5151e
Merge pull request #1296 from chiefbrain/patch-1
add expected database, user and password for unit tests
2019-03-13 22:51:09 +01:00
briefChain
0b911d0e5e
Update unit-testing.rst 2019-03-12 19:17:26 +01:00
Morris Jobke
c698ba74a7
Merge pull request #1302 from nextcloud/backport/1300/stable15
[stable15] Added description of admin_audit/audit.log option.
2019-03-12 18:23:47 +01:00
j-ed
bdefb649fd Added description of admin_audit/audit.log option. 2019-03-12 16:29:09 +00:00
ChiefBrain
291cf7c9d3
add expected database, user and password
see https://github.com/nextcloud/server/issues/13803
2019-03-10 15:54:18 +01:00
Morris Jobke
29eb0cd8af
Merge pull request #1291 from nextcloud/backport/1280/stable15
[stable15] change nginx-config for subdir to resolve /ocm-provider properly
2019-03-04 13:49:42 +01: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
16d93b649f
Merge pull request #1288 from nextcloud/backport/1284/stable15
[stable15] Fix SEARCH fileid and rfc link
2019-03-04 13:07:33 +01: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
John Molakvoæ
d6f751cfdd Fix SEARCH fileid and rfc link 2019-03-04 12:06:14 +00:00
Morris Jobke
70dd59e2aa
Merge pull request #1285 from nextcloud/backport/1282/stable15
[stable15] Fix a link to point to correct version and remove TODO entry
2019-03-04 13:05:34 +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
Morris Jobke
468d2570aa
Merge pull request #1278 from terrytibbles/patch-2
Minor Theming Changes
2019-02-26 14:27:55 +01:00
Nextcloud bot
73e84a224c
generate documentation from config.sample.php 2019-02-26 11:30:21 +00:00
terrytibbles
65240b4481
Update theming.rst 2019-02-26 17:22:52 +08:00
Morris Jobke
e83c7ac91a
Merge pull request #1271 from nextcloud/backport/1270/stable15
[stable15] Only render gif in HTML
2019-02-20 09:54:23 +01:00
Morris Jobke
3f88cd88aa Only render gif in HTML
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-20 07:47:41 +00:00
Morris Jobke
2f7a819a48
Merge pull request #1268 from nextcloud/backport/1266/stable15
[stable15] Convert gif inside PDF build process to PNGs
2019-02-20 08:46:25 +01:00
Morris Jobke
b6300b6ca4 Convert gif inside PDF build process to PNGs
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-19 09:34:48 +00:00
Morris Jobke
2b931ae96a
Merge pull request #1265 from nextcloud/backport/1259/stable15
[stable15] Show overwrite parameter as list
2019-02-19 09:29:32 +01: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
Morris Jobke
b850f3f97a
Merge pull request #1261 from nextcloud/backport/1260/stable15
[stable15] add exception for ocm-provider end-point
2019-02-18 17:00:42 +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