summaryrefslogtreecommitdiff
path: root/mastoapi.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Deleted (by now) any ways of setting a note's publish date.Gravatar default2025-03-031-2/+1
|
* msg_note() accepts a nullable post date.Gravatar default2025-03-021-2/+3
|
* mastoapi: notify the maximum configured attachments.Gravatar default2025-02-071-1/+6
|
* Minor optimization in timeline retrieving.Gravatar default2025-01-271-1/+1
| | | | | Functions now receive an optional int *more, set to 1 if there are more than the 'show' requested.
* When reading timeline in ascending order, return results in descending orderGravatar Paul Martin2025-01-211-1/+4
|
* Merge pull request 'Implement faster min_id handling' (#277) from ↵Gravatar grunfink2025-01-151-18/+28
|\ | | | | | | | | | | nowster/snac2:fast_min_id into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/277
| * Implement faster min_id handlingGravatar Paul Martin2025-01-151-18/+28
| |
* | Implement limit= on notification fetchesGravatar Paul Martin2025-01-141-0/+9
|/
* mastoapi: fixed Events not being shown.Gravatar default2025-01-121-2/+2
|
* mastoapi: obey the "unlisted" visibility set by apps.Gravatar default2025-01-111-2/+8
|
* Bumped copyright year.Gravatar default2025-01-081-1/+1
|
* Moved post language setting to msg_note(), where it really belongs.Gravatar default2025-01-051-2/+3
| | | | On the way, posting from the Mastodon API sets the language accordingly.
* mastoapi: implement timeline min_idGravatar Paul Martin2024-12-261-2/+13
|
* mastoapi: allow search for post URLs.Gravatar default2024-12-221-0/+31
|
* mastoapi: fixed audio attachments.Gravatar default2024-12-211-2/+3
|
* mastoapi: minor tweak to notification list (Tusky was in a forever request ↵Gravatar default2024-12-201-2/+12
| | | | loop).
* Merge branch 'master' of comam.es:git/snac2Gravatar default2024-12-201-7/+51
|\
| * Implement mastoapi markers for notifications and home.Gravatar Paul Martin2024-12-201-7/+51
| |
* | Mastoapi: added badlogin support.Gravatar default2024-12-201-48/+62
|/
* Fixed bad url in timeline link.Gravatar default2024-12-151-1/+1
|
* New function timeline_link_header().Gravatar default2024-12-151-1/+30
|
* Fixed crash in mastoapi_status() Emoji list.Gravatar default2024-12-151-3/+3
|
* mastoapi: deleted useless code.Gravatar default2024-12-151-8/+1
|
* mastoapi: fixed incorrect field 'bot' for newly created accounts.Gravatar default2024-12-151-2/+5
|
* mastoapi: also fill metrics from credentials_get().Gravatar default2024-12-041-0/+11
|
* mastoapi: show contact metrics if the user want.Gravatar default2024-12-041-0/+11
|
* Check for existing id.Gravatar default2024-12-041-1/+1
|
* Fixed bug in blocked instance rejection.Gravatar default2024-12-041-0/+3
|
* mastoapi: fixed crash in posts without 'published' field.Gravatar default2024-11-201-1/+10
|
* New function get_in_reply_to().Gravatar default2024-11-191-1/+1
|
* Merge branch 'master' of grunfink-codeberg:grunfink/snac2Gravatar default2024-11-181-1/+1
|\
| * do not autocapitalize "Login: " masto api fieldGravatar François Kooman2024-11-181-1/+1
| | | | | | | | | | on Chrome/Safari the Mastodon API OAuth login page auto capitalizes the first char of the "Login: " field. This disabled that.
* | mastoapi: more tweaks to notifications code.Gravatar default2024-11-171-4/+12
| |
* | mastoapi: added more checks in the notifications code.Gravatar default2024-11-171-0/+4
|/
* mastoapi: a lot of proxy code.Gravatar default2024-11-121-19/+28
|
* mastoapi: added some proxy code.Gravatar default2024-11-121-3/+5
|
* mastoapi: fixed timeline/public (it was showing less posts that it should).Gravatar default2024-10-111-5/+1
|
* URL decode data after splitting the argumentsGravatar Nicolai Dagestad2024-09-151-8/+4
| | | | | | | Data decoding should happen after the parsing if not, a '?', '&', '#' or other character decoded will interfere with the parsing. e.g. the users password contains a '&', then it is truncated on that character, and login will fail.
* Minor logging tweak.Gravatar default2024-08-311-2/+2
|
* mastoapi: added bookmark list.Gravatar default2024-08-291-4/+14
|
* mastoapi: added support for [un]bookmarking.Gravatar default2024-08-291-4/+11
|
* mastoapi: also use mastoapi_timeline() with lists.Gravatar default2024-08-091-58/+5
|
* Use mastoapi_timeline() also for the instance timeline and tags.Gravatar default2024-08-091-79/+7
|
* More mastoapi_timeline() tweaks.Gravatar default2024-08-091-18/+35
|
* Use index_desc_first() / index_desc_next() in mastoapi_timeline().Gravatar default2024-08-091-62/+75
|
* New function mastoapi_timeline().Gravatar default2024-08-091-93/+102
|
* mastoapi: show EmojiReact notifications as 'favourites'.Gravatar default2024-08-061-1/+1
|
* Use xs_between() where applicable.Gravatar default2024-08-051-2/+2
|
* mastoapi: don't generate stupid, non-existent header fields.Gravatar default2024-07-271-2/+2
|
* mastoapi: in /v2/search, store found local actors.Gravatar default2024-07-271-0/+3
|