summaryrefslogtreecommitdiff
path: root/internal/api
AgeCommit message (Collapse)AuthorFiles
2021-05-21Follows and relationships (#27)Libravatar Tobi Smethurst16
* Follows -- create and undo, both remote and local * Statuses -- federate new posts, including media, attachments, CWs and image descriptions.
2021-05-17Refine statuses (#26)Libravatar Tobi Smethurst5
Remote media is now dereferenced and attached properly to incoming federated statuses. Mentions are now dereferenced and attached properly to incoming federated statuses. Small fixes to status visibility. Allow URL params for filtering statuses: // ExcludeRepliesKey is for specifying whether to exclude replies in a list of returned statuses by an account. // PinnedKey is for specifying whether to include pinned statuses in a list of returned statuses by an account. // MaxIDKey is for specifying the maximum ID of the status to retrieve. // MediaOnlyKey is for specifying that only statuses with media should be returned in a list of returned statuses by an account. Add endpoint for fetching an account's statuses.
2021-05-15Inbox post (#22)Libravatar Tobi Smethurst20
Inbox POST from federated servers now working for statuses and follow requests. Follow request client API added. Start work on federating outgoing messages. Other fixes and changes/tidying up.
2021-05-10Mediahandler (#21)Libravatar Tobi Smethurst9
Media GET and media PUT handlers
2021-05-09Webfinger + Small fixes (#20)Libravatar Tobi Smethurst3
2021-05-09add api/v1/instance info handler + instance model (#18)Libravatar Tobi Smethurst3
2021-05-08status boosts (#16)Libravatar Tobi Smethurst2
2021-05-08Ap (#14)Libravatar Tobi Smethurst80
Big restructuring and initial work on activitypub
2021-03-22Oauth/token (#7)Libravatar Tobi Smethurst2
* add host and protocol options * some fiddling * tidying up and comments * tick off /oauth/token * tidying a bit * tidying * go mod tidy * allow attaching middleware to server * add middleware * more user friendly * add comments * comments * store account + app * tidying * lots of restructuring * lint + tidy
2021-03-18auth flow working for codeLibravatar tsmethurst1
2021-03-17getting there.......Libravatar tsmethurst1
2021-03-17fiddlingLibravatar tsmethurst1
2021-03-17Some more messing around with oauth2Libravatar tsmethurst1
2021-03-15whole buncha stuffLibravatar tsmethurst1
2021-03-15testsLibravatar tsmethurst1
2021-03-15bit of experimenting and tidyingLibravatar tsmethurst2
2021-03-09moving stuff around, stubbing interfacesLibravatar tsmethurst3
2021-03-04tidying up here and thereLibravatar tsmethurst3
2021-03-01bits n bobsLibravatar tsmethurst3
2021-02-28add docs and a bunch of other stuffLibravatar tsmethurst3
2021-02-27messing around a bitLibravatar tsmethurst3