Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to post to Mastodon via Bridgy #307

Merged
merged 8 commits into from
Nov 25, 2023
Merged

Add the ability to post to Mastodon via Bridgy #307

merged 8 commits into from
Nov 25, 2023

Commits on Nov 24, 2023

  1. Add model for housing bridgy publish urls

    So we can display them on the post detail page, enabling bridgy to syndicate the post.
    jamesvandyne committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    f26b51d View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Configuration menu
    Copy the full SHA
    2f0f1c7 View commit details
    Browse the repository at this point in the history
  2. Add column for storing sent webmention responses

    So it's easier to debug and so we can extract data from them.
    jamesvandyne committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    c635ed7 View commit details
    Browse the repository at this point in the history
  3. Add usecase for publishing posts to mastodon

    via Bridgy
    jamesvandyne committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    cc965cb View commit details
    Browse the repository at this point in the history
  4. Add view for sending to mastodon

    Includes a new dependency htmx-loading. Mostly so I can spin the elephant while it's loading.
    jamesvandyne committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    f6177c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    046d261 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20b724a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4c97e9f View commit details
    Browse the repository at this point in the history