mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 22:42:26 -05:00
[feature] Implement explicit domain allows + allowlist federation mode (#2200)
* love like winter! wohoah, wohoah * domain allow side effects * tests! logging! unallow! * document federation modes * linty linterson * test * further adventures in documentation * finish up domain block documentation (i think) * change wording a wee little bit * docs, example * consolidate shared domainPermission code * call mode once * fetch federation mode within domain blocked func * read domain perm import in streaming manner * don't use pointer to slice for domain perms * don't bother copying blocks + allows before deleting * admonish! * change wording just a scooch * update docs
This commit is contained in:
parent
d6add4ef93
commit
183eaa5b29
52 changed files with 2877 additions and 730 deletions
18
ROADMAP.md
18
ROADMAP.md
|
|
@ -45,24 +45,24 @@ What follows is a rough timeline of features that will be implemented on the roa
|
|||
|
||||
### Mid 2023
|
||||
|
||||
- **Hashtags** -- implement federating hashtags and viewing hashtags to allow users to discover posts that they might be interested in.
|
||||
- **Block list subscriptions** -- allow instance admins to subscribe their instance to plaintext domain block lists (much of the work for this is already in place).
|
||||
- **Direct conversation view** -- allow users to easily page through all direct-message conversations they're a part of.
|
||||
- [x] **Hashtags** -- implement federating hashtags and viewing hashtags to allow users to discover posts that they might be interested in. (Done! https://github.com/superseriousbusiness/gotosocial/pull/2032).
|
||||
- [ ] **Block list subscriptions** -- allow instance admins to subscribe their instance to plaintext domain block lists (much of the work for this is already in place).
|
||||
- [ ] **Direct conversation view** -- allow users to easily page through all direct-message conversations they're a part of.
|
||||
|
||||
### Mid/late 2023
|
||||
|
||||
- **Polls** -- implementing parsing, creating, and voting in polls.
|
||||
- **Mute posts/threads** -- opt-out of notifications for replies to a thread; no longer show a given post in your timeline.
|
||||
- **Limited peering/allowlists** -- allow instance admins to limit federation with other instances by default.
|
||||
- [ ] **Polls** -- implementing parsing, creating, and voting in polls.
|
||||
- [ ] **Mute posts/threads** -- opt-out of notifications for replies to a thread; no longer show a given post in your timeline.
|
||||
- [x] **Limited peering/allowlists** -- allow instance admins to limit federation with other instances by default. (Done! https://github.com/superseriousbusiness/gotosocial/pull/2200)
|
||||
|
||||
### Late 2023
|
||||
|
||||
- **Move activity** -- use the ActivityPub `Move` activity to support migration of a user's profile across servers.
|
||||
- **Sign-up flow** -- allow users to submit a sign-up request to an instance; allow admins to moderate sign-up requests.
|
||||
- [ ] **Move activity** -- use the ActivityPub `Move` activity to support migration of a user's profile across servers.
|
||||
- [ ] **Sign-up flow** -- allow users to submit a sign-up request to an instance; allow admins to moderate sign-up requests.
|
||||
|
||||
### Early 2024
|
||||
|
||||
- **Non-replyable posts** -- design a non-replyable post path for GoToSocial based on https://github.com/mastodon/mastodon/issues/14762#issuecomment-1196889788; allow users to create non-replyable posts.
|
||||
- [ ] **Non-replyable posts** -- design a non-replyable post path for GoToSocial based on https://github.com/mastodon/mastodon/issues/14762#issuecomment-1196889788; allow users to create non-replyable posts.
|
||||
|
||||
### And then...
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue