index
:
snac2
master
Mirror of https://codeberg.org/grunfink/snac2
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mastoapi.c
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2024-11-20
mastoapi: fixed crash in posts without 'published' field.
default
1
-1
/
+10
2024-11-19
New function get_in_reply_to().
default
1
-1
/
+1
2024-11-18
do not autocapitalize "Login: " masto api field
François Kooman
1
-1
/
+1
on Chrome/Safari the Mastodon API OAuth login page auto capitalizes the first char of the "Login: " field. This disabled that.
2024-11-17
mastoapi: more tweaks to notifications code.
default
1
-4
/
+12
2024-11-17
mastoapi: added more checks in the notifications code.
default
1
-0
/
+4
2024-11-12
mastoapi: a lot of proxy code.
default
1
-19
/
+28
2024-11-12
mastoapi: added some proxy code.
default
1
-3
/
+5
2024-10-11
mastoapi: fixed timeline/public (it was showing less posts that it should).
default
1
-5
/
+1
2024-09-15
URL decode data after splitting the arguments
Nicolai Dagestad
1
-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.
2024-08-31
Minor logging tweak.
default
1
-2
/
+2
2024-08-29
mastoapi: added bookmark list.
default
1
-4
/
+14
2024-08-29
mastoapi: added support for [un]bookmarking.
default
1
-4
/
+11
2024-08-09
mastoapi: also use mastoapi_timeline() with lists.
default
1
-58
/
+5
2024-08-09
Use mastoapi_timeline() also for the instance timeline and tags.
default
1
-79
/
+7
2024-08-09
More mastoapi_timeline() tweaks.
default
1
-18
/
+35
2024-08-09
Use index_desc_first() / index_desc_next() in mastoapi_timeline().
default
1
-62
/
+75
2024-08-09
New function mastoapi_timeline().
default
1
-93
/
+102
2024-08-06
mastoapi: show EmojiReact notifications as 'favourites'.
default
1
-1
/
+1
2024-08-05
Use xs_between() where applicable.
default
1
-2
/
+2
2024-07-27
mastoapi: don't generate stupid, non-existent header fields.
default
1
-2
/
+2
2024-07-27
mastoapi: in /v2/search, store found local actors.
default
1
-0
/
+3
2024-07-24
mastoapi: opening a token file updates its file date and its app's.
default
1
-0
/
+13
2024-07-23
Use MD5_HEX_SIZE in more places.
default
1
-2
/
+2
2024-06-09
mastoapi: Reverted empty ctype rejection.
default
1
-12
/
+0
2024-06-08
mastoapi: Added missing field in list creation.
default
1
-1
/
+3
2024-06-08
Many Mastodon apps don't send Content-Type in DELETE, so ignore it.
default
1
-3
/
+0
2024-06-07
mastoapi: fix create list response & duplicate actor adding
Louis Brauer
1
-3
/
+5
2024-06-01
mastoapi: fix crashes on unset content-type.
default
1
-0
/
+15
2024-05-31
mastoapi: added an 'emojis' field to mastoapi_poll().
default
1
-0
/
+2
2024-05-31
Don't propagate the user change after dismissing the announcement.
default
1
-1
/
+1
2024-05-31
Minor tweaks.
default
1
-2
/
+5
2024-05-31
mastoapi: return an empty /v1/trends/statuses.
default
1
-0
/
+6
2024-05-31
mastoapi: return an empty /v1/trends/tags.
default
1
-0
/
+6
2024-05-31
mastoapi: more list tweaks.
default
1
-0
/
+5
2024-05-31
mastoapi: more list tweaks.
default
1
-0
/
+5
2024-05-31
mastoapi: some tweaks to list entry points.
default
1
-6
/
+22
2024-05-31
Updated RELEASE_NOTES.
default
1
-1
/
+1
2024-05-31
Fix login with IceCubes and Mastodon on iOS
Louis Brauer
1
-6
/
+12
2024-05-31
Make Oauth login page actually readable on mobile devices
Louis Brauer
1
-0
/
+1
2024-05-31
Implement instance announcements
Louis Brauer
1
-4
/
+34
2024-05-30
Fixed minor leak.
default
1
-1
/
+1
2024-05-29
Implement image uploads for Tokodon
Louis Brauer
1
-11
/
+21
2024-05-27
More or less smaller fixes :)
Louis Brauer
1
-0
/
+1
2024-05-27
Implement empty response for /accounts/:id/featured_tags
Louis Brauer
1
-2
/
+17
2024-05-27
Implement Mastodon PATCH endpoint for account profile updates
Louis Brauer
1
-80
/
+236
2024-05-26
Use enum instead of numeric status codes for HTTP statuses
Louis Brauer
1
-92
/
+92
2024-05-23
Added more const.
default
1
-25
/
+25
2024-05-21
Added const everywhere.
default
1
-52
/
+57
2024-05-11
Unified post-like object type match.
default
1
-2
/
+2
2024-05-10
Added a skip argument to content_search().
default
1
-1
/
+1
[next]