| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Use xs_replace_n() where it suits. | 2023-05-02 | 3 | -11/+11 | ||
| | | | ||||||
| * | | Backport from xs. | 2023-05-02 | 3 | -15/+220 | ||
| | | | ||||||
| * | | Updated RELEASE_NOTES. | 2023-05-01 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Partial support for mastoapi unfavourite / unreblog. | 2023-05-01 | 3 | -3/+9 | ||
| | | | ||||||
| * | | New functions index_del_md5(), index_del() and object_unadmire(). | 2023-05-01 | 1 | -0/+62 | ||
| | | | ||||||
| * | | Purge / gc the instance timeline index. | 2023-05-01 | 1 | -1/+5 | ||
| | | | ||||||
| * | | In /api/v1/statuses, get the object from the storage instead of from the ↵ | 2023-05-01 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | | | timeline. This was affecting clicking on posts from the instance timeline, that were not in the logged-in user timeline. | |||||
| * | | Return immediately from actor_get() if it's a local user. | 2023-04-30 | 1 | -0/+1 | ||
| | | | ||||||
| * | | Updated RELEASE_NOTES. | 2023-04-30 | 1 | -0/+4 | ||
| | | | ||||||
| * | | The instance timeline now works. | 2023-04-30 | 2 | -20/+13 | ||
| | | | ||||||
| * | | actor_get() returns an actor message for local users. | 2023-04-30 | 1 | -5/+21 | ||
| | | | ||||||
| * | | Some instance timeline work. | 2023-04-30 | 3 | -35/+38 | ||
| | | | ||||||
| * | | Bumped version. | 2023-04-30 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Public posts are also added to an instance public timeline index. | 2023-04-29 | 1 | -1/+6 | ||
| | | | ||||||
| | * | Fixed webfinger and curl issues | 2023-05-07 | 3 | -4/+6 | ||
| |/ | ||||||
| * | Version 2.29 RELEASED.2.29 | 2023-04-28 | 1 | -1/+1 | ||
| | | ||||||
| * | Incomplete mastoapi apps are purged. | 2023-04-28 | 1 | -2/+35 | ||
| | | ||||||
| * | New function mastoapi_purge() (still dummy). | 2023-04-28 | 3 | -0/+10 | ||
| | | ||||||
| * | Ensure the new app client_id is unique. | 2023-04-28 | 1 | -1/+12 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2023-04-27 | 1 | -1/+1 | ||
| | | ||||||
| * | Hide hidden posts from timelines. | 2023-04-27 | 1 | -1/+5 | ||
| | | ||||||
| * | Updated documentation. | 2023-04-27 | 1 | -0/+4 | ||
| | | ||||||
| * | Fixed video attachments. | 2023-04-26 | 1 | -13/+15 | ||
| | | ||||||
| * | Fixed crash in mastoapi search. | 2023-04-26 | 1 | -1/+1 | ||
| | | ||||||
| * | Update lastlog.txt everytime a Bearer token is validated. | 2023-04-26 | 1 | -0/+4 | ||
| | | ||||||
| * | Updated README. | 2023-04-25 | 1 | -0/+2 | ||
| | | ||||||
| * | Updated dependencies. | 2023-04-25 | 1 | -1/+3 | ||
| | | ||||||
| * | Store the what-is-snac URL as a CPP constant. | 2023-04-25 | 3 | -3/+7 | ||
| | | ||||||
| * | Skip muted morons from timelines and statuses. | 2023-04-24 | 1 | -3/+9 | ||
| | | ||||||
| * | Added emojis to mastoapi_account(). | 2023-04-24 | 1 | -1/+36 | ||
| | | ||||||
| * | Added custom emojis to Statuses. | 2023-04-24 | 1 | -0/+22 | ||
| | | ||||||
| * | Added the hashtag list to mastoapi_status(). | 2023-04-24 | 1 | -0/+14 | ||
| | | | | | What is this for? | |||||
| * | Added mentions to mastoapi_status(). | 2023-04-24 | 1 | -3/+39 | ||
| | | ||||||
| * | Added some more Instance values. | 2023-04-24 | 1 | -0/+19 | ||
| | | ||||||
| * | Added snac limits (no real limits) to the Instance object. | 2023-04-24 | 1 | -11/+19 | ||
| | | ||||||
| * | Updated TODO. | 2023-04-24 | 1 | -4/+8 | ||
| | | ||||||
| * | Moved JSON output validation to httpd.c. | 2023-04-23 | 2 | -8/+10 | ||
| | | ||||||
| * | Fixed bad JSON for accounts that do not have a 'summary' field. | 2023-04-23 | 1 | -1/+6 | ||
| | | ||||||
| * | Fixed a bug in the instance timeline. | 2023-04-23 | 1 | -3/+3 | ||
| | | ||||||
| * | Strip the query string in msg_follow(). | 2023-04-23 | 1 | -1/+3 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2023-04-23 | 1 | -1/+1 | ||
| | | ||||||
| * | Added an instance timeline. | 2023-04-23 | 1 | -2/+55 | ||
| | | ||||||
| * | Don't return that much entries in the mastoapi timeline. | 2023-04-23 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2023-04-23 | 1 | -1/+1 | ||
| | | ||||||
| * | Fixed warning. | 2023-04-23 | 2 | -2/+2 | ||
| | | ||||||
| * | Added mastoapi unfollow. | 2023-04-23 | 3 | -2/+18 | ||
| | | ||||||
| * | Added mastoapi follow. | 2023-04-23 | 4 | -35/+96 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2023-04-23 | 1 | -0/+4 | ||
| | | ||||||
| * | Attend mastoapi relationships. | 2023-04-23 | 3 | -13/+48 | ||
| | | | | | Now, the follow/unfollow buttons appear on each account's page. | |||||
| * | Added mastoapi code for account search. | 2023-04-23 | 4 | -6/+46 | ||
| | | ||||||