diff options
| author | 2022-12-03 20:31:41 +0100 | |
|---|---|---|
| committer | 2022-12-03 20:31:41 +0100 | |
| commit | 76bfc366eafb30975f8994497f9d6b74f4d36d55 (patch) | |
| tree | 028b08e73a65ee497da9b22fe8d2d00fd9ccb6d8 | |
| parent | Don't store messages in public/ that are not public. (diff) | |
| download | snac2-76bfc366eafb30975f8994497f9d6b74f4d36d55.tar.gz snac2-76bfc366eafb30975f8994497f9d6b74f4d36d55.tar.xz snac2-76bfc366eafb30975f8994497f9d6b74f4d36d55.zip | |
Updated TODO.
| -rw-r--r-- | TODO.md | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -4,10 +4,12 @@ | |||
| 4 | 4 | ||
| 5 | Add an ?skip=NNN parameter to the admin page, to see older timeline. | 5 | Add an ?skip=NNN parameter to the admin page, to see older timeline. |
| 6 | 6 | ||
| 7 | Add support for Edit + Note. | 7 | Add support for Edit + Note on input. |
| 8 | 8 | ||
| 9 | Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3 | 9 | Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3 |
| 10 | 10 | ||
| 11 | Add this pull request https://codeberg.org/grunfink/snac2/pulls/9 | ||
| 12 | |||
| 11 | Add support for uploading the avatar, instead of needing an URL to an image. As a kludgy workaround, you can post something with an attached image, copy the auto-generated URL and use it. You can even delete the post, as attached images are never deleted (I said it was kludgy). | 13 | Add support for uploading the avatar, instead of needing an URL to an image. As a kludgy workaround, you can post something with an attached image, copy the auto-generated URL and use it. You can even delete the post, as attached images are never deleted (I said it was kludgy). |
| 12 | 14 | ||
| 13 | Add (back) the possibility to attach an image by URL. | 15 | Add (back) the possibility to attach an image by URL. |