summaryrefslogtreecommitdiff
path: root/mastoapi.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Posts can now be sent (still no images).Gravatar default2023-04-151-1/+46
|
* Force failure in Mastodon API before it gets to a crash-on-startup situation.Gravatar default2023-04-151-2/+6
|
* Added entrypoint /push/subscription.Gravatar default2023-04-151-4/+40
| | | | | The returned object is just wild guessing, I don't understand all this things. Anyway, the offical app keeps crashing.
* Added some more dummy entry points.Gravatar default2023-04-151-0/+18
|
* Added the 'header' field to verify_credentials.Gravatar default2023-04-151-0/+1
| | | | Megalodon accepted, but now crashes on input.
* Some fixes to allow Megalodon to work.Gravatar default2023-04-151-18/+29
| | | | The instance object was wrong and the oauth args can appear as JSON.
* New mastoapi to clear all notifications.Gravatar default2023-04-141-0/+13
|
* New notifications web page.Gravatar default2023-04-141-0/+3
|
* Fixed crash in notification list.Gravatar default2023-04-141-6/+11
|
* Added a dummy 'created_at' field for accounts that don't have a date.Gravatar default2023-04-141-0/+5
| | | | This avoid a crash in Tusky.
* Implemented mastoapi notifications.Gravatar default2023-04-131-3/+52
|
* New functions notify_get() and notify_list().Gravatar default2023-04-131-3/+9
|
* New function notify_add().Gravatar default2023-04-131-5/+0
|
* Started working on a notification list.Gravatar default2023-04-131-0/+5
|
* More log level tweaks.Gravatar default2023-04-131-1/+1
|
* Changed mastoapi log levels.Gravatar default2023-04-131-13/+14
|
* Updated RELEASE_NOTES.Gravatar default2023-04-131-0/+6
|
* The snac page has been renamed to what-is-snac.Gravatar default2023-04-121-1/+1
|
* Relationships can only be queried if logged in.Gravatar default2023-04-121-3/+6
|
* Dummy /accounts/relationships.Gravatar default2023-04-121-0/+8
|
* Also return (some) information for non-local users.Gravatar default2023-04-121-29/+47
|
* Added the mastodon account data.Gravatar default2023-04-121-11/+21
|
* Added the mastodon personal timeline.Gravatar default2023-04-121-21/+60
|
* Updated RELEASE_NOTES.Gravatar default2023-04-121-1/+1
|
* Added support for like and boost lists.Gravatar default2023-04-121-20/+47
|
* Added forgotten user cleanup in mastoapi_post_handler().Gravatar default2023-04-121-3/+7
|
* Don't generate invalid JSON if an attachment has no description.Gravatar default2023-04-121-1/+14
|
* Use the ctime instead of the published date in mastoapi_id().Gravatar default2023-04-121-19/+8
|
* Commented out debugging messages.Gravatar default2023-04-111-8/+8
|
* Added support for likes and boosts.Gravatar default2023-04-111-27/+135
|
* Added some comments.Gravatar default2023-04-111-2/+8
|
* Added many dummy lists.Gravatar default2023-04-111-1/+69
|
* Added support for statuses/:id and statuses/:id/context.Gravatar default2023-04-111-1/+36
|
* Started work in /api/v1/statuses.Gravatar default2023-04-111-2/+44
|
* New function mastodon_status().Gravatar default2023-04-111-166/+177
|
* Added /api/v1/instance.Gravatar default2023-04-101-0/+29
|
* Added image attachments.Gravatar default2023-04-101-1/+25
|
* Added some tweaks for AndStatus, that does some things different (still ↵Gravatar default2023-04-101-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.Gravatar default2023-04-101-18/+50
| | | | Most apps (all?) sort entries by status Id, so they must be time-sorted (somewhat).
* Some timeline fixes.Gravatar default2023-04-101-4/+13
|
* More mastoapi timeline work.Gravatar default2023-04-101-11/+37
|
* Also delete the app in token revokation.Gravatar default2023-04-101-0/+30
|
* More work in status entries.Gravatar default2023-04-101-18/+58
|
* Limit the number of entries returned using the max_id.Gravatar default2023-04-101-4/+9
|
* More mastoapi work.Gravatar default2023-04-101-8/+137
|
* Fixed avatar.Gravatar default2023-04-091-8/+22
|
* More mastoapi work.Gravatar default2023-04-091-17/+162
|
* OAuth login now works.Gravatar default2023-04-091-11/+98
|
* More mastoapi work.Gravatar default2023-04-081-7/+56
|
* The /oauth/authorize URL generates a login page.Gravatar default2023-04-081-4/+15
|