aboutsummaryrefslogtreecommitdiff
path: root/mastoapi.c
AgeCommit message (Expand)Author
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
2025-05-22Merge pull request 'use utf-8 lowercase function for tags #396' (#400) from p...grunfink
2025-05-22add missed replacement to the `mastoapi_get_handler` function (`search` case)postscriptum
2025-05-22cleanup ending spacespostscriptum
2025-05-19performance: use following_list_len in more placesgreen
2025-05-18mastoapi: added post endpoints for 'authorize' and 'reject' follow requests.grunfink
2025-05-18mastoapi: added endpoint /v1/follow_requests.grunfink
2025-05-14mastoapi: Also process the types[] argument in notifications.grunfink
2025-04-27Mastoapi: correctly communicate 'approve_followers'.grunfink
2025-04-26mastoapi: fix md5 issuesgreen
2025-04-26mastoapi: support lists for usersgreen
2025-04-02mastoapi: added support for scheduled posts.default
2025-03-22mastoapi: fixed instance peers to return only the domains.default
2025-03-22mastoapi: Added support for /api/v1/instance/peers.default
2025-03-17Minor tweak.default
2025-03-17mastoapi: added support for /api/v1/custom_emojis (contributed by violette).default
2025-03-03Deleted (by now) any ways of setting a note's publish date.default
2025-03-02msg_note() accepts a nullable post date.default
2025-02-07mastoapi: notify the maximum configured attachments.default
2025-01-27Minor optimization in timeline retrieving.default
2025-01-21When reading timeline in ascending order, return results in descending orderPaul Martin
2025-01-15Merge pull request 'Implement faster min_id handling' (#277) from nowster/sna...grunfink
2025-01-15Implement faster min_id handlingPaul Martin
2025-01-14Implement limit= on notification fetchesPaul Martin
2025-01-12mastoapi: fixed Events not being shown.default
2025-01-11mastoapi: obey the "unlisted" visibility set by apps.default
2025-01-08Bumped copyright year.default
2025-01-05Moved post language setting to msg_note(), where it really belongs.default
2024-12-26mastoapi: implement timeline min_idPaul Martin
2024-12-22mastoapi: allow search for post URLs.default
2024-12-21mastoapi: fixed audio attachments.default
2024-12-20mastoapi: minor tweak to notification list (Tusky was in a forever request lo...default
2024-12-20Merge branch 'master' of comam.es:git/snac2default
2024-12-20Mastoapi: added badlogin support.default
2024-12-20Implement mastoapi markers for notifications and home.Paul Martin
2024-12-15Fixed bad url in timeline link.default
2024-12-15New function timeline_link_header().default
2024-12-15Fixed crash in mastoapi_status() Emoji list.default
2024-12-15mastoapi: deleted useless code.default
2024-12-15mastoapi: fixed incorrect field 'bot' for newly created accounts.default
2024-12-04mastoapi: also fill metrics from credentials_get().default
2024-12-04mastoapi: show contact metrics if the user want.default
2024-12-04Check for existing id.default
2024-12-04Fixed bug in blocked instance rejection.default
2024-11-20mastoapi: fixed crash in posts without 'published' field.default
2024-11-19New function get_in_reply_to().default
2024-11-18Merge branch 'master' of grunfink-codeberg:grunfink/snac2default