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
2023-04-22
New function mastoapi_put_handler().
default
1
-0
/
+70
2023-04-22
Use static_get_meta() when preparing the attachment.
default
1
-3
/
+5
2023-04-22
Added mastoapi support for adding images.
default
1
-0
/
+70
2023-04-21
Added a new compilation variable NO_MASTODON_API.
default
1
-0
/
+4
2023-04-20
Commented out more debugging code.
default
1
-2
/
+0
2023-04-20
Commented out more code.
default
1
-2
/
+0
2023-04-20
Commented out test code.
default
1
-2
/
+2
2023-04-20
More complete mastodon api instance object.
default
1
-1
/
+21
2023-04-20
Deleted debug code.
default
1
-2
/
+0
2023-04-20
Use server.json "admin_email" in mastoapi instance object.
default
1
-1
/
+7
2023-04-16
arc4random() does not exist in not-so-old systems, so revert this.
default
1
-4
/
+4
2023-04-16
Replaced random() with arc4random().
default
1
-4
/
+4
2023-04-16
Replaced strcpy() with strncpy().
default
1
-1
/
+1
2023-04-16
Also accept /api/v2 urls.
default
1
-3
/
+9
2023-04-16
New function user_open_by_md5().
default
1
-5
/
+1
2023-04-16
Temporary fix to this account show error.
default
1
-0
/
+4
2023-04-16
Return context ancestors in the right order.
default
1
-1
/
+1
2023-04-16
Fixed use-after-free in reply messages.
default
1
-30
/
+30
2023-04-16
Don't strip the api version in mastoapi post handler.
default
1
-6
/
+6
2023-04-15
Posts can now be sent (still no images).
default
1
-1
/
+46
2023-04-15
Force failure in Mastodon API before it gets to a crash-on-startup situation.
default
1
-2
/
+6
2023-04-15
Added entrypoint /push/subscription.
default
1
-4
/
+40
2023-04-15
Added some more dummy entry points.
default
1
-0
/
+18
2023-04-15
Added the 'header' field to verify_credentials.
default
1
-0
/
+1
2023-04-15
Some fixes to allow Megalodon to work.
default
1
-18
/
+29
2023-04-14
New mastoapi to clear all notifications.
default
1
-0
/
+13
2023-04-14
New notifications web page.
default
1
-0
/
+3
2023-04-14
Fixed crash in notification list.
default
1
-6
/
+11
2023-04-14
Added a dummy 'created_at' field for accounts that don't have a date.
default
1
-0
/
+5
2023-04-13
Implemented mastoapi notifications.
default
1
-3
/
+52
2023-04-13
New functions notify_get() and notify_list().
default
1
-3
/
+9
2023-04-13
New function notify_add().
default
1
-5
/
+0
2023-04-13
Started working on a notification list.
default
1
-0
/
+5
2023-04-13
More log level tweaks.
default
1
-1
/
+1
2023-04-13
Changed mastoapi log levels.
default
1
-13
/
+14
2023-04-13
Updated RELEASE_NOTES.
default
1
-0
/
+6
2023-04-12
The snac page has been renamed to what-is-snac.
default
1
-1
/
+1
2023-04-12
Relationships can only be queried if logged in.
default
1
-3
/
+6
2023-04-12
Dummy /accounts/relationships.
default
1
-0
/
+8
2023-04-12
Also return (some) information for non-local users.
default
1
-29
/
+47
2023-04-12
Added the mastodon account data.
default
1
-11
/
+21
2023-04-12
Added the mastodon personal timeline.
default
1
-21
/
+60
2023-04-12
Updated RELEASE_NOTES.
default
1
-1
/
+1
2023-04-12
Added support for like and boost lists.
default
1
-20
/
+47
2023-04-12
Added forgotten user cleanup in mastoapi_post_handler().
default
1
-3
/
+7
2023-04-12
Don't generate invalid JSON if an attachment has no description.
default
1
-1
/
+14
2023-04-12
Use the ctime instead of the published date in mastoapi_id().
default
1
-19
/
+8
2023-04-11
Commented out debugging messages.
default
1
-8
/
+8
2023-04-11
Added support for likes and boosts.
default
1
-27
/
+135
2023-04-11
Added some comments.
default
1
-2
/
+8
[next]