gotosocial/internal/api
tobi 24cec4e7aa
[feature] Federate pinned posts (aka featuredCollection) in and out (#1560)
* start fiddling

* the ol' fiddle + update

* start working on fetching statuses

* poopy doopy doo where r u uwu

* further adventures in featuring statuses

* finishing up

* fmt

* simply status unpin loop

* move empty featured check back to caller function

* remove unnecessary log.WithContext calls

* remove unnecessary IsIRI() checks

* add explanatory comment about status URIs

* change log level to error

* better test names
2023-03-01 17:52:44 +00:00
..
activitypub [feature] Federate pinned posts (aka featuredCollection) in and out (#1560) 2023-03-01 17:52:44 +00:00
auth [feature] Make OIDC admin groups configurable (#1555) 2023-02-25 16:37:39 +00:00
client [feature] Federate pinned posts (aka featuredCollection) in and out (#1560) 2023-03-01 17:52:44 +00:00
fileserver [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
model [bugfix] Fix account roles (#1542) 2023-02-20 17:00:44 +01:00
nodeinfo [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
util [feature] Add a request ID and include it in logs (#1476) 2023-02-17 12:02:29 +01:00
wellknown [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
activitypub.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
auth.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
client.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
fileserver.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
nodeinfo.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
wellknown.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00