diff options
| author | 2023-04-24 05:04:15 +0200 | |
|---|---|---|
| committer | 2023-04-24 05:04:15 +0200 | |
| commit | ec961a6cefd8878409c72bc51589ff322204d2f7 (patch) | |
| tree | d50ec3bc6d5691aa7d7a31825878b6fba6d84aed | |
| parent | Moved JSON output validation to httpd.c. (diff) | |
| download | snac2-ec961a6cefd8878409c72bc51589ff322204d2f7.tar.gz snac2-ec961a6cefd8878409c72bc51589ff322204d2f7.tar.xz snac2-ec961a6cefd8878409c72bc51589ff322204d2f7.zip | |
Updated TODO.
| -rw-r--r-- | TODO.md | 12 |
1 files changed, 8 insertions, 4 deletions
| @@ -2,13 +2,13 @@ | |||
| 2 | 2 | ||
| 3 | ## Open | 3 | ## Open |
| 4 | 4 | ||
| 5 | Post edits should keep the image and the image description. | 5 | Post edits should preserve the image and the image description somewhat. |
| 6 | 6 | ||
| 7 | Implement the 'search by tag' operation instead of just pretending that it does something. | 7 | Implement real tag links instead of just pretending that it's something that exists. |
| 8 | 8 | ||
| 9 | Mastodon API: add search by account (webfinger). | 9 | Mastodon API: implement 'unfavourite'. |
| 10 | 10 | ||
| 11 | Mastodon API: add an instance timeline by combining the timelines of all users. | 11 | Mastodon API: implement 'unreblog' (unboost). |
| 12 | 12 | ||
| 13 | Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash. | 13 | Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash. |
| 14 | 14 | ||
| @@ -237,3 +237,7 @@ Implement the ActivityPub C2S (Client to Server) API: https://www.w3.org/TR/acti | |||
| 237 | Edits do not refresh the HTML cache (2023-04-14T19:05:27+0200). | 237 | Edits do not refresh the HTML cache (2023-04-14T19:05:27+0200). |
| 238 | 238 | ||
| 239 | Add a notification area, where recent events of interest would be easily seen (2023-04-21T23:20:27+0200). | 239 | Add a notification area, where recent events of interest would be easily seen (2023-04-21T23:20:27+0200). |
| 240 | |||
| 241 | Mastodon API: add search by account (webfinger) (2023-04-24T05:01:03+0200). | ||
| 242 | |||
| 243 | Mastodon API: add an instance timeline by combining the timelines of all users (2023-04-24T05:01:14+0200). | ||