| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | formatting | 2024-01-28 | 1 | -3/+3 | |
| | | |||||
| * | cleanup | 2024-01-28 | 1 | -2/+2 | |
| | | |||||
| * | cleanup | 2024-01-28 | 1 | -1/+1 | |
| | | |||||
| * | cleanup | 2024-01-28 | 1 | -0/+1 | |
| | | |||||
| * | make compatible with subway tooter app | 2024-01-28 | 1 | -1/+23 | |
| | | |||||
| * | mastoapi: avoid crashing on empty payloads. | 2024-01-26 | 1 | -6/+15 | |
| | | |||||
| * | Use get_attachments() in mastoapi_status(). | 2024-01-24 | 1 | -57/+23 | |
| | | |||||
| * | Fixed typo. | 2024-01-23 | 1 | -1/+1 | |
| | | |||||
| * | mastoapi: added /v1/statuses put support (note edit). | 2024-01-23 | 1 | -2/+46 | |
| | | |||||
| * | mastoapi: added support for status/.../source. | 2024-01-23 | 1 | -0/+10 | |
| | | |||||
| * | Mastoapi: fixed an error the edited_at field. | 2024-01-19 | 1 | -1/+1 | |
| | | |||||
| * | New function get_atto(), to get the attributedTo field. | 2024-01-18 | 1 | -6/+6 | |
| | | |||||
| * | Minor tweak for better corruption detection. | 2024-01-12 | 1 | -6/+6 | |
| | | |||||
| * | More tries to fix crashes in mastoapi_account(). | 2024-01-11 | 1 | -2/+8 | |
| | | |||||
| * | Avoid invalid actors in mastoapi_status(). | 2024-01-11 | 1 | -0/+4 | |
| | | |||||
| * | Silenced some unused argument warnings. | 2024-01-11 | 1 | -0/+5 | |
| | | |||||
| * | Set the 'bot' field in verify_credentials to the matching value. | 2024-01-11 | 1 | -2/+1 | |
| | | |||||
| * | Support DELETE for Mastodon subscriptions | 2024-01-11 | 1 | -0/+16 | |
| | | | | | | | | | While testing Mona, I noticed that after deleting my account entry for my snac server, Mona would repeatedly try to delete the subscription it thought it had created, resulting in many unhandled DELETE calls. This accepts the call and returns 200 for it, which makes Mona happy. | ||||
| * | Add missing fields to account verification | 2024-01-11 | 1 | -0/+5 | |
| | | | | | | | | | | | This allows the Mona iOS app to successfully sign in. I wasn't sure what a suitable value for `last_status_at` would be so I just copied `published` since it's the right format. This also just sets the `bot` field to false regardless of the user's configuration, which probably isn't ideal. | ||||
| * | Added more webfinger checks, just to be sure. | 2024-01-10 | 1 | -1/+1 | |
| | | |||||
| * | Updated copyright year. | 2024-01-04 | 1 | -1/+1 | |
| | | |||||
| * | actor_request() accepts again an optional snac argument. | 2023-12-17 | 1 | -1/+1 | |
| | | |||||
| * | Revert "Reverted actor_request() without user." | 2023-12-11 | 1 | -1/+1 | |
| | | | | | This reverts commit 8d0a69cd759813b1304605d1676fbca063f0ccdc. | ||||
| * | Reverted actor_request() without user. | 2023-12-11 | 1 | -1/+1 | |
| | | | | | Some sites require even Person requests to be signed. | ||||
| * | actor_request() does not need a user argument. | 2023-12-10 | 1 | -1/+1 | |
| | | |||||
| * | mastoapi: fixed crash processing kbin boosts. | 2023-12-05 | 1 | -2/+6 | |
| | | |||||
| * | mastoapi: correctly print the auth key in the sepcial urn:ietf... case. | 2023-12-05 | 1 | -2/+8 | |
| | | |||||
| * | Fill the 'fields' list in mastoapi_account(). | 2023-12-03 | 1 | -1/+22 | |
| | | |||||
| * | mastoapi: patched dates to match the funny timezone Mastodon uses. | 2023-12-03 | 1 | -3/+28 | |
| | | |||||
| * | mastoapi: return some dummy values in verify_credentials. | 2023-12-03 | 1 | -0/+4 | |
| | | |||||
| * | Backport from xs. | 2023-11-17 | 1 | -0/+1 | |
| | | |||||
| * | Tag indexes are also purged. | 2023-11-08 | 1 | -3/+3 | |
| | | |||||
| * | mastoapi: implemented /api/v1/accounts/lookup. | 2023-10-28 | 1 | -2/+29 | |
| | | |||||
| * | mastoapi: Don't exclude posts of type Page or Article. | 2023-10-16 | 1 | -6/+11 | |
| | | |||||
| * | Fixed crash. | 2023-10-16 | 1 | -3/+8 | |
| | | |||||
| * | Fixed bug that crashed Tusky. | 2023-10-13 | 1 | -7/+6 | |
| | | |||||
| * | Minor URI tweak. | 2023-10-13 | 1 | -2/+7 | |
| | | |||||
| * | mastoapi: boosted posts by others are correctly returned. | 2023-10-13 | 1 | -0/+27 | |
| | | |||||
| * | mastoapi: show any boosted note, not only by us. | 2023-10-13 | 1 | -2/+2 | |
| | | |||||
| * | mastoapi: also process "Document" type attachments. | 2023-10-09 | 1 | -1/+1 | |
| | | |||||
| * | mastoapi: some tweaks to better match the returned data in timelines. | 2023-10-09 | 1 | -9/+14 | |
| | | |||||
| * | Hide posts from the public web for accounts with 'private' == true. | 2023-10-08 | 1 | -0/+19 | |
| | | |||||
| * | Backport from xs. | 2023-09-25 | 1 | -1/+1 | |
| | | |||||
| * | Put hostname in OAuth page title for web-based clients like Elk | 2023-09-21 | 1 | -5/+5 | |
| | | |||||
| * | Add title to OAuth page for web-based clients like Elk | 2023-09-21 | 1 | -0/+1 | |
| | | |||||
| * | Explicitly support dark mode to fix mismatched colors in clients like Tusky | 2023-09-21 | 1 | -1/+5 | |
| | | |||||
| * | mastoapi: Added fields list in verify_credentials. | 2023-09-18 | 1 | -0/+19 | |
| | | |||||
| * | mastoapi: ensure attachment and tag lists are tags. | 2023-08-25 | 1 | -0/+6 | |
| | | |||||
| * | mastoapi: process tag lists that are not lists correctly. | 2023-08-23 | 1 | -3/+14 | |
| | | |||||
| * | mastoapi: some tweaks for posts from lemmy. | 2023-08-20 | 1 | -4/+26 | |
| | | |||||