diff options
| author | 2023-07-06 10:14:25 +0200 | |
|---|---|---|
| committer | 2023-07-06 10:14:25 +0200 | |
| commit | cc91dd42fbcdd669122b40b81330377349802440 (patch) | |
| tree | 19ab6cfea390411c77cc4f5ff0dc1e9f49d12a20 | |
| parent | Updated RELEASE_NOTES. (diff) | |
| download | snac2-cc91dd42fbcdd669122b40b81330377349802440.tar.gz snac2-cc91dd42fbcdd669122b40b81330377349802440.tar.xz snac2-cc91dd42fbcdd669122b40b81330377349802440.zip | |
Updated TODO.
| -rw-r--r-- | TODO.md | 8 |
1 files changed, 5 insertions, 3 deletions
| @@ -12,8 +12,6 @@ Mastodon API: fix whatever the fuck is making the official app and Megalodon to | |||
| 12 | 12 | ||
| 13 | Improve support for audio attachments. | 13 | Improve support for audio attachments. |
| 14 | 14 | ||
| 15 | Add support for pinning posts. | ||
| 16 | |||
| 17 | Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721 | 15 | Important: 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 | ||
| 33 | Test all the possible XSS vulnerabilities in https://raw.githubusercontent.com/danielmiessler/SecLists/master/Fuzzing/big-list-of-naughty-strings.txt | 31 | Test all the possible XSS vulnerabilities in https://raw.githubusercontent.com/danielmiessler/SecLists/master/Fuzzing/big-list-of-naughty-strings.txt |
| 34 | 32 | ||
| 35 | index_list() and index_list_desc() should not return deleted (i.e. dash prefixed) entries. | 33 | The 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). | |||
| 267 | Add a content warning description (2023-07-04T15:02:19+0200). | 265 | Add a content warning description (2023-07-04T15:02:19+0200). |
| 268 | 266 | ||
| 269 | Propagate the CW status and description from the replied message (2023-07-04T15:02:19+0200). | 267 | Propagate the CW status and description from the replied message (2023-07-04T15:02:19+0200). |
| 268 | |||
| 269 | Add support for pinning posts (2023-07-06T10:11:35+0200). | ||
| 270 | |||
| 271 | index_list() and index_list_desc() should not return deleted (i.e. dash prefixed) entries (2023-07-06T10:12:06+0200). | ||