From 91e0f144a67d2176e202ed6fe3f8b4a10f2ef4da Mon Sep 17 00:00:00 2001 From: default Date: Sun, 23 Mar 2025 15:46:14 +0100 Subject: Updated TODO. --- TODO.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index bdb860c..baa910a 100644 --- a/TODO.md +++ b/TODO.md @@ -6,16 +6,12 @@ Investigate the problem with boosts inside the same instance (see https://codebe Editing / Updating a post does not index newly added hashtags. -Wrong level of message visibility when using the Mastodon API: https://codeberg.org/grunfink/snac2/issues/200#issuecomment-2351042 - Unfollowing guppe groups seems to work (http status of 200), but messages continue to arrive as if it didn't. Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721 ## Wishlist -Each notification should show a link to the full thread, to see it in context. - The instance timeline should also show boosts from users. Mastoapi: implement /v1/conversations. @@ -30,14 +26,10 @@ Integrate "Added handling for International Domain Names" PR https://codeberg.or Do something about Akkoma and Misskey's quoted replies (they use the `quoteUrl` field instead of `inReplyTo`). -Add a list of hashtags to drop. - Take a look at crashes in the brittle Mastodon official app (crashes when hitting the reply button, crashes or 'ownVotes is null' errors when trying to show polls). The 'history' pages are just monthly HTML snapshots of the local timeline. This is ok and cheap and easy, but is problematic if you e.g. intentionally delete a post because it will remain there in the history forever. If you activate local timeline purging, purged entries will remain in the history as 'ghosts', which may or may not be what the user wants. -The actual storage system wastes too much disk space (lots of small files that really consume 4k of storage). Consider alternatives. - ## Closed Start a TODO file (2022-08-25T10:07:44+0200). @@ -367,3 +359,11 @@ Add support for /authorize_interaction (whatever it is) (2025-01-16T14:45:28+010 Implement following of hashtags (this is not trivial) (2025-01-30T16:12:16+0100). Add support for subscribing and posting to relays (see https://codeberg.org/grunfink/snac2/issues/216 for more information) (2025-01-30T16:12:34+0100). + +Wrong level of message visibility when using the Mastodon API: https://codeberg.org/grunfink/snac2/issues/200#issuecomment-2351042 (2025-03-23T15:44:35+0100). + +Each notification should show a link to the full thread, to see it in context (2025-03-23T15:44:50+0100). + +Add a list of hashtags to drop (2025-03-23T15:45:30+0100). + +The actual storage system wastes too much disk space (lots of small files that really consume 4k of storage). Consider alternatives (2025-03-23T15:46:02+0100). -- cgit v1.2.3 From 8d86cabb0f687a3f80633771b877c6ba3a2c4f70 Mon Sep 17 00:00:00 2001 From: default Date: Thu, 10 Apr 2025 18:10:29 +0200 Subject: Updated TODO. --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index baa910a..db135d5 100644 --- a/TODO.md +++ b/TODO.md @@ -12,6 +12,8 @@ Important: deleting a follower should do more that just delete the object, see h ## Wishlist +Add account reporting. + The instance timeline should also show boosts from users. Mastoapi: implement /v1/conversations. -- cgit v1.2.3 From 2153c374337791ec81f8966334c32b64b3375a9e Mon Sep 17 00:00:00 2001 From: default Date: Fri, 18 Apr 2025 10:22:51 +0200 Subject: Updated TODO. --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index db135d5..7ebad40 100644 --- a/TODO.md +++ b/TODO.md @@ -369,3 +369,5 @@ Each notification should show a link to the full thread, to see it in context (2 Add a list of hashtags to drop (2025-03-23T15:45:30+0100). The actual storage system wastes too much disk space (lots of small files that really consume 4k of storage). Consider alternatives (2025-03-23T15:46:02+0100). + +Add command-line tools for creating and manipulating lists (2025-04-18T10:04:41+0200). -- cgit v1.2.3 From 53e662c25c3c403f92d042277dfcbd29253b9f68 Mon Sep 17 00:00:00 2001 From: grunfink Date: Wed, 23 Apr 2025 04:30:16 +0200 Subject: Updated TODO. --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 7ebad40..70770db 100644 --- a/TODO.md +++ b/TODO.md @@ -2,6 +2,8 @@ ## Open +It seems that Microsoft is planning to laminate Basic HTTP Auth, so make a plan, see https://codeberg.org/grunfink/snac2/issues/350 + Investigate the problem with boosts inside the same instance (see https://codeberg.org/grunfink/snac2/issues/214). Editing / Updating a post does not index newly added hashtags. -- cgit v1.2.3 From 40c4fdf41595664835f46fd10447ffc8f97c7aff Mon Sep 17 00:00:00 2001 From: grunfink Date: Sat, 3 May 2025 09:13:09 +0200 Subject: Updated TODO. --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 70770db..b905a2a 100644 --- a/TODO.md +++ b/TODO.md @@ -14,6 +14,8 @@ Important: deleting a follower should do more that just delete the object, see h ## Wishlist +Do a [Webmention](https://www.w3.org/TR/webmention/) to every link written in a post. + Add account reporting. The instance timeline should also show boosts from users. -- cgit v1.2.3 From f75939e094fd77ebaaca4ac154efae233ce711d5 Mon Sep 17 00:00:00 2001 From: grunfink Date: Sun, 4 May 2025 11:16:32 +0200 Subject: Updated TODO. --- TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index b905a2a..04a9b20 100644 --- a/TODO.md +++ b/TODO.md @@ -14,8 +14,6 @@ Important: deleting a follower should do more that just delete the object, see h ## Wishlist -Do a [Webmention](https://www.w3.org/TR/webmention/) to every link written in a post. - Add account reporting. The instance timeline should also show boosts from users. @@ -375,3 +373,5 @@ Add a list of hashtags to drop (2025-03-23T15:45:30+0100). The actual storage system wastes too much disk space (lots of small files that really consume 4k of storage). Consider alternatives (2025-03-23T15:46:02+0100). Add command-line tools for creating and manipulating lists (2025-04-18T10:04:41+0200). + +Do a [Webmention](https://www.w3.org/TR/webmention/) to every link written in a post (2025-05-04T11:16:21+0200). -- cgit v1.2.3 From 05c9b46d1cd29b32c68415c0194bb92d903e5fb8 Mon Sep 17 00:00:00 2001 From: grunfink Date: Fri, 9 May 2025 10:29:19 +0200 Subject: Updated TODO. --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 04a9b20..8b87d37 100644 --- a/TODO.md +++ b/TODO.md @@ -16,6 +16,8 @@ Important: deleting a follower should do more that just delete the object, see h Add account reporting. +Add a list option to hide member posts from the main timeline, see https://codeberg.org/grunfink/snac2/issues/383 + The instance timeline should also show boosts from users. Mastoapi: implement /v1/conversations. -- cgit v1.2.3