summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version 2.27 RELEASED.2.27Gravatar default2023-04-131-1/+1
|
* Updated RELEASE_NOTES.Gravatar default2023-04-131-1/+1
|
* More log level tweaks.Gravatar default2023-04-131-1/+1
|
* Changed mastoapi log levels.Gravatar default2023-04-131-13/+14
|
* f_ctime() returns the oldest of ctime and mtime.Gravatar default2023-04-131-2/+7
|
* Updated RELEASE_NOTES.Gravatar default2023-04-132-1/+7
|
* The snac page has been renamed to what-is-snac.Gravatar default2023-04-121-1/+1
|
* Relationships can only be queried if logged in.Gravatar default2023-04-121-3/+6
|
* Dummy /accounts/relationships.Gravatar default2023-04-121-0/+8
|
* Also return (some) information for non-local users.Gravatar default2023-04-121-29/+47
|
* Updated RELEASE_NOTES.Gravatar default2023-04-121-1/+1
|
* Added the mastodon account data.Gravatar default2023-04-121-11/+21
|
* Added the mastodon personal timeline.Gravatar default2023-04-121-21/+60
|
* Updated RELEASE_NOTES.Gravatar default2023-04-122-2/+2
|
* Added support for like and boost lists.Gravatar default2023-04-121-20/+47
|
* Updated RELEASE_NOTES.Gravatar default2023-04-121-1/+1
|
* Updated TODO.Gravatar default2023-04-121-3/+5
|
* Added forgotten user cleanup in mastoapi_post_handler().Gravatar default2023-04-121-3/+7
|
* Updated documentation.Gravatar default2023-04-122-6/+28
|
* Updated README.Gravatar default2023-04-121-1/+2
|
* Updated RELEASE_NOTES.Gravatar default2023-04-121-1/+1
|
* Updated RELEASE_NOTES.Gravatar default2023-04-121-1/+3
|
* Don't generate invalid JSON if an attachment has no description.Gravatar default2023-04-123-5/+22
|
* Use the ctime instead of the published date in mastoapi_id().Gravatar default2023-04-121-19/+8
|
* New functions object_ctime() and object_ctime_by_md5().Gravatar default2023-04-122-0/+16
|
* New function f_ctime().Gravatar default2023-04-122-0/+14
|
* Commented out debugging messages.Gravatar default2023-04-111-8/+8
|
* Added support for likes and boosts.Gravatar default2023-04-112-30/+138
|
* Added some comments.Gravatar default2023-04-111-2/+8
|
* Added many dummy lists.Gravatar default2023-04-111-1/+69
|
* Added support for statuses/:id and statuses/:id/context.Gravatar default2023-04-111-1/+36
|
* Started work in /api/v1/statuses.Gravatar default2023-04-111-2/+44
|
* New function mastodon_status().Gravatar default2023-04-113-171/+182
|
* Added /api/v1/instance.Gravatar default2023-04-101-0/+29
|
* Updated RELEASE_NOTES.Gravatar default2023-04-101-0/+2
|
* Merge https://codeberg.org/grunfink/snac2Gravatar default2023-04-102-4/+4
|\
| * Merge pull request 'Fix some overflow bugs' (#29) from ↵Gravatar grunfink2023-04-102-4/+4
| |\ | | | | | | | | | | | | | | | saagarjha/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/29
| | * Fix heap overflow from curl-originating buffersGravatar Saagar Jha2023-04-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Most of xs.h seems to expect that buffers are rounded up to block size, so we should preserve that invariant here. (In particular, xs_expand will avoid calling xs_realloc if the new size fits in the same block, which means that if we don't pad out the data it will expand out of the memory we're allocated.)
| | * Avoid reading too much data in xs_data_newGravatar Saagar Jha2023-04-101-3/+3
| |/
* | Added image attachments.Gravatar default2023-04-102-4/+31
| |
* | Added some tweaks for AndStatus, that does some things different (still ↵Gravatar default2023-04-101-2/+36
| | | | | | | | | | | | | | non-working). AndStatus expects a 'state' field to be propagated and doesn't send the 'client_secret' as a GET argument, but in a Basic authorization header.
* | New function mastoapi_id(), that creates mostly-compatible Ids.Gravatar default2023-04-101-18/+50
| | | | | | | | Most apps (all?) sort entries by status Id, so they must be time-sorted (somewhat).
* | Some timeline fixes.Gravatar default2023-04-101-4/+13
| |
* | More mastoapi timeline work.Gravatar default2023-04-101-11/+37
| |
* | Also delete the app in token revokation.Gravatar default2023-04-101-0/+30
| |
* | Backport from xs.Gravatar default2023-04-102-1/+14
| |
* | More work in status entries.Gravatar default2023-04-101-18/+58
| |
* | Limit the number of entries returned using the max_id.Gravatar default2023-04-101-4/+9
| |
* | More mastoapi work.Gravatar default2023-04-101-8/+137
| |
* | Fixed avatar.Gravatar default2023-04-091-8/+22
| |