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: 3.2.5
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: 3.3.0
Choose a head ref
  • 10 commits
  • 61 files changed
  • 4 contributors

Commits on Sep 18, 2024

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

Commits on Sep 19, 2024

  1. Header Images: fix cropping for users without the 'customize' capabil…

    …ity (#854)
    
    * Header Images: fix cropping for users without the 'customize' capability
    
    * only show users’ own posts to lower capaability users
    
    ---------
    
    Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>
    mattwiebe and pfefferle authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    1136dd3 View commit details
    Browse the repository at this point in the history
  2. Follow Me/Followers: add inherit mode for dynamic templating (#892)

    ---------
    
    Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>
    Co-authored-by: Alex Kirk <akirk@users.noreply.github.com>
    3 people authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    18da65f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. cleanup changelog

    pfefferle committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9c39c46 View commit details
    Browse the repository at this point in the history
  2. Enable Mastodon Apps: support profile editing, blog user (#788)

    
    ---------
    
    Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>
    mattwiebe and pfefferle authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9929571 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0c1d56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d361a69 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Add replies collection (#876)

    * typo in phpdoc
    
    * add first draft for adding replies collections to posts and comments
    
    * refactoring
    
    * Fix php CodeSniffer violations
    
    * fix typo in php comment
    
    * add draft for testing replies
    
    * replies: test with own comment
    
    * fix basic test for replies collection
    
    * Restrict 'type' parameter for replies to 'post' or 'comment' in REST API
    
    * some cleanups
    
    * prefer ID over URL
    
    * rename to `reply_id` to make clear that it is not the WordPress comment_id
    
    * modularize retrieving of comment link via comment meta
    
    * fix phpcs
    
    * I think we should be more precise with this
    
    and maybe there are other fallbacks coming
    
    ---------
    
    Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>
    Menrath and pfefferle authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7370e97 View commit details
    Browse the repository at this point in the history
  2. version bump

    pfefferle committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    cc7a6cc View commit details
    Browse the repository at this point in the history
  3. Content warnings! (#900)

    * Allow content warning
    
    * build files
    
    * added missing namespace
    
    * fix tests
    
    * actors does not support sensitive (yet).
    
    * Update includes/functions.php
    
    * added `sanitize_callback`
    
    ---------
    
    Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>
    mattwiebe and pfefferle authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    de85cca View commit details
    Browse the repository at this point in the history
Loading