summaryrefslogtreecommitdiff
path: root/mastoapi.c
AgeCommit message (Collapse)Author
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 ↵grunfink
louis77/snac2:announcements into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/173
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
(#174) from louis77/snac2:apps into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/174
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
URLs are {srv_baseurl}/{user}/list/{list_id} (you must know the list id).
2024-05-06Logging, logging, logging everywhere.default
2024-05-06More logging!default
2024-05-06mastoapi: also fix polls from Pleroma.default
2024-04-29More tweaks to mastoapi lists.default
2024-04-29More work in lists.default
2024-04-29More work in lists.default
2024-04-29More work in lists.default
2024-04-29Start of list support.default
2024-04-27mastoapi: Fixed login bug.default
2024-04-27mastoapi: minor tweaks.default
2024-04-18Some tweaks to previous patch.default
2024-04-18Merge pull request 'Ability to federate with hidden networks #93 (update for ↵grunfink
v2.49)' (#149) from iwojima/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/149
2024-04-14Better redirection URL building in oauth_post_handler().default
2024-04-14Log status in mastoapi_post_handler().default
2024-04-11mastoapi: 'unfavourite' and 'unreblog' actions now fully work.default
2024-03-25If an emoji in emojis.json is an URL to an image, it's stored in the tag list.default
2024-03-15Backport from xs.default
2024-03-13mastoapi: added more dummy fields to accounts.default
2024-03-13mastoapi: return a dummy header field in accounts.default