index
:
snac2.git
master
Unnamed repository; edit this file 'description' to name the repository.
hyang
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mastoapi.c
Age
Commit message (
Collapse
)
Author
2023-04-12
Added the mastodon account data.
default
2023-04-12
Added the mastodon personal timeline.
default
2023-04-12
Updated RELEASE_NOTES.
default
2023-04-12
Added support for like and boost lists.
default
2023-04-12
Added forgotten user cleanup in mastoapi_post_handler().
default
2023-04-12
Don't generate invalid JSON if an attachment has no description.
default
2023-04-12
Use the ctime instead of the published date in mastoapi_id().
default
2023-04-11
Commented out debugging messages.
default
2023-04-11
Added support for likes and boosts.
default
2023-04-11
Added some comments.
default
2023-04-11
Added many dummy lists.
default
2023-04-11
Added support for statuses/:id and statuses/:id/context.
default
2023-04-11
Started work in /api/v1/statuses.
default
2023-04-11
New function mastodon_status().
default
2023-04-10
Added /api/v1/instance.
default
2023-04-10
Added image attachments.
default
2023-04-10
Added 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-10
New 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-10
Some timeline fixes.
default
2023-04-10
More mastoapi timeline work.
default
2023-04-10
Also delete the app in token revokation.
default
2023-04-10
More work in status entries.
default
2023-04-10
Limit the number of entries returned using the max_id.
default
2023-04-10
More mastoapi work.
default
2023-04-09
Fixed avatar.
default
2023-04-09
More mastoapi work.
default
2023-04-09
OAuth login now works.
default
2023-04-08
More mastoapi work.
default
2023-04-08
The /oauth/authorize URL generates a login page.
default
2023-04-08
More mastoapi work.
default
2023-04-08
Added some OAuth scaffold code.
default
2023-04-08
New file mastoapi.c.
default
[prev]