summaryrefslogtreecommitdiff
path: root/mastoapi.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mastoapi: ensure attachment and tag lists are tags.Gravatar default2023-08-251-0/+6
|
* mastoapi: process tag lists that are not lists correctly.Gravatar default2023-08-231-3/+14
|
* mastoapi: some tweaks for posts from lemmy.Gravatar default2023-08-201-4/+26
|
* mastoapi: in instance, return the list of supported mime types from the ↵Gravatar default2023-08-171-1/+23
| | | | internal list.
* mastoapi: minor fix in verify_credentials.Gravatar default2023-08-161-1/+1
|
* mastoapi: Some tweaks to process posts with 'name' and 'image' fields.Gravatar default2023-08-141-3/+32
|
* mastoapi: show the instance's title and short_description, if they exist.Gravatar default2023-08-141-3/+5
|
* More mastoapi tweaks.Gravatar default2023-08-131-0/+9
|
* Use some new xs_stock values.Gravatar default2023-08-131-9/+6
|
* Added avatar_static to validate_credentials object.Gravatar default2023-08-121-0/+1
|
* Some mastoapi tweaks to support the semaphore.social web client.Gravatar default2023-08-121-2/+10
|
* Fixed crash.Gravatar default2023-08-121-4/+4
|
* Some mastoapi instance object tweaks.Gravatar default2023-08-121-9/+21
|
* mastoapi: fixed /api/timelines/public to not need a bearer token.Gravatar default2023-08-121-12/+13
|
* Rewritten actor_get() to not depend on a user.Gravatar default2023-08-121-2/+2
|
* Rewritten is_msg_public() to not depend on a user.Gravatar default2023-08-121-1/+1
|
* Fixed some mastoapi minor errors.Gravatar default2023-08-101-4/+11
|
* Renamed json dump functions to new xs spec.Gravatar default2023-08-081-20/+20
|
* Added xs_json_load() wherever possible.Gravatar default2023-08-051-5/+2
|
* Use xs_json_dump_pp() wherever possible.Gravatar default2023-08-031-39/+2
|
* Updated comment in headers.Gravatar default2023-07-281-1/+1
|
* In mastoapi, notes can be pinned / unpinned.Gravatar default2023-06-281-3/+10
|
* Added some lost fields in mastoapi_status().Gravatar default2023-06-281-1/+5
|
* Don't discard notes from people we don't follow in mastoapi.Gravatar default2023-06-281-0/+2
|
* Use xs_stock_* values wherever possible.Gravatar default2023-06-151-43/+33
|
* Avoid writing a NULL header in mastoapi_account().Gravatar default2023-06-121-0/+3
|
* removed additinal empty stringGravatar Haijo72023-06-121-2/+0
|
* add mastodon profile header to mastodon apiGravatar Haijo72023-06-121-0/+10
|
* set bot to true in mastodon account if user type is serviceGravatar Haijo72023-06-111-2/+5
|
* add user type to mastodon profileGravatar Haijo72023-06-111-0/+2
|
* Only allow logged-in user to use statuses APIGravatar poesty2023-06-111-70/+74
|
* Only allow logged-in user to use search APIGravatar poesty2023-06-111-26/+30
|
* Use MID_TO_MD5 for ID comparisonGravatar poesty2023-06-101-3/+3
|
* Ignore non-followed users' notes without boosts in private timelineGravatar poesty2023-06-101-0/+5
|
* Ignore timestamps in mastoapi_id when filtering entriesGravatar poesty2023-06-101-3/+3
|
* Replaced usage of random() with xs_rnd_buf().Gravatar default2023-06-051-12/+2
|
* Now you can vote from the mastoapi.Gravatar default2023-06-011-2/+28
|
* Minor refactoring to mastoapi_poll().Gravatar default2023-06-011-48/+42
|
* New function was_question_voted().Gravatar default2023-05-311-16/+2
|
* New function mastoapi_poll().Gravatar default2023-05-311-58/+75
|
* Started voting on mastoapi (non-working).Gravatar default2023-05-311-0/+37
|
* Fixed poll id in mastoapi.Gravatar default2023-05-311-1/+1
|
* Don't show votes to polls as descendants in mastoapi.Gravatar default2023-05-311-2/+4
|
* Votes are shown in mastoapi.Gravatar default2023-05-311-2/+65
|
* Show the finished poll notification correctly in mastoapi.Gravatar default2023-05-301-0/+4
|
* New macro ISO_DATE_SPEC.Gravatar default2023-05-291-1/+1
|
* Added the missing field "header" to mastodon acoount.Gravatar default2023-05-271-0/+2
|
* In mastoapi, don't show poll votes in timelines.Gravatar default2023-05-241-0/+4
|
* Mastoapi: added block / unblock.Gravatar default2023-05-181-0/+20
|
* Got rid of xs_encdec.h.Gravatar default2023-05-171-1/+0
|