aboutsummaryrefslogtreecommitdiff
path: root/mastoapi.c
AgeCommit message (Expand)Author
2026-06-22Fixed custom emojis would turn into plain text with the :shortcode: format af...e0w0e
2026-05-22Memory leak fixSanttu Lakkala
2026-05-22mastoapi: delete from admire/ cache in unfavourite and unreact.grunfink
2026-05-06mastoapi: fix lost hashtags when editing posts.grunfink
2026-04-12Send a scope with the tokentrondd555
2026-03-19fix: another small leak in mastoapigreen
2026-03-18fix: memory leak in mastoapi_status()green
2026-02-10mastoapi: add `uri` field to verify_credentialsSam May
2026-02-10mastoapi: added a (dummy) client_secret_expires_at value in app creation.grunfink
2026-02-07Merge pull request 'Bug fix: Poll voting in mastoapi: Check global object sto...grunfink
2026-02-06Prevent voting via mastoapi if closed or we already votedDavid Vaughan
2026-02-06Check global object store for poll id when voting via mastoapiDavid Vaughan
2026-02-06Add poll creation to mastoapiDavid Vaughan
2026-01-12Added emoji categories.violette
2026-01-12mastoapi: also return children of children.violette
2026-01-06mastoapi: hide EmojiReacts from muted actors and block instances.grunfink
2026-01-01Bumped copyright year.grunfink
2025-12-22mastoapi: fixed status visibility error.fruye
2025-12-19Some fixes.violette
2025-12-18Fixed more minor leaks.grunfink
2025-12-18Fixed some xs_fmt() usages.grunfink
2025-12-18Added emoji reactions (contributed by violette).violette
2025-12-09Fixed small memory leak.grunfink
2025-12-09make webpush use our notification server vkey instead of a random, ill-formatedviolette p.
2025-11-30Fix user matchingrako
2025-10-21Instead of comparing the output status with == 200, it's better to check usin...Stefano Marinelli
2025-10-18Enhances Mastodon API compatibility by adding support for displaying remote u...Stefano Marinelli
2025-10-13xs_http.h: new file.grunfink
2025-10-10mastoapi: added deleting for posts.grunfink
2025-09-28Merge pull request 'implementing scopes' (#474) from byte/snac2:feature/visib...grunfink
2025-09-22making sure that global data is immutablebyte
2025-09-20implementing visibility scopesbyte
2025-09-14mastoapi: Fixed incorrect messages in status query.grunfink
2025-09-03Renamed function list_content() to list_members().grunfink
2025-08-14mastoapi: avoid repeating entries.grunfink
2025-08-01Updated some comments.grunfink
2025-07-27mastoapi: the 'approve_followers' toggle can also be set from apps.grunfink
2025-07-27mastoapi: Fixed metadata in verify_credentials.grunfink
2025-07-05mastoapi: fixed the fix.grunfink
2025-07-05mastoapi: fixed a bug in mastoapi_timeline().grunfink
2025-06-21Added support for /api/v1/instance/extended_description (with a hardcoded text).grunfink
2025-06-16mastoapi: Added followed hashtag maintenance.grunfink
2025-06-16mastoapi: added entrypoint /v1/followed_tags.grunfink
2025-06-12mastoapi: another try to fix collapsing boosted posts in some apps.grunfink
2025-06-11mastoapi: reverted reblog id, as it was breaking things.grunfink
2025-06-11mastoapi: fixed reblog identifiers.grunfink
2025-05-29mastoapi: fixed uploaded images name collision.grunfink
2025-05-27New function timeline_here().grunfink
2025-05-27Renamed timeline_here() to timeline_here_by_md5(), as it always should have b...grunfink
2025-05-22Minor memory leak fixes.grunfink