Skip to content

Commit f814f89

Browse files
authored
Merge pull request #2165 from nmelehan/RC-0.3
[RELEASE CANDIDATE] RC-0.3
2 parents 9691ae1 + b0c1ac2 commit f814f89

File tree

127 files changed

+3338
-764
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+3338
-764
lines changed

ci/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ pytest>=3.3.0
44
tabulate>=0.8.2
55
python-frontmatter>=0.4.2
66
twisted==18.4.0
7+
attrs>=17.4.0

ci/scripts/vale.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
22

3-
go get github.com/ValeLint/vale
4-
vale --glob='*.{md}' docs
3+
wget https://github.com/errata-ai/vale/releases/download/v1.2.6/vale_1.2.6_Linux_64-bit.tar.gz
4+
mkdir vale
5+
tar -xvzf vale_1.2.6_Linux_64-bit.tar.gz -C vale
6+
./vale/vale --glob='*.{md}' docs

ci/vale/dictionary.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,11 +418,13 @@ gfxmode
418418
gibibytes
419419
girocco
420420
gist
421+
gitfs
421422
github
422423
gitignore
423424
gitlab
424425
gitolite
425426
gitosis
427+
gitpython
426428
gitweb
427429
glibc
428430
glish
@@ -550,6 +552,7 @@ inittab
550552
inode
551553
inotify
552554
insmod
555+
inspec
553556
interdomain
554557
interruptible
555558
introducer
@@ -623,6 +626,7 @@ kickbans
623626
kickstarter
624627
killall
625628
kinser
629+
kitchensalt
626630
klei
627631
kloth
628632
kloxo
@@ -725,6 +729,7 @@ maxdepth
725729
mbit
726730
mbits
727731
mbox
732+
Mbps
728733
mbstrings
729734
mcrypt
730735
mcy
@@ -752,6 +757,7 @@ minification
752757
minikube
753758
minimalistic
754759
minio
760+
minitest
755761
misconfiguration
756762
misconfigurations
757763
misconfigured
@@ -1078,6 +1084,7 @@ rpaf
10781084
rpc
10791085
rpmforge
10801086
rsa
1087+
rspec
10811088
rss
10821089
rstudio
10831090
rsync
@@ -1137,6 +1144,7 @@ serv
11371144
server1
11381145
servername
11391146
serverpassword
1147+
serverspec
11401148
servlet
11411149
servlets
11421150
setattr
@@ -1166,6 +1174,7 @@ sintra
11661174
sitename
11671175
slackpkg
11681176
slavedb
1177+
sls
11691178
smartcard
11701179
smartcards
11711180
smtp
@@ -1236,6 +1245,7 @@ suid
12361245
sukharev
12371246
supervisord
12381247
surbma
1248+
suse
12391249
svn
12401250
symantec
12411251
symfony
@@ -1277,6 +1287,7 @@ theano
12771287
theming
12781288
thingsboard
12791289
tika
1290+
timedatectl
12801291
timeframe
12811292
timespan
12821293
timewait

ci/yaml_rules.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,24 @@
136136
"type": "list",
137137
"description": "List of operating systems to generate buttons"
138138
},
139-
"promo": {
139+
"promo_code_amount": {
140+
"elements": false,
141+
"required": false,
142+
"type": "text",
143+
"description": "Amount to be displayed for custom promotion code message"
144+
},
145+
"promo_code": {
140146
"elements": false,
141147
"required": false,
142-
"type": "bool",
143-
"description": "Set to false to disable DOCS10 promo code message"
148+
"type": "text",
149+
"description": "Name to be displayed for custom promotion code message"
144150
},
151+
"promo_default": {
152+
"elements": false,
153+
"required": false,
154+
"type": "bool",
155+
"description": "Set to false to disable DOCS10 promo code message"
156+
},
145157
"published": {
146158
"elements": false,
147159
"required": true,

docs/applications/cloud-storage/install-nextcloud-talk/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,29 @@ author:
33
name: Angel
44
55
description: "Nextcloud is an open source solution to hosting your own content online. In addition to the total control users gain over their own files, Nextcloud offers customizable security features that allow the user to take control of sharing and access privileges."
6-
og_description: "Nextcloud 13 brings improved UI, video and text chat, and end-to-end encryption wrapped into a cloud storage platform. This guide shows you how to install Nextcloud 13 using Docker."
6+
og_description: "Nextcloud 14 brings improved UI, video and text chat, and end-to-end encryption wrapped into a cloud storage platform. This guide shows you how to install Nextcloud 14 using Docker."
77
keywords: ["nextcloud", "cloud", "open source hosting", "video chat"]
88
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
99
published: 2017-03-12
10-
modified: 2018-03-08
10+
modified: 2018-12-04
1111
modified_by:
1212
name: Angel
1313
title: 'Introduction to Nextcloud Talk'
1414
external_resources:
1515
- '[Nextcloud Docker Image Documentation](https://github.com/nextcloud/docker)'
1616
---
1717

18-
## What is Nextcloud 13?
18+
## What is Nextcloud 14?
1919

20-
Nextcloud 13 is a cloud storage platform that offers users the ability to self-host a video and text chat platform called Talk, featuring end-to-end encryption. This guide will walk you through setting up Nextcloud, and show how to use the video chat platform built-into the latest release.
20+
Nextcloud 14 is a cloud storage platform that offers users the ability to self-host a video and text chat platform called Talk, featuring end-to-end encryption. This guide will walk you through setting up Nextcloud, and show how to use the video chat platform built-into the latest release.
2121

2222
## Install Docker CE
2323

2424
You will need a Linode with Docker CE installed to follow along with the steps in this guide.
2525

2626
{{< content "install-docker-ce" >}}
2727

28-
## Install Nextcloud 13 and Talk
28+
## Install Nextcloud 14 and Talk
2929

3030
### Nextcloud
3131

0 commit comments

Comments
 (0)