aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-08 23:24:42 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-08 23:24:42 +0200
commitd0b1da993d4a38469106d6bd52dab6254bbd0053 (patch)
tree5ec0bf85db3f0a67f7668b18d741c785ffda1036 /TODO.md
parent3277ca777821e76955fb26d80788939a311db9db (diff)
downloadmastodon.py-d0b1da993d4a38469106d6bd52dab6254bbd0053.tar.gz
add media v2 API + tests, move v1 test
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md66
1 files changed, 33 insertions, 33 deletions
diff --git a/TODO.md b/TODO.md
index fc642b6..1ff6207 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,63 +4,63 @@ Refer to mastodon changelog and API docs for details when implementing, add or m
4 4
53.1.3 53.1.3
6----- 6-----
7[ ] POST /api/v1/media → POST /api/v2/media (v1 deprecated) 7* [x] POST /api/v1/media → POST /api/v2/media (v1 deprecated)
8 8
93.1.4 93.1.4
10----- 10-----
11[ ] Add ability to exclude local content from federated timeline 11* [ ] Add ability to exclude local content from federated timeline
12[ ] Add ability to exclude remote content from hashtag timelines in web UI 12* [ ] Add ability to exclude remote content from hashtag timelines in web UI
13[ ] Add invites_enabled attribute to GET /api/v1/instance in REST API 13* [ ] Add invites_enabled attribute to GET /api/v1/instance in REST API
14 14
153.2.0 153.2.0
16----- 16-----
17[ ] Add personal notes for accounts 17* [ ] Add personal notes for accounts
18[ ] Add customizable thumbnails for audio and video attachments 18* [ ] Add customizable thumbnails for audio and video attachments
19[ ] Add color extraction for thumbnails 19* [ ] Add color extraction for thumbnails
20 20
213.3.0 213.3.0
22----- 22-----
23[ ] Add option to be notified when a followed user posts 23* [ ] Add option to be notified when a followed user posts
24[ ] Add duration option to the mute function 24* [ ] Add duration option to the mute function
25[ ] Add ability to block access or limit sign-ups from chosen IPs 25* [ ] Add ability to block access or limit sign-ups from chosen IPs
26[ ] Add support for managing multiple stream subscriptions in a single connection 26* [ ] Add support for managing multiple stream subscriptions in a single connection
27[ ] Add support for limiting results by both min_id and max_id at the same time in REST API 27* [ ] Add support for limiting results by both min_id and max_id at the same time in REST API
28[ ] Add GET /api/v1/accounts/:id/featured_tags to REST API 28* [ ] Add GET /api/v1/accounts/:id/featured_tags to REST API
29 29
303.4.0 303.4.0
31----- 31-----
32[ ] Add server rules 32* [ ] Add server rules
33[ ] Add POST /api/v1/emails/confirmations to REST API 33* [ ] Add POST /api/v1/emails/confirmations to REST API
34[ ] Add GET /api/v1/accounts/lookup to REST API 34* [ ] Add GET /api/v1/accounts/lookup to REST API
35[ ] Add policy param to POST /api/v1/push/subscriptions in REST API 35* [ ] Add policy param to POST /api/v1/push/subscriptions in REST API
36[ ] Add details to error response for POST /api/v1/accounts in REST API 36* [ ] Add details to error response for POST /api/v1/accounts in REST API
37 37
383.4.2 383.4.2
39----- 39-----
40[ ] Add configuration attribute to GET /api/v1/instance 40* [ ] Add configuration attribute to GET /api/v1/instance
41 41
423.5.0 423.5.0
43----- 43-----
44[ ] Add support for incoming edited posts 44* [ ] Add support for incoming edited posts
45[ ] Add notifications for posts deleted by moderators 45* [ ] Add notifications for posts deleted by moderators
46[ ] Add explore page with trending posts and links 46* [ ] Add explore page with trending posts and links
47[ ] Add graphs and retention metrics to admin dashboard 47* [ ] Add graphs and retention metrics to admin dashboard
48[ ] Add GET /api/v1/accounts/familiar_followers to REST API 48* [ ] Add GET /api/v1/accounts/familiar_followers to REST API
49[ ] Add POST /api/v1/accounts/:id/remove_from_followers to REST API 49* [ ] Add POST /api/v1/accounts/:id/remove_from_followers to REST API
50[ ] Add category and rule_ids params to POST /api/v1/reports IN REST API 50* [ ] Add category and rule_ids params to POST /api/v1/reports IN REST API
51[ ] Add global lang param to REST API 51* [ ] Add global lang param to REST API
52[ ] Add types param to GET /api/v1/notifications in REST API 52* [ ] Add types param to GET /api/v1/notifications in REST API
53[ ] Add notifications for moderators about new sign-ups 53* [ ] Add notifications for moderators about new sign-ups
54 54
553.5.3 553.5.3
56----- 56-----
57[ ] Add limited attribute to accounts in REST API 57* [ ] Add limited attribute to accounts in REST API
58 58
594.0.0 and beyond 594.0.0 and beyond
60---------------- 60----------------
61? ? ? ? 61? ? ? ?
62 62
63General improvements that would be good to do before doing another release: 63General improvements that would be good to do before doing another release:
64[ ] Split mastodon.py into parts in some way that makes sense, it's getting very unwieldy 64* [ ] Split mastodon.py into parts in some way that makes sense, it's getting very unwieldy
65[ ] Fix the CI 65* [ ] Fix the CI
66[ ] Get test coverage like, real high \ No newline at end of file 66* [ ] Get test coverage like, real high
Powered by cgit v1.2.3 (git 2.41.0)