aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-28 17:28:53 +0200
committerChocobozzz <me@florianbigard.com>2018-05-28 17:28:53 +0200
commit77a87fec6c244074b786f67e135a1fe35bd7009f (patch)
tree307bfb3890e51c9c21dbb20ea34a6ddcfc83bfa8
parentf2de393e74f19982b77d24f14f50f1373d5fce76 (diff)
downloadPeerTube-77a87fec6c244074b786f67e135a1fe35bd7009f.tar.gz
PeerTube-77a87fec6c244074b786f67e135a1fe35bd7009f.tar.zst
PeerTube-77a87fec6c244074b786f67e135a1fe35bd7009f.zip
Update changelog
-rw-r--r--CHANGELOG.md27
-rw-r--r--README.md4
-rw-r--r--server/tests/api/videos/video-privacy.ts2
3 files changed, 32 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5cf44eb3c..10a73d93e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,32 @@
1# Changelog 1# Changelog
2 2
3## v1.0.0-beta.7
4
5### BREAKING CHANGES
6
7 * Account client URLs are now `/accounts/{username}/` (and not `/accounts/{id}/`)
8
9### Documentation
10
11 * Better documentation on how to deploy with Docker: https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/docker.md
12
13### Features
14
15 * Add short description in about page
16 * Add owner account name in video channel page
17 * Improve performance in ActivityPub controllers
18 * Video **support** field inherits video channel **support** field when uploading/updating a video
19 * Resume video when clicking on "PeerTube" link in embed
20
21### Bug fixes
22
23 * Fix player on Android
24 * Fix player when Firefox has cookies disabled
25 * Reload "my videos" after a delete
26 * Fix missing key configuration when upgrading with Docker
27 * Fix CC audience in Activity Pub objects/activities
28
29
3## v1.0.0-beta.6 30## v1.0.0-beta.6
4 31
5### Features 32### Features
diff --git a/README.md b/README.md
index 985b25b68..9ba01d99e 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,9 @@ Federated (ActivityPub) video streaming platform using P2P (BitTorrent)
7directly in the web browser with <a href="https://github.com/feross/webtorrent">WebTorrent</a>. 7directly in the web browser with <a href="https://github.com/feross/webtorrent">WebTorrent</a>.
8</p> 8</p>
9 9
10**We are running [a crowdfunding campaign](https://www.kisskissbankbank.com/en/projects/peertube-a-free-and-federated-video-platform) to pave the road to version 1.0 of PeerTube!** 10<p align="center">
11<strong>We are running <a href="https://www.kisskissbankbank.com/en/projects/peertube-a-free-and-federated-video-platform">a crowdfunding campaign</a> to pave the road to version 1.0 of PeerTube!</strong>
12</p>
11 13
12<p align="center"> 14<p align="center">
13 <strong>Client</strong> 15 <strong>Client</strong>
diff --git a/server/tests/api/videos/video-privacy.ts b/server/tests/api/videos/video-privacy.ts
index 8ab37189a..ea435d5af 100644
--- a/server/tests/api/videos/video-privacy.ts
+++ b/server/tests/api/videos/video-privacy.ts
@@ -73,6 +73,8 @@ describe('Test video privacy', function () {
73 }) 73 })
74 74
75 it('Should not be able to watch this private video with another user', async function () { 75 it('Should not be able to watch this private video with another user', async function () {
76 this.timeout(10000)
77
76 const user = { 78 const user = {
77 username: 'hello', 79 username: 'hello',
78 password: 'super password' 80 password: 'super password'