summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-30Updated RELEASE_NOTES.default
2024-05-30Added a class to the new "Alt...".default
2024-05-30Added an "Alt..." details just below attachments with them.default
The alt text is still also generated as 'alt' and 'name' attributes, but this is more usable from phones and tablets.
2024-05-30Updated RELEASE_NOTES.default
2024-05-30Fixed minor leak.default
2024-05-30Merge pull request 'Mastodon PATCH API for user profile updates' (#169) from ↵grunfink
louis77/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/169
2024-05-29Implement image uploads for TokodonLouis Brauer
2024-05-28Fix parsing of boundary for multipart/form-dataLouis Brauer
2024-05-27More or less smaller fixes :)Louis Brauer
2024-05-27Merge remote-tracking branch 'origin/master'Louis Brauer
2024-05-27Implement empty response for /accounts/:id/featured_tagsLouis Brauer
2024-05-27Merge branch 'master' into masterLouis Brauer
2024-05-27Translate status codes to canonical status textsLouis Brauer
Use those in HTTP responses instead of "OK"/"ERROR". Apps like Tokodon show only the status text in unexpected responses.
2024-05-27Use ISO C99 __func__ instead of GNU __FUNCTION__Louis Brauer
2024-05-27Merge remote-tracking branch 'origin/master'Louis Brauer
2024-05-27Implement Mastodon PATCH endpoint for account profile updatesLouis Brauer
2024-05-27Backport from xs.default
2024-05-27Minor tweak to markdown-like links.default
2024-05-26Use enum instead of numeric status codes for HTTP statusesLouis Brauer
2024-05-26Updated documentation.default
2024-05-26Updated documentation.default
2024-05-26Updated documentation.default
2024-05-26Updated RELEASE_NOTES.default
2024-05-26Bumped version.default
2024-05-26Added markdown-like links.default
2024-05-26Minor code reformatting.default
2024-05-26Merge pull request 'Enable deletion of avatar and header image in user ↵grunfink
settings' (#168) from louis77/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/168
2024-05-26Enable deletion of avatar and header image in user settingsLouis Brauer
2024-05-25Merge pull request 'master' (#1) from grunfink/snac2:master into masterLouis Brauer
Reviewed-on: https://codeberg.org/louis77/snac2/pulls/1
2024-05-25Backport from xs (fix regex.h compilation with tcc).default
2024-05-24Added a 'title' to each list timeline.default
2024-05-24Don't show list links in read only timelines.default
2024-05-24Show 'Nothing found for tag' message.default
2024-05-24Minor list show tweaks.default
2024-05-24Added links to the lists in html_timeline().default
2024-05-24Also delete the list .idx.bak.default
2024-05-23Added more const.default
2024-05-22Also return an application/ld+json object in webfinger.default
2024-05-22Merge pull request 'Change WebFinger content type to RFC-required type' ↵grunfink
(#167) from steve-bate/snac2:pr-webfinger-content-type into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/167
2024-05-22Fixed warning.default
2024-05-22Change WebFinger content type to RFC-required typeSteve Bate