summaryrefslogtreecommitdiff
path: root/mastoapi.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|
* mastoapi: opening a token file updates its file date and its app's.Gravatar default2024-07-241-0/+13
|
* Use MD5_HEX_SIZE in more places.Gravatar default2024-07-231-2/+2
|
* mastoapi: Reverted empty ctype rejection.Gravatar default2024-06-091-12/+0
|
* mastoapi: Added missing field in list creation.Gravatar default2024-06-081-1/+3
|
* Many Mastodon apps don't send Content-Type in DELETE, so ignore it.Gravatar default2024-06-081-3/+0
|
* mastoapi: fix create list response & duplicate actor addingGravatar Louis Brauer2024-06-071-3/+5
|
* mastoapi: fix crashes on unset content-type.Gravatar default2024-06-011-0/+15
|
* mastoapi: added an 'emojis' field to mastoapi_poll().Gravatar default2024-05-311-0/+2
|
* Don't propagate the user change after dismissing the announcement.Gravatar default2024-05-311-1/+1
|
* Minor tweaks.Gravatar default2024-05-311-2/+5
|
* Merge branch 'master' of grunfink-codeberg:grunfink/snac2Gravatar default2024-05-311-4/+34
|\
| * Merge pull request 'Implement instance announcements' (#173) from ↵Gravatar grunfink2024-05-311-4/+34
| |\ | | | | | | | | | | | | | | | louis77/snac2:announcements into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/173
| | * Merge branch 'master' into announcementsGravatar Louis Brauer2024-05-301-1/+1
| | |\
| | * | Implement instance announcementsGravatar Louis Brauer2024-05-311-4/+34
| | | |
* | | | mastoapi: return an empty /v1/trends/statuses.Gravatar default2024-05-311-0/+6
| | | |
* | | | mastoapi: return an empty /v1/trends/tags.Gravatar default2024-05-311-0/+6
|/ / /
* | | mastoapi: more list tweaks.Gravatar default2024-05-311-0/+5
| | |