summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index e43a763..ba92c67 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,8 +4,6 @@
4 4
5Fix `timeline_request_replies()` issues (more info there). 5Fix `timeline_request_replies()` issues (more info there).
6 6
7Replace weird, vestigial 'touch-by-append-spaces' in actor_get() with a more proper call to `utimes()`.
8
9Post edits should preserve the image and the image description somewhat. 7Post edits should preserve the image and the image description somewhat.
10 8
11Implement real tag links instead of just pretending that it's something that exists. 9Implement real tag links instead of just pretending that it's something that exists.
@@ -28,10 +26,9 @@ The 'history' pages are just monthly HTML snapshots of the local timeline. This
28 26
29Implement bulleted lists. Mastodon is crap and won't show them, but other implementations (Friendica, Pleroma) will do. 27Implement bulleted lists. Mastodon is crap and won't show them, but other implementations (Friendica, Pleroma) will do.
30 28
31With this new disk layout, hidden posts (and their children) can be directly skipped when rendering the HTML timeline (are there any other implications?).
32
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." 29User 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 30
31Test all the possible XSS vulnerabilities in https://raw.githubusercontent.com/danielmiessler/SecLists/master/Fuzzing/big-list-of-naughty-strings.txt
35## Closed 32## Closed
36 33
37Start a TODO file (2022-08-25T10:07:44+0200). 34Start a TODO file (2022-08-25T10:07:44+0200).
@@ -251,3 +248,7 @@ Add (back) the possibility to attach an image by URL (2023-05-21T20:35:39+0200).
251Fix broken links that contain # (https://codeberg.org/grunfink/snac2/issues/47#issuecomment-937014) (2023-06-12T19:03:45+0200). 248Fix broken links that contain # (https://codeberg.org/grunfink/snac2/issues/47#issuecomment-937014) (2023-06-12T19:03:45+0200).
252 249
253Fix premature purge of actor by hardlinking the actor object inside the user `following/` subfolder (2023-06-15T04:30:40+0200). 250Fix premature purge of actor by hardlinking the actor object inside the user `following/` subfolder (2023-06-15T04:30:40+0200).
251
252Replace weird, vestigial 'touch-by-append-spaces' in actor_get() with a more proper call to `utimes()` (2023-06-23T06:46:56+0200).
253
254With 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).