GoToSocial/internal/api/client
tobi 5f00d4980b
[feature] Implement `/api/v1/instance/peers` endpoint (#660)
* add missing license headers

* start adding instance peers get

* rename domainblock.go

* embed domain in domainblock so it can be reused

* update swagger docs

* add test instances to db

* update tests

* add/update instancepeersget

* update domain model

* add getinstancepeers to db

* instance-expose-peers, instance-expose-suspended

* add auth checks for both current filters

* attach endpoint to router

* include public comment

* obfuscate domain if required

* go mod tidy

* update swagger docs

* remove unnecessary comment

* return 'flat' peerlist if no query params provided
2022-06-23 16:54:54 +02:00
..
account [chore] Webfinger rework (#627) 2022-06-11 11:01:34 +02:00
admin [chore] make tests more cacheable by avoiding time.Now() (#656) 2022-06-19 17:10:24 +02:00
app [feature] More consistent API error handling (#637) 2022-06-08 20:38:03 +02:00
auth [chore] Webfinger rework (#627) 2022-06-11 11:01:34 +02:00
blocks [feature] More consistent API error handling (#637) 2022-06-08 20:38:03 +02:00
emoji [feature] More consistent API error handling (#637) 2022-06-08 20:38:03 +02:00
favourites [feature] More consistent API error handling (#637) 2022-06-08 20:38:03 +02:00
fileserver [chore] Webfinger rework (#627) 2022-06-11 11:01:34 +02:00
filter [feature] More consistent API error handling (#637) 2022-06-08 20:38:03 +02:00
followrequest [chore] Webfinger rework (#627) 2022-06-11 11:01:34 +02:00
instance [feature] Implement `/api/v1/instance/peers` endpoint (#660) 2022-06-23 16:54:54 +02:00
list [feature] More consistent API error handling (#637) 2022-06-08 20:38:03 +02:00
media [chore] Webfinger rework (#627) 2022-06-11 11:01:34 +02:00
notification [feature] More consistent API error handling (#637) 2022-06-08 20:38:03 +02:00
search [feature] More consistent API error handling (#637) 2022-06-08 20:38:03 +02:00
status [chore] Webfinger rework (#627) 2022-06-11 11:01:34 +02:00
streaming [feature] More consistent API error handling (#637) 2022-06-08 20:38:03 +02:00
timeline [feature] More consistent API error handling (#637) 2022-06-08 20:38:03 +02:00
user [chore] Webfinger rework (#627) 2022-06-11 11:01:34 +02:00