gotosocial/internal/processing
tobi ec4d4d0115 [feature] Allow exposing allows, implement /api/v1/domain_blocks and /api/v1/domain_allows (#4169)
- adds config flags `instance-expose-allowlist` and `instance-expose-allowlist-web` to allow instance admins to expose their allowlist via the web + api.
- renames `instance-expose-suspended` and `instance-expose-suspended-web` to  `instance-expose-blocklist` and `instance-expose-blocklist-web`.
- deprecates the `suspended` filter on `/api/v1/instance/peers` endpoint and adds `blocked` and `allowed` filters
- adds the `flat` query param to `/api/v1/instance/peers` to allow forcing return of a flat list of domains
- implements `/api/v1/instance/domain_blocks` and `/api/v1/instance/domain_allows` endpoints with or without auth depending on config
- rejigs the instance about page to include a general section on domain permissions, with block and allow subsections (and appropriate links)

Closes https://codeberg.org/superseriousbusiness/gotosocial/issues/3847
Closes https://codeberg.org/superseriousbusiness/gotosocial/issues/4150

Prerequisite to https://codeberg.org/superseriousbusiness/gotosocial/issues/3711

Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4169
Co-authored-by: tobi <tobi.smethurst@protonmail.com>
Co-committed-by: tobi <tobi.smethurst@protonmail.com>
2025-05-20 11:47:40 +02:00
..
account [bugfix] Ensure Account and TargetAccount set when doing UndoFollow (#4118) 2025-05-03 10:10:23 +00:00
admin [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
advancedmigrations [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
application [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
common [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
conversations [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
fedi [chore] Rewrite all remaining Github links 2025-04-27 13:40:22 +02:00
filters [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
interactionrequests [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
list [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
markers [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
media [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
polls [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
push [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
report [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
search [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
status [chore] Deprecate with_approval, always (client API), approvalRequired, always (fedi API) (#4173) 2025-05-13 14:48:11 +00:00
stream [chore] Deprecate with_approval, always (client API), approvalRequired, always (fedi API) (#4173) 2025-05-13 14:48:11 +00:00
tags [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
timeline [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
user [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
workers [chore] various federatingdb tweaks (#4178) 2025-05-15 09:40:48 +00:00
followrequest_test.go [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
instance.go [feature] Allow exposing allows, implement /api/v1/domain_blocks and /api/v1/domain_allows (#4169) 2025-05-20 11:47:40 +02:00
oauth.go [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
parsemention.go [bugfix] Fix no notification if mention edited into status (#4102) 2025-05-04 09:45:10 +00:00
parsemention_test.go [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
preferences.go [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
preferences_test.go [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
processor.go [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
processor_test.go [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00