summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorGravatar default2023-07-05 09:51:45 +0200
committerGravatar default2023-07-05 09:51:45 +0200
commit8faa06652d8fd1bbbd1139170b7892b6d81d0927 (patch)
treeee656804e6d3c04b48a9f3bffa8c425701aeac57 /TODO.md
parentBackport from xs. (diff)
parentAlso call process_tags() when in the public timeline's bio. (diff)
downloadsnac2-8faa06652d8fd1bbbd1139170b7892b6d81d0927.tar.gz
snac2-8faa06652d8fd1bbbd1139170b7892b6d81d0927.tar.xz
snac2-8faa06652d8fd1bbbd1139170b7892b6d81d0927.zip
Merge branch 'master' of triptico.com:git/snac2
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/TODO.md b/TODO.md
index 6d4b430..7539883 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 a quick way to block complete domains / instances.
16
17Add support for pinning posts. 15Add support for pinning posts.
18 16
19Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721 17Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721
@@ -33,7 +31,8 @@ Implement bulleted lists. Mastodon is crap and won't show them, but other implem
33User 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." 31User 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."
34 32
35Test all the possible XSS vulnerabilities in https://raw.githubusercontent.com/danielmiessler/SecLists/master/Fuzzing/big-list-of-naughty-strings.txt 33Test all the possible XSS vulnerabilities in https://raw.githubusercontent.com/danielmiessler/SecLists/master/Fuzzing/big-list-of-naughty-strings.txt
36Minor data storage housekeeping: index_list() and index_list_desc() should not return deleted (i.e. dash prefixed) entries; _object_user_cache() should call index_del() (?). 34
35index_list() and index_list_desc() should not return deleted (i.e. dash prefixed) entries.
37 36
38## Closed 37## Closed
39 38
@@ -260,3 +259,11 @@ Replace weird, vestigial 'touch-by-append-spaces' in actor_get() with a more pro
260With this new disk layout, hidden posts (and their children) can be directly skipped when rendering the HTML timeline (are there any other implications?) (2023-06-23T06:48:51+0200). 259With this new disk layout, hidden posts (and their children) can be directly skipped when rendering the HTML timeline (are there any other implications?) (2023-06-23T06:48:51+0200).
261 260
262Implement HTTP caches (If-None-Match / ETag) (2023-07-02T11:11:20+0200). 261Implement HTTP caches (If-None-Match / ETag) (2023-07-02T11:11:20+0200).
262
263Add a quick way to block complete domains / instances (2023-07-04T14:35:44+0200).
264
265_object_user_cache() should call index_del() (2023-07-04T14:36:37+0200).
266
267Add a content warning description (2023-07-04T15:02:19+0200).
268
269Propagate the CW status and description from the replied message (2023-07-04T15:02:19+0200).