summaryrefslogtreecommitdiff
path: root/mastoapi.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-31New function was_question_voted().Gravatar default1-16/+2
2023-05-31New function mastoapi_poll().Gravatar default1-58/+75
2023-05-31Started voting on mastoapi (non-working).Gravatar default1-0/+37
2023-05-31Fixed poll id in mastoapi.Gravatar default1-1/+1
2023-05-31Don't show votes to polls as descendants in mastoapi.Gravatar default1-2/+4
2023-05-31Votes are shown in mastoapi.Gravatar default1-2/+65
2023-05-30Show the finished poll notification correctly in mastoapi.Gravatar default1-0/+4
2023-05-29New macro ISO_DATE_SPEC.Gravatar default1-1/+1
2023-05-27Added the missing field "header" to mastodon acoount.Gravatar default1-0/+2
2023-05-24In mastoapi, don't show poll votes in timelines.Gravatar default1-0/+4
2023-05-18Mastoapi: added block / unblock.Gravatar default1-0/+20
2023-05-17Got rid of xs_encdec.h.Gravatar default1-1/+0
2023-05-17Don't autocomplete local users if they are already added.Gravatar default1-5/+8
2023-05-17In mastoapi account search, return local users at the end.Gravatar default1-24/+24
2023-05-15Also find local users in /api/v1/search.Gravatar default1-1/+27
2023-05-15Deleted repeated code.Gravatar default1-4/+5
2023-05-15mastoapi_account() returns the acct field as user@host.Gravatar default1-1/+7
2023-05-15Made mastoapi account search case-insensitive.Gravatar default1-5/+10
2023-05-15Don't repeat accounts when searching.Gravatar default1-0/+10
2023-05-15Add /v1/account/search support.Gravatar default1-1/+33
2023-05-12Added more comment marks.Gravatar default1-15/+15
2023-05-12Added some code comments.Gravatar default1-44/+36
2023-05-11Added support from exclude notification types.Gravatar default1-0/+5
2023-05-11In /relationship, the id[] can be a list.Gravatar default1-0/+3
2023-05-08Fill the mastoapi instance contact_account field, if possible.Gravatar default1-0/+15
2023-05-08Added a source (web, mastoapi, etc) to lastlog_write().Gravatar default1-1/+1
2023-05-06Fixed a bug in Tusky's image send.Gravatar default1-19/+0
2023-05-04Fixed mastoapi debug levels.Gravatar default1-8/+8
2023-05-04New url /oauth/x-snac-get-token.Gravatar default1-0/+52
2023-05-04Made the post action configurable in login_page.Gravatar default1-5/+6
2023-05-04Fixed more warnings.Gravatar default1-1/+0
2023-05-04Added -Wextra to C flags.Gravatar default1-0/+13
2023-05-04Avoid crash in optional mastoapi argument.Gravatar default1-0/+3
2023-05-03Fixed missing notifications in certain circunstancies.Gravatar default1-1/+1
2023-05-02Use xs_replace_n() where it suits.Gravatar default1-7/+7
2023-05-01Partial support for mastoapi unfavourite / unreblog.Gravatar default1-2/+7
2023-05-01In /api/v1/statuses, get the object from the storage instead of from the ↵Gravatar default1-1/+1
timeline. This was affecting clicking on posts from the instance timeline, that were not in the logged-in user timeline.
2023-04-30The instance timeline now works.Gravatar default1-18/+11
2023-04-30Some instance timeline work.Gravatar default1-29/+23
2023-04-28Incomplete mastoapi apps are purged.Gravatar default1-2/+35
2023-04-28New function mastoapi_purge() (still dummy).Gravatar default1-0/+5
2023-04-28Ensure the new app client_id is unique.Gravatar default1-1/+12
2023-04-27Hide hidden posts from timelines.Gravatar default1-1/+5
2023-04-26Fixed video attachments.Gravatar default1-13/+15
2023-04-26Fixed crash in mastoapi search.Gravatar default1-1/+1
2023-04-26Update lastlog.txt everytime a Bearer token is validated.Gravatar default1-0/+4
2023-04-25Store the what-is-snac URL as a CPP constant.Gravatar default1-1/+1
2023-04-24Skip muted morons from timelines and statuses.Gravatar default1-3/+9
2023-04-24Added emojis to mastoapi_account().Gravatar default1-1/+36
2023-04-24Added custom emojis to Statuses.Gravatar default1-0/+22