diff options
| author | 2023-07-28 20:23:38 +0200 | |
|---|---|---|
| committer | 2023-07-28 20:23:38 +0200 | |
| commit | 78f70427dd5517b053d62c75cee9291fc28c61b5 (patch) | |
| tree | 4305514016d6a0328d93330526e700a246006b4c | |
| parent | Updated comment in headers. (diff) | |
| download | snac2-78f70427dd5517b053d62c75cee9291fc28c61b5.tar.gz snac2-78f70427dd5517b053d62c75cee9291fc28c61b5.tar.xz snac2-78f70427dd5517b053d62c75cee9291fc28c61b5.zip | |
Updated TODO.
| -rw-r--r-- | TODO.md | 10 |
1 files changed, 6 insertions, 4 deletions
| @@ -10,10 +10,10 @@ Implement real tag links instead of just pretending that it's something that exi | |||
| 10 | 10 | ||
| 11 | Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash. | 11 | Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash. |
| 12 | 12 | ||
| 13 | Improve support for audio attachments. | ||
| 14 | |||
| 15 | Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721 | 13 | Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721 |
| 16 | 14 | ||
| 15 | The outbox should contain Create+Note, not Note objects. | ||
| 16 | |||
| 17 | ## Wishlist | 17 | ## Wishlist |
| 18 | 18 | ||
| 19 | Add a list of hashtags to drop. | 19 | Add a list of hashtags to drop. |
| @@ -28,8 +28,6 @@ Implement bulleted lists. Mastodon is crap and won't show them, but other implem | |||
| 28 | 28 | ||
| 29 | User request: "will it be possible to click on a link and instead of opening the original instance, we'll be able only to see a list of the posts of this person here in comam?. Something like Mastodon does." | 29 | User request: "will it be possible to click on a link and instead of opening the original instance, we'll be able only to see a list of the posts of this person here in comam?. Something like Mastodon does." |
| 30 | 30 | ||
| 31 | Test all the possible XSS vulnerabilities in https://raw.githubusercontent.com/danielmiessler/SecLists/master/Fuzzing/big-list-of-naughty-strings.txt | ||
| 32 | |||
| 33 | The actual storage system wastes too much disk space (lots of small files that really consume 4k of storage). Consider alternatives. | 31 | The actual storage system wastes too much disk space (lots of small files that really consume 4k of storage). Consider alternatives. |
| 34 | 32 | ||
| 35 | ## Closed | 33 | ## Closed |
| @@ -269,3 +267,7 @@ Propagate the CW status and description from the replied message (2023-07-04T15: | |||
| 269 | Add support for pinning posts (2023-07-06T10:11:35+0200). | 267 | Add support for pinning posts (2023-07-06T10:11:35+0200). |
| 270 | 268 | ||
| 271 | index_list() and index_list_desc() should not return deleted (i.e. dash prefixed) entries (2023-07-06T10:12:06+0200). | 269 | index_list() and index_list_desc() should not return deleted (i.e. dash prefixed) entries (2023-07-06T10:12:06+0200). |
| 270 | |||
| 271 | Improve support for audio attachments (2023-07-28T20:22:32+0200). | ||
| 272 | |||
| 273 | Test all the possible XSS vulnerabilities in https://raw.githubusercontent.com/danielmiessler/SecLists/master/Fuzzing/big-list-of-naughty-strings.txt (2023-07-28T20:23:21+0200). | ||