| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added support for like and boost lists. | 2023-04-12 | 1 | -20/+47 | |
| | | |||||
| * | Added forgotten user cleanup in mastoapi_post_handler(). | 2023-04-12 | 1 | -3/+7 | |
| | | |||||
| * | Don't generate invalid JSON if an attachment has no description. | 2023-04-12 | 1 | -1/+14 | |
| | | |||||
| * | Use the ctime instead of the published date in mastoapi_id(). | 2023-04-12 | 1 | -19/+8 | |
| | | |||||
| * | Commented out debugging messages. | 2023-04-11 | 1 | -8/+8 | |
| | | |||||
| * | Added support for likes and boosts. | 2023-04-11 | 1 | -27/+135 | |
| | | |||||
| * | Added some comments. | 2023-04-11 | 1 | -2/+8 | |
| | | |||||
| * | Added many dummy lists. | 2023-04-11 | 1 | -1/+69 | |
| | | |||||
| * | Added support for statuses/:id and statuses/:id/context. | 2023-04-11 | 1 | -1/+36 | |
| | | |||||
| * | Started work in /api/v1/statuses. | 2023-04-11 | 1 | -2/+44 | |
| | | |||||
| * | New function mastodon_status(). | 2023-04-11 | 1 | -166/+177 | |
| | | |||||
| * | Added /api/v1/instance. | 2023-04-10 | 1 | -0/+29 | |
| | | |||||
| * | Added image attachments. | 2023-04-10 | 1 | -1/+25 | |
| | | |||||
| * | Added some tweaks for AndStatus, that does some things different (still ↵ | 2023-04-10 | 1 | -2/+36 | |
| | | | | | | | | 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. | ||||
| * | New function mastoapi_id(), that creates mostly-compatible Ids. | 2023-04-10 | 1 | -18/+50 | |
| | | | | | Most apps (all?) sort entries by status Id, so they must be time-sorted (somewhat). | ||||
| * | Some timeline fixes. | 2023-04-10 | 1 | -4/+13 | |
| | | |||||
| * | More mastoapi timeline work. | 2023-04-10 | 1 | -11/+37 | |
| | | |||||
| * | Also delete the app in token revokation. | 2023-04-10 | 1 | -0/+30 | |
| | | |||||
| * | More work in status entries. | 2023-04-10 | 1 | -18/+58 | |
| | | |||||
| * | Limit the number of entries returned using the max_id. | 2023-04-10 | 1 | -4/+9 | |
| | | |||||
| * | More mastoapi work. | 2023-04-10 | 1 | -8/+137 | |
| | | |||||
| * | Fixed avatar. | 2023-04-09 | 1 | -8/+22 | |
| | | |||||
| * | More mastoapi work. | 2023-04-09 | 1 | -17/+162 | |
| | | |||||
| * | OAuth login now works. | 2023-04-09 | 1 | -11/+98 | |
| | | |||||
| * | More mastoapi work. | 2023-04-08 | 1 | -7/+56 | |
| | | |||||
| * | The /oauth/authorize URL generates a login page. | 2023-04-08 | 1 | -4/+15 | |
| | | |||||
| * | More mastoapi work. | 2023-04-08 | 1 | -16/+79 | |
| | | |||||
| * | Added some OAuth scaffold code. | 2023-04-08 | 1 | -5/+97 | |
| | | |||||
| * | New file mastoapi.c. | 2023-04-08 | 1 | -0/+24 | |