gotosocial/internal/api
tobi 6c6f042290
[bugfix] Return empty result rather than 500 error when searching for blocked domains (#1498)
* [bugfix] Return empty result when searching for blocked domains

* add tests
2023-02-14 11:55:02 +01:00
..
activitypub [chore/bugfix] Serve + throttle publickey separately from rest of ActivityPub API (#1461) 2023-02-08 15:10:56 +01:00
auth [feature] Implement /api/v2/instance endpoint (#1409) 2023-02-02 14:08:13 +01:00
client [bugfix] Return empty result rather than 500 error when searching for blocked domains (#1498) 2023-02-14 11:55:02 +01:00
fileserver [chore] Do cache-control in a less silly way to avoid writing header twice (#1481) 2023-02-13 12:58:22 +01:00
model [feature] Implement /api/v2/instance endpoint (#1409) 2023-02-02 14:08:13 +01:00
nodeinfo [feature] Implement /api/v2/instance endpoint (#1409) 2023-02-02 14:08:13 +01:00
util [feature] Implement /api/v2/instance endpoint (#1409) 2023-02-02 14:08:13 +01:00
wellknown [feature] Implement /api/v2/instance endpoint (#1409) 2023-02-02 14:08:13 +01:00
activitypub.go [chore/bugfix] Serve + throttle publickey separately from rest of ActivityPub API (#1461) 2023-02-08 15:10:56 +01:00
auth.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
client.go [chore] stub /api/v1/featured_tags endpoint (#1420) 2023-02-05 10:50:09 +01:00
fileserver.go [chore] Do cache-control in a less silly way to avoid writing header twice (#1481) 2023-02-13 12:58:22 +01:00
nodeinfo.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
wellknown.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00