summaryrefslogtreecommitdiff
path: root/mastoapi.c
AgeCommit message (Expand)Author
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
2024-05-31Merge branch 'master' of grunfink-codeberg:grunfink/snac2default
2024-05-31Merge pull request 'Implement instance announcements' (#173) from louis77/sna...grunfink
2024-05-31mastoapi: return an empty /v1/trends/statuses.default
2024-05-31mastoapi: return an empty /v1/trends/tags.default
2024-05-31mastoapi: more list tweaks.default
2024-05-31mastoapi: more list tweaks.default
2024-05-31mastoapi: some tweaks to list entry points.default
2024-05-31Updated RELEASE_NOTES.default
2024-05-31Merge pull request 'Fix login issues with Mastodon, IceCube, Toot! on iOS' (#...grunfink
2024-05-31Fix login with IceCubes and Mastodon on iOSLouis Brauer
2024-05-31Make Oauth login page actually readable on mobile devicesLouis Brauer
2024-05-30Merge branch 'master' into announcementsLouis Brauer
2024-05-31Implement instance announcementsLouis Brauer
2024-05-30Fixed minor leak.default
2024-05-29Implement image uploads for TokodonLouis Brauer
2024-05-27More or less smaller fixes :)Louis Brauer
2024-05-27Implement empty response for /accounts/:id/featured_tagsLouis Brauer
2024-05-27Implement Mastodon PATCH endpoint for account profile updatesLouis Brauer
2024-05-26Use enum instead of numeric status codes for HTTP statusesLouis Brauer
2024-05-23Added more const.default
2024-05-21Added const everywhere.default
2024-05-11Unified post-like object type match.default
2024-05-10Added a skip argument to content_search().default
2024-05-09Added a maximum results argument to content_search().default
2024-05-09mastoapi: some search by content tweaks.default
2024-05-09mastoapi: Added content search.default
2024-05-07List timelines can now be (manually) navigated from the web UI.default
2024-05-06Logging, logging, logging everywhere.default