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 (
Expand
)
Author
Files
Lines
2026-02-10
mastoapi: add `uri` field to verify_credentials
Sam May
1
-0
/
+1
2026-02-10
mastoapi: added a (dummy) client_secret_expires_at value in app creation.
grunfink
1
-0
/
+1
2026-02-06
Prevent voting via mastoapi if closed or we already voted
David Vaughan
1
-24
/
+40
2026-02-06
Check global object store for poll id when voting via mastoapi
David Vaughan
1
-1
/
+6
2026-02-06
Add poll creation to mastoapi
David Vaughan
1
-9
/
+37
2026-01-12
Added emoji categories.
violette
1
-9
/
+23
2026-01-12
mastoapi: also return children of children.
violette
1
-17
/
+34
2026-01-06
mastoapi: hide EmojiReacts from muted actors and block instances.
grunfink
1
-0
/
+4
2026-01-01
Bumped copyright year.
grunfink
1
-1
/
+1
2025-12-22
mastoapi: fixed status visibility error.
fruye
1
-39
/
+43
2025-12-19
Some fixes.
violette
1
-1
/
+1
2025-12-18
Fixed more minor leaks.
grunfink
1
-1
/
+2
2025-12-18
Fixed some xs_fmt() usages.
grunfink
1
-3
/
+6
2025-12-18
Added emoji reactions (contributed by violette).
violette
1
-4
/
+156
2025-12-09
Fixed small memory leak.
grunfink
1
-1
/
+1
2025-12-09
make webpush use our notification server vkey instead of a random, ill-formated
violette p.
1
-1
/
+4
2025-11-30
Fix user matching
rako
1
-2
/
+2
2025-10-21
Instead of comparing the output status with == 200, it's better to check usin...
Stefano Marinelli
1
-2
/
+2
2025-10-18
Enhances Mastodon API compatibility by adding support for displaying remote u...
Stefano Marinelli
1
-14
/
+325
2025-10-13
xs_http.h: new file.
grunfink
1
-0
/
+1
2025-10-10
mastoapi: added deleting for posts.
grunfink
1
-1
/
+35
2025-09-22
making sure that global data is immutable
byte
1
-1
/
+1
2025-09-20
implementing visibility scopes
byte
1
-6
/
+17
2025-09-14
mastoapi: Fixed incorrect messages in status query.
grunfink
1
-1
/
+1
2025-09-03
Renamed function list_content() to list_members().
grunfink
1
-4
/
+4
2025-08-14
mastoapi: avoid repeating entries.
grunfink
1
-1
/
+6
2025-08-01
Updated some comments.
grunfink
1
-1
/
+2
2025-07-27
mastoapi: the 'approve_followers' toggle can also be set from apps.
grunfink
1
-2
/
+6
2025-07-27
mastoapi: Fixed metadata in verify_credentials.
grunfink
1
-2
/
+25
2025-07-05
mastoapi: fixed the fix.
grunfink
1
-2
/
+2
2025-07-05
mastoapi: fixed a bug in mastoapi_timeline().
grunfink
1
-3
/
+7
2025-06-21
Added support for /api/v1/instance/extended_description (with a hardcoded text).
grunfink
1
-0
/
+15
2025-06-16
mastoapi: Added followed hashtag maintenance.
grunfink
1
-0
/
+48
2025-06-16
mastoapi: added entrypoint /v1/followed_tags.
grunfink
1
-0
/
+34
2025-06-12
mastoapi: another try to fix collapsing boosted posts in some apps.
grunfink
1
-3
/
+8
2025-06-11
mastoapi: reverted reblog id, as it was breaking things.
grunfink
1
-4
/
+0
2025-06-11
mastoapi: fixed reblog identifiers.
grunfink
1
-0
/
+6
2025-05-29
mastoapi: fixed uploaded images name collision.
grunfink
1
-2
/
+4
2025-05-27
New function timeline_here().
grunfink
1
-3
/
+1
2025-05-27
Renamed timeline_here() to timeline_here_by_md5(), as it always should have b...
grunfink
1
-1
/
+1
2025-05-22
Minor memory leak fixes.
grunfink
1
-1
/
+1
2025-05-22
add missed replacement to the `mastoapi_get_handler` function (`search` case)
postscriptum
1
-1
/
+2
2025-05-22
cleanup ending spaces
postscriptum
1
-5
/
+5
2025-05-19
performance: use following_list_len in more places
green
1
-8
/
+8
2025-05-18
mastoapi: added post endpoints for 'authorize' and 'reject' follow requests.
grunfink
1
-0
/
+51
2025-05-18
mastoapi: added endpoint /v1/follow_requests.
grunfink
1
-4
/
+20
2025-05-14
mastoapi: Also process the types[] argument in notifications.
grunfink
1
-8
/
+13
2025-04-27
Mastoapi: correctly communicate 'approve_followers'.
grunfink
1
-1
/
+4
2025-04-26
mastoapi: fix md5 issues
green
1
-1
/
+8
2025-04-26
mastoapi: support lists for users
green
1
-15
/
+40
[next]