From d639b39afc47a3b79eebfab5d4fb2acbd9e135ee Mon Sep 17 00:00:00 2001 From: Daan Sprenkels Date: Sun, 25 Aug 2019 21:33:32 +0200 Subject: [PATCH] readme: Add some todos --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 330b11b..38eaf3d 100644 --- a/README.md +++ b/README.md @@ -81,4 +81,13 @@ header that the client sends. We can still wrap the plain-text page in a single ## Privacy We will try as hard as possible to not store any data about our users, and will -only provide any data when we have the legal obligation to do so. \ No newline at end of file +only provide any data when we have the legal obligation to do so. + +## Todo + +- [ ] Implement deletion of url-shortening links using revocation tokens. +- [ ] Implement pastebin support. +- [ ] Also implement file-upload support (for images/video/audio/binaries/etc.). + - [ ] ^ Decide on some kind of authorization system for this. +- [ ] Implement some kind of admin interface. +- [ ] Implement `/z/metrics`. \ No newline at end of file