diff options
| author | 2021-05-09 20:34:27 +0200 | |
|---|---|---|
| committer | 2021-05-09 20:34:27 +0200 | |
| commit | dc338dc881ead40723f0540aac7fe894f58b174d (patch) | |
| tree | a000a065ffe219683f68520dd66b12aa1506a9fa /PROGRESS.md | |
| parent | Fix token sweep (#19) (diff) | |
| download | gotosocial-dc338dc881ead40723f0540aac7fe894f58b174d.tar.xz | |
Webfinger + Small fixes (#20)
Diffstat (limited to 'PROGRESS.md')
| -rw-r--r-- | PROGRESS.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/PROGRESS.md b/PROGRESS.md index 18bcedfa3..20190ef32 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -77,7 +77,7 @@ * [x] /api/v1/statuses/:id/favourited_by GET (See who has faved a status) * [x] /api/v1/statuses/:id/favourite POST (Fave a status) * [x] /api/v1/statuses/:id/unfavourite POST (Unfave a status) - * [ ] /api/v1/statuses/:id/reblog POST (Reblog a status) + * [x] /api/v1/statuses/:id/reblog POST (Reblog a status) * [ ] /api/v1/statuses/:id/unreblog POST (Undo a reblog) * [ ] /api/v1/statuses/:id/bookmark POST (Bookmark a status) * [ ] /api/v1/statuses/:id/unbookmark POST (Undo a bookmark) @@ -133,7 +133,7 @@ * [ ] Search * [ ] /api/v2/search GET (Get search query results) * [ ] Instance - * [ ] /api/v1/instance GET (Get instance information) + * [x] /api/v1/instance GET (Get instance information) * [ ] /api/v1/instance PATCH (Update instance information) * [ ] /api/v1/instance/peers GET (Get list of federated servers) * [ ] /api/v1/instance/activity GET (Instance activity over the last 3 months, binned weekly.) @@ -169,7 +169,8 @@ * [ ] Oembed * [ ] /api/oembed GET (Get oembed metadata for a status URL) * [ ] Server-To-Server (Federation protocol) - * [ ] Mechanism to trigger side effects from client AP + * [x] Mechanism to trigger side effects from client AP + * [x] Webfinger account lookups * [ ] Federation modes * [ ] 'Slow' federation * [ ] Reputation scoring system for instances |
