aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9dab73d09..a9b2932c7 100644
--- a/README.md
+++ b/README.md
@@ -95,10 +95,12 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t
95- [ ] Validate the prototype (test PeerTube in a real world with many pods and videos) 95- [ ] Validate the prototype (test PeerTube in a real world with many pods and videos)
96- [ ] Manage API breaks 96- [ ] Manage API breaks
97- [ ] Add "DDOS" security (check if a pod don't send too many requests for example) 97- [ ] Add "DDOS" security (check if a pod don't send too many requests for example)
98- [ ] Admin panel 98- [X] Admin panel
99 - [ ] Stats about videos 99 - [X] Stats
100 - [X] Friends list 100 - [X] Friends list
101 - [X] Manage users (create/remove) 101 - [X] Manage users (create/remove)
102- [ ] User playlists
103- [ ] User subscriptions (by tags, author...)
102 104
103 105
104## Installation 106## Installation