aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6419c4877..ab4cf81ed 100644
--- a/README.md
+++ b/README.md
@@ -50,13 +50,17 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t
50- [X] List the videos 50- [X] List the videos
51- [X] Search a video name (local index) 51- [X] Search a video name (local index)
52- [X] View the video in an HTML5 page with WebTorrent 52- [X] View the video in an HTML5 page with WebTorrent
53- [ ] Manage user accounts 53- [ ] Manage admin account
54 - [ ] Inscription
55 - [X] Connection 54 - [X] Connection
56 - [X] Account rights (upload...) 55 - [X] Account rights (upload...)
57- [X] Make the network auto sufficient (eject bad pods etc) 56- [X] Make the network auto sufficient (eject bad pods etc)
57- [ ] Validate the prototype (test PeerTube in a real world with many pods and videos)
58- [ ] Manage API breaks 58- [ ] Manage API breaks
59- [ ] Add "DDOS" security (check if a pod don't send too many requests for example) 59- [ ] Add "DDOS" security (check if a pod don't send too many requests for example)
60- [ ] Admin panel
61 - [ ] Stats about the network (how many friends, how many requests per hour...)
62 - [ ] Stats about videos
63 - [ ] Manage users (create/remove)
60 64
61 65
62## Installation 66## Installation