From 00a96c5e9584bcd768d51372fbc4ccd866432771 Mon Sep 17 00:00:00 2001 From: halcy Date: Thu, 24 Nov 2022 22:56:49 +0200 Subject: Add trending APIs --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index f603e49..e0b504a 100644 --- a/TODO.md +++ b/TODO.md @@ -66,4 +66,4 @@ General improvements that would be good to do before doing another release: * [x] Fix the CI * [ ] Get test coverage like, real high * [x] Add all those streaming events?? -* [ ] Document return values +* [ ] Document return values (skipping this for a bit to then do it at the end with tooling) -- cgit v1.2.3 From 2825fa9963cd30815bdaa3307eb630695c68aae0 Mon Sep 17 00:00:00 2001 From: halcy Date: Fri, 25 Nov 2022 00:01:07 +0200 Subject: Add admin trends test --- TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index e0b504a..d5e16bd 100644 --- a/TODO.md +++ b/TODO.md @@ -43,11 +43,11 @@ Refer to mastodon changelog and API docs for details when implementing, add or m ----- * [x] Add support for incoming edited posts * [x] Add notifications for posts deleted by moderators <- by email. not actually API relevant. -* [ ] Add explore page with trending posts and links +* [x] Add explore page with trending posts and links * [ ] Add graphs and retention metrics to admin dashboard * [ ] Add GET /api/v1/accounts/familiar_followers to REST API * [ ] Add POST /api/v1/accounts/:id/remove_from_followers to REST API -* [ ] Add category and rule_ids params to POST /api/v1/reports IN REST API +* [x] Add category and rule_ids params to POST /api/v1/reports IN REST API * [ ] Add global lang param to REST API * [x] Add types param to GET /api/v1/notifications in REST API * [x] Add notifications for moderators about new sign-ups -- cgit v1.2.3 From 4be050d3d7116f08d0a1788fc97cd1e2beb9443b Mon Sep 17 00:00:00 2001 From: halcy Date: Fri, 25 Nov 2022 01:48:49 +0200 Subject: add lang parameter --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index d5e16bd..8e5dad4 100644 --- a/TODO.md +++ b/TODO.md @@ -48,7 +48,7 @@ Refer to mastodon changelog and API docs for details when implementing, add or m * [ ] Add GET /api/v1/accounts/familiar_followers to REST API * [ ] Add POST /api/v1/accounts/:id/remove_from_followers to REST API * [x] Add category and rule_ids params to POST /api/v1/reports IN REST API -* [ ] Add global lang param to REST API +* [x] Add global lang param to REST API * [x] Add types param to GET /api/v1/notifications in REST API * [x] Add notifications for moderators about new sign-ups * [ ] v2 admin account api -- cgit v1.2.3