summaryrefslogtreecommitdiff
path: root/mastoapi.c
AgeCommit message (Collapse)Author
2023-04-10Added /api/v1/instance.default
2023-04-10Added image attachments.default
2023-04-10Added some tweaks for AndStatus, that does some things different (still ↵default
non-working). AndStatus expects a 'state' field to be propagated and doesn't send the 'client_secret' as a GET argument, but in a Basic authorization header.
2023-04-10New function mastoapi_id(), that creates mostly-compatible Ids.default
Most apps (all?) sort entries by status Id, so they must be time-sorted (somewhat).
2023-04-10Some timeline fixes.default
2023-04-10More mastoapi timeline work.default
2023-04-10Also delete the app in token revokation.default
2023-04-10More work in status entries.default
2023-04-10Limit the number of entries returned using the max_id.default
2023-04-10More mastoapi work.default
2023-04-09Fixed avatar.default
2023-04-09More mastoapi work.default
2023-04-09OAuth login now works.default
2023-04-08More mastoapi work.default
2023-04-08The /oauth/authorize URL generates a login page.default
2023-04-08More mastoapi work.default
2023-04-08Added some OAuth scaffold code.default
2023-04-08New file mastoapi.c.default