aboutsummaryrefslogtreecommitdiff
path: root/mastoapi.c
AgeCommit message (Expand)Author
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
2024-11-18do not autocapitalize "Login: " masto api fieldFrançois Kooman
2024-11-17mastoapi: more tweaks to notifications code.default
2024-11-17mastoapi: added more checks in the notifications code.default
2024-11-12mastoapi: a lot of proxy code.default
2024-11-12mastoapi: added some proxy code.default
2024-10-11mastoapi: fixed timeline/public (it was showing less posts that it should).default
2024-09-15URL decode data after splitting the argumentsNicolai Dagestad
2024-08-31Minor logging tweak.default
2024-08-29mastoapi: added bookmark list.default
2024-08-29mastoapi: added support for [un]bookmarking.default
2024-08-09mastoapi: also use mastoapi_timeline() with lists.default
2024-08-09Use mastoapi_timeline() also for the instance timeline and tags.default
2024-08-09More mastoapi_timeline() tweaks.default
2024-08-09Use index_desc_first() / index_desc_next() in mastoapi_timeline().default
2024-08-09New function mastoapi_timeline().default
2024-08-06mastoapi: show EmojiReact notifications as 'favourites'.default
2024-08-05Use xs_between() where applicable.default
2024-07-27mastoapi: don't generate stupid, non-existent header fields.default
2024-07-27mastoapi: in /v2/search, store found local actors.default
2024-07-24mastoapi: opening a token file updates its file date and its app's.default
2024-07-23Use MD5_HEX_SIZE in more places.default
2024-06-09mastoapi: Reverted empty ctype rejection.default
2024-06-08mastoapi: Added missing field in list creation.default
2024-06-08Many Mastodon apps don't send Content-Type in DELETE, so ignore it.default
2024-06-07mastoapi: fix create list response & duplicate actor addingLouis Brauer
2024-06-01mastoapi: fix crashes on unset content-type.default
2024-05-31mastoapi: added an 'emojis' field to mastoapi_poll().default
2024-05-31Don't propagate the user change after dismissing the announcement.default
2024-05-31Minor tweaks.default