close
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Automattic/wordpress-activitypub
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.3.0
Choose a base ref
...
head repository: Automattic/wordpress-activitypub
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.3.1
Choose a head ref
  • 11 commits
  • 17 files changed
  • 3 contributors

Commits on Apr 18, 2024

  1. Enable Mastodon Apps: Add remote outbox fetching (#717)

    * Add remote outbox fetching
    
    * Fix linting
    
    * reformatting
    
    * Use the HTTP::get function and introduce caching
    
    * Update includes/class-http.php
    
    Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>
    
    * Update includes/class-http.php
    
    Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>
    
    * Use use
    
    * fix indents
    
    * Check for an existing blurhash
    
    * I think this is easier
    
    * Add more error checking
    
    * Remove debug code
    
    ---------
    
    Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>
    akirk and pfefferle authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    60f0668 View commit details
    Browse the repository at this point in the history
  2. add some help texts

    pfefferle committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    8405cb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4adecd View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    9a5beb1 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. fix #732

    pfefferle committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    eb23a8a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. fix #734

    pfefferle committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d94d064 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    1096944 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Generate comment IDs for federation from home_url (#739)

    * Generate comment IDs for federation from `home_url`
    
    `site_url` is used for the WP install, not for the frontend URLs
    
    * fix other `site_url` uses
    mattwiebe authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    d173690 View commit details
    Browse the repository at this point in the history
  2. do not announce replies

    pfefferle committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6e374b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Some fixes to be compatible with discourse (#736)

    * some fixes to be compatible with discourse
    
    * always handle actors objects
    pfefferle authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    6c90990 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. version bump

    pfefferle committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    c9e980a View commit details
    Browse the repository at this point in the history
Loading