summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* mastoapi: added an 'emojis' field to mastoapi_poll().Gravatar default2024-05-311-0/+2
|
* Updated RELEASE_NOTES.Gravatar default2024-05-311-0/+2
|
* Improved OPTIONS method.Gravatar default2024-05-311-0/+3
|
* Updated RELEASE_NOTES.Gravatar default2024-05-311-1/+1
|
* Updated RELEASE_NOTES.Gravatar default2024-05-311-0/+2
|
* Don't propagate the user change after dismissing the announcement.Gravatar default2024-05-314-8/+11
|
* Add class .snac-announcement into utils.Gravatar default2024-05-311-0/+1
|
* Minor tweaks.Gravatar default2024-05-312-3/+8
|
* Merge branch 'master' of grunfink-codeberg:grunfink/snac2Gravatar default2024-05-316-4/+143
|\
| * Merge pull request 'Implement instance announcements' (#173) from ↵Gravatar grunfink2024-05-316-4/+143
| |\ | | | | | | | | | | | | | | | louis77/snac2:announcements into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/173
| | * Merge branch 'master' into announcementsGravatar Louis Brauer2024-05-304-2/+24
| | |\
| | * | Implement instance announcementsGravatar Louis Brauer2024-05-316-4/+143
| | | |
* | | | mastoapi: return an empty /v1/trends/statuses.Gravatar default2024-05-311-0/+6
| | | |
* | | | mastoapi: return an empty /v1/trends/tags.Gravatar default2024-05-311-0/+6
|/ / /
* | | mastoapi: more list tweaks.Gravatar default2024-05-311-0/+5
| | |
* | | mastoapi: more list tweaks.Gravatar default2024-05-311-0/+5
| | |
* | | mastoapi: some tweaks to list entry points.Gravatar default2024-05-311-6/+22
| | |
* | | Updated RELEASE_NOTES.Gravatar default2024-05-312-2/+2
| | |
* | | Merge pull request 'Fix login issues with Mastodon, IceCube, Toot! on iOS' ↵Gravatar grunfink2024-05-311-6/+13
|\ \ \ | |_|/ |/| | | | | | | | | | | (#174) from louis77/snac2:apps into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/174
| * | Fix login with IceCubes and Mastodon on iOSGravatar Louis Brauer2024-05-311-6/+12
| | |
| * | Make Oauth login page actually readable on mobile devicesGravatar Louis Brauer2024-05-311-0/+1
| |/
* | Updated RELEASE_NOTES.Gravatar default2024-05-301-0/+2
| |
* | Added a class to the new "Alt...".Gravatar default2024-05-301-0/+1
| |
* | Added an "Alt..." details just below attachments with them.Gravatar default2024-05-302-1/+16
| | | | | | | | | | The alt text is still also generated as 'alt' and 'name' attributes, but this is more usable from phones and tablets.
* | Updated RELEASE_NOTES.Gravatar default2024-05-301-0/+4
| |
* | Fixed minor leak.Gravatar default2024-05-301-1/+1
| |
* | Merge pull request 'Mastodon PATCH API for user profile updates' (#169) from ↵Gravatar grunfink2024-05-3014-336/+640
|\| | | | | | | | | | | louis77/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/169
| * Implement image uploads for TokodonGravatar Louis Brauer2024-05-292-32/+64
| |
| * Fix parsing of boundary for multipart/form-dataGravatar Louis Brauer2024-05-281-1/+7
| |
| * More or less smaller fixes :)Gravatar Louis Brauer2024-05-274-3/+4
| |
| * Merge remote-tracking branch 'origin/master'Gravatar Louis Brauer2024-05-272-2/+2
| |\
| | * Merge branch 'master' into masterGravatar Louis Brauer2024-05-272-2/+2
| | |\ | |_|/ |/| |
* | | Backport from xs.Gravatar default2024-05-272-2/+2
| | |
| * | Implement empty response for /accounts/:id/featured_tagsGravatar Louis Brauer2024-05-271-2/+17
| |/
| * Translate status codes to canonical status textsGravatar Louis Brauer2024-05-275-50/+66
| | | | | | | | | | Use those in HTTP responses instead of "OK"/"ERROR". Apps like Tokodon show only the status text in unexpected responses.
| * Use ISO C99 __func__ instead of GNU __FUNCTION__Gravatar Louis Brauer2024-05-271-1/+1
| |
| * Merge remote-tracking branch 'origin/master'Gravatar Louis Brauer2024-05-278-18/+66
| |\ | |/ |/|
* | Minor tweak to markdown-like links.Gravatar default2024-05-273-7/+12
| |
* | Updated documentation.Gravatar default2024-05-261-8/+23
| |
* | Updated documentation.Gravatar default2024-05-261-0/+3
| |
* | Updated documentation.Gravatar default2024-05-261-1/+3
| |
* | Updated RELEASE_NOTES.Gravatar default2024-05-261-0/+8
| |
* | Bumped version.Gravatar default2024-05-261-1/+1
| |
* | Added markdown-like links.Gravatar default2024-05-261-1/+16
| |
* | Minor code reformatting.Gravatar default2024-05-261-3/+3
| |
* | Merge pull request 'Enable deletion of avatar and header image in user ↵Gravatar grunfink2024-05-261-0/+20
|\ \ | | | | | | | | | | | | | | | settings' (#168) from louis77/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/168
| | * Implement Mastodon PATCH endpoint for account profile updatesGravatar Louis Brauer2024-05-275-101/+279
| | |
| | * Use enum instead of numeric status codes for HTTP statusesGravatar Louis Brauer2024-05-267-206/+262
| |/
| * Enable deletion of avatar and header image in user settingsGravatar Louis Brauer2024-05-261-0/+20
| |
| * Merge pull request 'master' (#1) from grunfink/snac2:master into masterGravatar Louis Brauer2024-05-2530-994/+2075
| |\ | |/ |/| | | Reviewed-on: https://codeberg.org/louis77/snac2/pulls/1