Commit Graph

5488 Commits

Author SHA1 Message Date
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
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
Morris Jobke
fcc262fe29
Merge pull request #1254 from hanserasmus/patch-1
Changed CentOS install to SCL from webtatic
2019-02-15 10:26:09 +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
Morris Jobke
fafcc99c08
Merge pull request #1253 from nextcloud/backport/1252/stable15
[stable15] add rh-php72-php-pecl-apcu for centos too
2019-02-13 17:08:55 +01: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
Morris Jobke
3ec884ea25
Merge pull request #1251 from nextcloud/backport/1250/stable15
[stable15] rh-php72-php-pecl-apcu is required on RH/Centos
2019-02-12 14:18:04 +01:00
Roeland Jago Douma
ecebda2554 rh-php72-php-pecl-apcu is required on RH/Centos 2019-02-12 12:51:05 +00:00
Morris Jobke
bfbaada27e
Merge pull request #1248 from nextcloud/backport/1221/stable15
[stable15] Calendar documentation
2019-02-11 11:04:01 +01:00
Marius Blüm
f958c9e7b6 Remove sidebar image (confusing format)
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-02-11 10:03:40 +00:00
Morris Jobke
61b4b2a65a Use proper path for images and scale too big images down
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-11 10:03:40 +00:00
Marius Blüm
ebf2f875ed Add calendar_create GIF
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-02-11 10:03:40 +00:00
Morris Jobke
a5f52795c0 RST uses double ticks
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-11 10:03:40 +00:00
Marius Blüm
20a271b722 Implement Feedback from Georg
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-02-11 10:03:39 +00:00
Marius Blüm
d3837fa3b8 Calendar docs (4)
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-02-11 10:03:39 +00:00