gotosocial/internal/typeutils
tobi e9747247d5
[feature] Implement /api/v1/reports endpoints on client API (#1330)
* start adding report client api

* route + test reports get

* start report create endpoint

* you can create reports now babyy

* stub account report processor

* add single reportGet endpoint

* fix test

* add more filtering params to /api/v1/reports GET

* update swagger

* use marshalIndent in tests

* add + test missing Link info
2023-01-23 13:14:21 +01:00
..
astointernal.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
astointernal_test.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
converter.go [feature] Implement /api/v1/reports endpoints on client API (#1330) 2023-01-23 13:14:21 +01:00
converter_test.go [feature] Implement /api/v1/reports endpoints on client API (#1330) 2023-01-23 13:14:21 +01:00
defaulticons.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
frontendtointernal.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
internal.go [chore] move caches to a separate State{} structure (#1078) 2022-12-08 18:35:14 +01:00
internaltoas.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
internaltoas_test.go [chore] Remove omitempty on account source; refactor tests to use prettyprint json (#1337) 2023-01-13 17:02:45 +01:00
internaltofrontend.go [feature] Implement /api/v1/reports endpoints on client API (#1330) 2023-01-23 13:14:21 +01:00
internaltofrontend_test.go [feature] Implement /api/v1/reports endpoints on client API (#1330) 2023-01-23 13:14:21 +01:00
internaltorss.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
internaltorss_test.go [performance] media processing improvements (#1288) 2023-01-11 12:13:13 +01:00
util.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
wrap.go [chore] use our own logging implementation (#716) 2022-07-19 10:47:55 +02:00
wrap_test.go [chore] Remove omitempty on account source; refactor tests to use prettyprint json (#1337) 2023-01-13 17:02:45 +01:00