diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |