summaryrefslogtreecommitdiff
path: root/internal/api
AgeCommit message (Collapse)AuthorFiles
2021-06-24nodeinfo compliance (#61)Libravatar Tobi Smethurst6
2021-06-23Instance settings updates (#59)Libravatar Tobi Smethurst3
Allow admins to set instance settings through a PATCH to /api/v1/instance Update templates to reflect some of the new fields
2021-06-21Deletes+unboosts (#52)Libravatar Tobi Smethurst2
* Status deletes properly streamed now. * Unboosts now work locally and federated. * Documentation updates.
2021-06-19Streaming (#49)Libravatar Tobi Smethurst2
Add new status and notification websocket streaming capabilities
2021-06-13Timeline manager (#40)Libravatar Tobi Smethurst14
* start messing about with timeline manager * i have no idea what i'm doing * i continue to not know what i'm doing * it's coming along * bit more progress * update timeline with new posts as they come in * lint and fmt * Select accounts where empty string * restructure a bunch, get unfaves working * moving stuff around * federate status deletes properly * mention regex better but not 100% there * fix regex * some more hacking away at the timeline code phew * fix up some little things * i can't even * more timeline stuff * move to ulid * fiddley * some lil fixes for kibou compatibility * timelines working pretty alright! * tidy + lint
2021-05-31Tidy + timeline embetterment (#38)Libravatar Tobi Smethurst14
* tidy up timelines a bit + stub out some endpoints * who's faved and who's boosted, reblog notifs * linting * Update progress with new endpoints
2021-05-30Move a lot of stuff + tidy stuff (#37)Libravatar Tobi Smethurst24
Lots of renaming and moving stuff, some bug fixes, more lenient parsing of notifications and home timeline.
2021-05-29Search (#36)Libravatar Tobi Smethurst3
First implementation of search functionality for remote account and status lookups.
2021-05-28Announce/boost (#35)Libravatar Tobi Smethurst1
Remote boosts incoming/outgoing now working.
2021-05-27Notifications (#34)Libravatar Tobi Smethurst4
Notifications working for: * Mentions * Faves * New follow requests * New followers
2021-05-23status deletes, profile updates (#30)Libravatar Tobi Smethurst3
1. Proper DELETE of federated statuses (not yet deleting all the media and stuff -- i still have to implement this -- but the actual status is toast). 2. Proper UPDATE of profiles. When you change your profile picture on your remote instance, that will now register properly in GoToSocial. 3. Scrolling down the home timeline - it no longer just sort of ends, and will keep loading older statuses as you scroll. 4. Little bugfixes -- still had some nil pointer errors when dereferencing remote accounts.
2021-05-22small fiddling to allow whalebird to work (a bit)Libravatar tsmethurst2
2021-05-21Home timeline (#28)Libravatar Tobi Smethurst3
* v. basic implementation of home timeline * Go fmt ./...
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