summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorGravatar default2023-07-06 10:14:25 +0200
committerGravatar default2023-07-06 10:14:25 +0200
commitcc91dd42fbcdd669122b40b81330377349802440 (patch)
tree19ab6cfea390411c77cc4f5ff0dc1e9f49d12a20 /TODO.md
parentUpdated RELEASE_NOTES. (diff)
downloadsnac2-cc91dd42fbcdd669122b40b81330377349802440.tar.gz
snac2-cc91dd42fbcdd669122b40b81330377349802440.tar.xz
snac2-cc91dd42fbcdd669122b40b81330377349802440.zip
Updated TODO.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/TODO.md b/TODO.md
index 7539883..2a95356 100644
--- a/TODO.md
+++ b/TODO.md
@@ -12,8 +12,6 @@ Mastodon API: fix whatever the fuck is making the official app and Megalodon to
12 12
13Improve support for audio attachments. 13Improve support for audio attachments.
14 14
15Add support for pinning posts.
16
17Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721 15Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721
18 16
19## Wishlist 17## Wishlist
@@ -32,7 +30,7 @@ User request: "will it be possible to click on a link and instead of opening the
32 30
33Test all the possible XSS vulnerabilities in https://raw.githubusercontent.com/danielmiessler/SecLists/master/Fuzzing/big-list-of-naughty-strings.txt 31Test all the possible XSS vulnerabilities in https://raw.githubusercontent.com/danielmiessler/SecLists/master/Fuzzing/big-list-of-naughty-strings.txt
34 32
35index_list() and index_list_desc() should not return deleted (i.e. dash prefixed) entries. 33The actual storage system wastes too much disk space (lots of small files that really consume 4k of storage). Consider alternatives.
36 34
37## Closed 35## Closed
38 36
@@ -267,3 +265,7 @@ _object_user_cache() should call index_del() (2023-07-04T14:36:37+0200).
267Add a content warning description (2023-07-04T15:02:19+0200). 265Add a content warning description (2023-07-04T15:02:19+0200).
268 266
269Propagate the CW status and description from the replied message (2023-07-04T15:02:19+0200). 267Propagate the CW status and description from the replied message (2023-07-04T15:02:19+0200).
268
269Add support for pinning posts (2023-07-06T10:11:35+0200).
270
271index_list() and index_list_desc() should not return deleted (i.e. dash prefixed) entries (2023-07-06T10:12:06+0200).