| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Some fixes. | 2 days | 1 | -1/+1 | |
| | | |||||
| * | Fixed more minor leaks. | 3 days | 1 | -1/+2 | |
| | | |||||
| * | Fixed some xs_fmt() usages. | 3 days | 1 | -3/+6 | |
| | | |||||
| * | Added emoji reactions (contributed by violette). | 3 days | 1 | -4/+156 | |
| | | |||||
| * | Fixed small memory leak. | 13 days | 1 | -1/+1 | |
| | | |||||
| * | make webpush use our notification server vkey instead of a random, ill-formated | 13 days | 1 | -1/+4 | |
| | | | | | key (necessary for some client notifications, such as moshidon) | ||||
| * | Fix user matching | 2025-11-30 | 1 | -2/+2 | |
| | | | | | | | In order to be a proper prefix, the actor url must end with a '/' otherwise it can match another user that starts with the same prefix: for example 'testuser' will match anything made by 'testuser2' | ||||
| * | Instead of comparing the output status with == 200, it's better to check ↵ | 2025-10-21 | 1 | -2/+2 | |
| | | | | | using valid_status() | ||||
| * | Enhances Mastodon API compatibility by adding support for displaying remote ↵ | 2025-10-18 | 1 | -14/+325 | |
| | | | | | | | users' follower/following/post counts and their posts when viewing profiles in Mastodon-compatible apps (Fedilab, Tusky, etc.). Fixes for Moshidon and improvements for better compatibility with HAProxy | ||||
| * | xs_http.h: new file. | 2025-10-13 | 1 | -0/+1 | |
| | | |||||
| * | mastoapi: added deleting for posts. | 2025-10-10 | 1 | -1/+35 | |
| | | | | | I'm sure that I've done this before, but whatever. | ||||
| * | Merge pull request 'implementing scopes' (#474) from ↵ | 2025-09-28 | 1 | -5/+16 | |
| |\ | | | | | | | | | | | byte/snac2:feature/visibility into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/474 | ||||
| | * | implementing visibility scopes | 2025-09-20 | 1 | -6/+17 | |
| | | | |||||
| * | | making sure that global data is immutable | 2025-09-22 | 1 | -1/+1 | |
| | | | |||||
| * | | mastoapi: Fixed incorrect messages in status query. | 2025-09-14 | 1 | -1/+1 | |
| |/ | |||||
| * | Renamed function list_content() to list_members(). | 2025-09-03 | 1 | -4/+4 | |
| | | |||||
| * | mastoapi: avoid repeating entries. | 2025-08-14 | 1 | -1/+6 | |
| | | |||||
| * | Updated some comments. | 2025-08-01 | 1 | -1/+2 | |
| | | |||||
| * | mastoapi: the 'approve_followers' toggle can also be set from apps. | 2025-07-27 | 1 | -2/+6 | |
| | | |||||
| * | mastoapi: Fixed metadata in verify_credentials. | 2025-07-27 | 1 | -2/+25 | |
| | | |||||
| * | mastoapi: fixed the fix. | 2025-07-05 | 1 | -2/+2 | |
| | | |||||
| * | mastoapi: fixed a bug in mastoapi_timeline(). | 2025-07-05 | 1 | -3/+7 | |
| | | |||||
| * | Added support for /api/v1/instance/extended_description (with a hardcoded text). | 2025-06-21 | 1 | -0/+15 | |
| | | |||||
| * | mastoapi: Added followed hashtag maintenance. | 2025-06-16 | 1 | -0/+48 | |
| | | |||||
| * | mastoapi: added entrypoint /v1/followed_tags. | 2025-06-16 | 1 | -0/+34 | |
| | | |||||
| * | mastoapi: another try to fix collapsing boosted posts in some apps. | 2025-06-12 | 1 | -3/+8 | |
| | | |||||
| * | mastoapi: reverted reblog id, as it was breaking things. | 2025-06-11 | 1 | -4/+0 | |
| | | |||||
| * | mastoapi: fixed reblog identifiers. | 2025-06-11 | 1 | -0/+6 | |
| | | | | | | This fixes weird behaviour in apps like Tusky, where boosts' content disappear after clicking on them. | ||||
| * | mastoapi: fixed uploaded images name collision. | 2025-05-29 | 1 | -2/+4 | |
| | | |||||
| * | New function timeline_here(). | 2025-05-27 | 1 | -3/+1 | |
| | | |||||
| * | Renamed timeline_here() to timeline_here_by_md5(), as it always should have ↵ | 2025-05-27 | 1 | -1/+1 | |
| | | | | | been. | ||||
| * | Minor memory leak fixes. | 2025-05-22 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request 'use utf-8 lowercase function for tags #396' (#400) from ↵ | 2025-05-22 | 1 | -6/+7 | |
| |\ | | | | | | | | | | | postscriptum/snac2:utf8-lower-tags into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/400 | ||||
| | * | add missed replacement to the `mastoapi_get_handler` function (`search` case) | 2025-05-22 | 1 | -1/+2 | |
| | | | |||||
| | * | cleanup ending spaces | 2025-05-22 | 1 | -5/+5 | |
| | | | |||||
| * | | performance: use following_list_len in more places | 2025-05-19 | 1 | -8/+8 | |
| |/ | |||||
| * | mastoapi: added post endpoints for 'authorize' and 'reject' follow requests. | 2025-05-18 | 1 | -0/+51 | |
| | | |||||
| * | mastoapi: added endpoint /v1/follow_requests. | 2025-05-18 | 1 | -4/+20 | |
| | | |||||
| * | mastoapi: Also process the types[] argument in notifications. | 2025-05-14 | 1 | -8/+13 | |
| | | |||||
| * | Mastoapi: correctly communicate 'approve_followers'. | 2025-04-27 | 1 | -1/+4 | |
| | | |||||
| * | mastoapi: fix md5 issues | 2025-04-26 | 1 | -1/+8 | |
| | | |||||
| * | mastoapi: support lists for users | 2025-04-26 | 1 | -15/+40 | |
| | | |||||
| * | mastoapi: added support for scheduled posts. | 2025-04-02 | 1 | -6/+16 | |
| | | |||||
| * | mastoapi: fixed instance peers to return only the domains. | 2025-03-22 | 1 | -1/+11 | |
| | | |||||
| * | mastoapi: Added support for /api/v1/instance/peers. | 2025-03-22 | 1 | -0/+9 | |
| | | |||||
| * | Minor tweak. | 2025-03-17 | 1 | -3/+2 | |
| | | |||||
| * | mastoapi: added support for /api/v1/custom_emojis (contributed by violette). | 2025-03-17 | 1 | -2/+19 | |
| | | |||||
| * | Deleted (by now) any ways of setting a note's publish date. | 2025-03-03 | 1 | -2/+1 | |
| | | |||||
| * | msg_note() accepts a nullable post date. | 2025-03-02 | 1 | -2/+3 | |
| | | |||||
| * | mastoapi: notify the maximum configured attachments. | 2025-02-07 | 1 | -1/+6 | |
| | | |||||