summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-16mastoapi: minor fix in verify_credentials.default
2023-08-16Updated README.default
2023-08-16Version 2.40 RELEASED.default
2023-08-14mastoapi: Some tweaks to process posts with 'name' and 'image' fields.default
2023-08-14Updated RELEASE_NOTES.default
2023-08-14Header banners can now be uploaded.default
2023-08-14Fixed some warning.default
2023-08-14Unify the instance description text.default
2023-08-14Discard avatar uploads that are not images.default
2023-08-14If the user has a header image, show it the public page.default
2023-08-14If a user 'header' field is defined, use it.default
2023-08-14Updated documentation.default
2023-08-14Updated README.default
2023-08-14Updated RELEASE_NOTES.default
2023-08-14Don't show children in the instance timeline.default
2023-08-14Updated documentation.default
2023-08-14mastoapi: show the instance's title and short_description, if they exist.default
2023-08-14The instance URL can now show a timeline.default
2023-08-14Some work towards an instance timeline.default
2023-08-14Updated RELEASE_NOTES.default
2023-08-14Sanitize local user names in the greeting page.default
2023-08-14Backport from xs.default
2023-08-13Ignore 'Add' activities ASAP.default
2023-08-13Don't archive Accept + Create activities as errors.default
They may be (or not, not remember from the doc), but I don't care.
2023-08-13Added default CSS for Limit and Unlimit buttons.default
2023-08-13Backport from xs.default
2023-08-13Backport from xs.default
2023-08-13More mastoapi tweaks.default
2023-08-13Use some new xs_stock values.default
2023-08-13Updated RELEASE_NOTES.default
2023-08-12Added avatar_static to validate_credentials object.default
2023-08-12Some mastoapi tweaks to support the semaphore.social web client.default
2023-08-12Archive unattended method errors.default
2023-08-12Fixed crash.default
2023-08-12Some mastoapi instance object tweaks.default
2023-08-12Allow a NULL snac struct in html_entry().default
2023-08-12mastoapi: fixed /api/timelines/public to not need a bearer token.default
2023-08-12Rewritten actor_get() to not depend on a user.default
2023-08-12Rewritten is_msg_public() to not depend on a user.default
2023-08-12Backport from xs.default
2023-08-11Change filename order in srv_archive_error().default
2023-08-11Archive JSON errors in activitypub_post_handler.default
2023-08-11Set the default poll end time to 1 hour.default
2023-08-10Updated RELEASE_NOTES.default
2023-08-10Fixed some mastoapi minor errors.default
2023-08-10Added web UI for limit/unlimit actions.default
2023-08-09More strict retries.default
2023-08-09Be more strict in not retrying on permanent errors.default
2023-08-09Backport from xs.default
2023-08-09Revert "Implemented hide_followers_only."default
Posts from groups give false positives from hide_followers_only, so the full idea is discarded. This reverts commit b3797d24162bd2c8637d267ae0a08f3cd6e45dff.