gotosocial/docs
nicole mikołajczyk 5097e6d278 [feature] /api/v1/follow_requests/outgoing (#4224)
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>

# Description

This pull request adds a new endpoint which returns a list of pending follow requests requested by the user. The test is adapted from the GET /api/v1/follow_requests test.

## Checklist

- [x] I/we have read the [GoToSocial contribution guidelines](https://codeberg.org/superseriousbusiness/gotosocial/src/branch/main/CONTRIBUTING.md).
- [ ] I/we have discussed the proposed changes already, either in an issue on the repository, or in the Matrix chat.
- [x] I/we have not leveraged AI to create the proposed changes.
- [x] I/we have performed a self-review of added code.
- [x] I/we have written code that is legible and maintainable by others.
- [x] I/we have commented the added code, particularly in hard-to-understand areas.
- [x] I/we have made any necessary changes to documentation.
- [x] I/we have added tests that cover new code.
- [x] I/we have run tests and they pass locally with the changes.
- [x] I/we have run `go fmt ./...` and `golangci-lint run`.

Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4224
Co-authored-by: nicole mikołajczyk <git@mkljczk.pl>
Co-committed-by: nicole mikołajczyk <git@mkljczk.pl>
2025-06-02 11:46:17 +02:00
..
.cache/plugin/social [chore] Vendor mkdocs fonts; update docs dependencies (#2789) 2024-03-29 10:52:46 +01:00
admin [feature] Allow exposing allows, implement /api/v1/domain_blocks and /api/v1/domain_allows (#4169) 2025-05-20 11:47:40 +02:00
advanced [feature] update proof-of-work to allow setting required rounds (#4186) 2025-05-26 11:57:50 +02:00
api [feature] /api/v1/follow_requests/outgoing (#4224) 2025-06-02 11:46:17 +02:00
configuration [feature/internal/httpclient] add option to configure outgoing protocol (#4134) 2025-05-31 19:15:39 +02:00
federation [chore] Deprecate with_approval, always (client API), approvalRequired, always (fedi API) (#4173) 2025-05-13 14:48:11 +00:00
getting_started [chore] Change default database in example config to sqlite, update docs. (#4174) 2025-05-14 13:25:52 +00:00
locales/zh [docs] Various little docs updates (#4144) 2025-05-06 14:28:40 +00:00
overrides/public [feature/frontend] Add four new monospace themes (#4199) 2025-05-29 11:48:34 +02:00
user_guide [feature] Add ListenBrainz functionality on the web view (#4184) 2025-05-22 12:34:39 +02:00
environment.yml [docs] Rework README a bit, import into docs (#3006) 2024-06-13 23:21:41 +02:00
faq.md [chore] Rewrite all remaining Github links 2025-04-27 13:40:22 +02:00
index.md [docs] Rework README a bit, import into docs (#3006) 2024-06-13 23:21:41 +02:00
swagger.go [feature] Application creation + management via API + settings panel (#3906) 2025-03-17 14:06:17 +00:00