| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Version 2.55 RELEASED.2.55 | 2024-06-09 | 1 | -1/+1 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2024-06-09 | 1 | -1/+1 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2024-06-09 | 1 | -0/+4 | |
| | | |||||
| * | Don't return a Basic realm if there is no body. | 2024-06-09 | 1 | -1/+1 | |
| | | |||||
| * | mastoapi: Reverted empty ctype rejection. | 2024-06-09 | 1 | -12/+0 | |
| | | |||||
| * | mastoapi: Added missing field in list creation. | 2024-06-08 | 2 | -7/+6 | |
| | | |||||
| * | Many Mastodon apps don't send Content-Type in DELETE, so ignore it. | 2024-06-08 | 1 | -3/+0 | |
| | | |||||
| * | Version 2.54 RELEASED.2.54 | 2024-06-08 | 1 | -1/+1 | |
| | | |||||
| * | Use timeline_top_level() in list timelines in the web UI. | 2024-06-08 | 1 | -1/+3 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2024-06-07 | 1 | -1/+3 | |
| | | |||||
| * | Merge pull request 'mastoapi: fix get list response & duplicate actor ↵ | 2024-06-07 | 2 | -4/+6 | |
| |\ | | | | | | | | | | | adding' (#180) from louis77/snac2:fix-lists into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/180 | ||||
| | * | mastoapi: fix create list response & duplicate actor adding | 2024-06-07 | 2 | -4/+6 | |
| |/ | |||||
| * | Fixed CW dropdown in public instance timeline. | 2024-06-06 | 1 | -5/+9 | |
| | | |||||
| * | Merge branch 'master' of comam.es:git/snac2 | 2024-06-02 | 1 | -2/+6 | |
| |\ | |||||
| | * | Updated TODO. | 2024-06-02 | 1 | -2/+6 | |
| | | | |||||
| * | | Added h-card to the class of mention links. | 2024-06-02 | 1 | -1/+1 | |
| |/ | |||||
| * | mastoapi: fix crashes on unset content-type. | 2024-06-01 | 1 | -0/+15 | |
| | | |||||
| * | Avoid unnecessary calls to verify links. | 2024-05-31 | 1 | -2/+2 | |
| | | |||||
| * | Fixed typo. | 2024-05-31 | 1 | -3/+3 | |
| | | |||||
| * | mastoapi: added an 'emojis' field to mastoapi_poll(). | 2024-05-31 | 1 | -0/+2 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2024-05-31 | 1 | -0/+2 | |
| | | |||||
| * | Improved OPTIONS method. | 2024-05-31 | 1 | -0/+3 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2024-05-31 | 1 | -1/+1 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2024-05-31 | 1 | -0/+2 | |
| | | |||||
| * | Don't propagate the user change after dismissing the announcement. | 2024-05-31 | 4 | -8/+11 | |
| | | |||||
| * | Add class .snac-announcement into utils. | 2024-05-31 | 1 | -0/+1 | |
| | | |||||
| * | Minor tweaks. | 2024-05-31 | 2 | -3/+8 | |
| | | |||||
| * | Merge branch 'master' of grunfink-codeberg:grunfink/snac2 | 2024-05-31 | 6 | -4/+143 | |
| |\ | |||||
| | * | Merge pull request 'Implement instance announcements' (#173) from ↵ | 2024-05-31 | 6 | -4/+143 | |
| | |\ | | | | | | | | | | | | | | | | louis77/snac2:announcements into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/173 | ||||
| | | * | Merge branch 'master' into announcements | 2024-05-30 | 4 | -2/+24 | |
| | | |\ | |||||
| | | * | | Implement instance announcements | 2024-05-31 | 6 | -4/+143 | |
| | | | | | |||||
| * | | | | mastoapi: return an empty /v1/trends/statuses. | 2024-05-31 | 1 | -0/+6 | |
| | | | | | |||||
| * | | | | mastoapi: return an empty /v1/trends/tags. | 2024-05-31 | 1 | -0/+6 | |
| |/ / / | |||||
| * | | | mastoapi: more list tweaks. | 2024-05-31 | 1 | -0/+5 | |
| | | | | |||||
| * | | | mastoapi: more list tweaks. | 2024-05-31 | 1 | -0/+5 | |
| | | | | |||||
| * | | | mastoapi: some tweaks to list entry points. | 2024-05-31 | 1 | -6/+22 | |
| | | | | |||||
| * | | | Updated RELEASE_NOTES. | 2024-05-31 | 2 | -2/+2 | |
| | | | | |||||
| * | | | Merge pull request 'Fix login issues with Mastodon, IceCube, Toot! on iOS' ↵ | 2024-05-31 | 1 | -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 iOS | 2024-05-31 | 1 | -6/+12 | |
| | | | | |||||
| | * | | Make Oauth login page actually readable on mobile devices | 2024-05-31 | 1 | -0/+1 | |
| | |/ | |||||
| * | | Updated RELEASE_NOTES. | 2024-05-30 | 1 | -0/+2 | |
| | | | |||||
| * | | Added a class to the new "Alt...". | 2024-05-30 | 1 | -0/+1 | |
| | | | |||||
| * | | Added an "Alt..." details just below attachments with them. | 2024-05-30 | 2 | -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. | 2024-05-30 | 1 | -0/+4 | |
| | | | |||||
| * | | Fixed minor leak. | 2024-05-30 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge pull request 'Mastodon PATCH API for user profile updates' (#169) from ↵ | 2024-05-30 | 14 | -336/+640 | |
| |\| | | | | | | | | | | | louis77/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/169 | ||||
| | * | Implement image uploads for Tokodon | 2024-05-29 | 2 | -32/+64 | |
| | | | |||||
| | * | Fix parsing of boundary for multipart/form-data | 2024-05-28 | 1 | -1/+7 | |
| | | | |||||
| | * | More or less smaller fixes :) | 2024-05-27 | 4 | -3/+4 | |
| | | | |||||
| | * | Merge remote-tracking branch 'origin/master' | 2024-05-27 | 2 | -2/+2 | |
| | |\ | |||||