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: 4.0.2
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: 4.1.0
Choose a head ref
  • 15 commits
  • 40 files changed
  • 5 contributors

Commits on Oct 31, 2024

  1. Improve activity_handle_undo action (#960)

    * Improve `activity_handle_undo` action
    
    This PR improves the action handling and prevents PHP warnings.
    
    * add `null` as possible type
    
    * use the $user_id from the Inbox-Request
    
    * Update includes/handler/class-undo.php
    
    ---------
    
    Co-authored-by: Konstantin Obenland <obenland@automattic.com>
    pfefferle and obenland authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    a30a64c View commit details
    Browse the repository at this point in the history
  2. Add title to content if post is a Note (#958)

    * Add title to content if post is a `Note`
    
    * also add better headline handling to shortcodes
    
    * use new shortcode
    
    * simplify settings
    
    * add missing phpdoc
    
    * some improvements
    
    * unit tests
    
    * update unit-tests
    
    * change default type
    
    * add migration of object_type and tests
    
    * remove shortlink from default template
    pfefferle authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    8a227c7 View commit details
    Browse the repository at this point in the history
  3. Fallback to blog-user if user is disabled (#957)

    * Fallback to blog-user if user is disabled
    
    Fallback to the blog-user if enabled and the specific user is disabled.
    
    fix #948
    
    * add test case
    
    * test-class-activitypub-activity-dispatcher.php aktualisieren
    
    Co-authored-by: Konstantin Obenland <obenland@automattic.com>
    
    ---------
    
    Co-authored-by: Konstantin Obenland <obenland@automattic.com>
    pfefferle and obenland authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    2f5f0d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    512330f View commit details
    Browse the repository at this point in the history
  5. Bump @wordpress/blocks from 13.10.0 to 14.0.0 (#964)

    Bumps [@wordpress/blocks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/blocks) from 13.10.0 to 14.0.0.
    - [Release notes](https://github.com/WordPress/gutenberg/releases)
    - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/blocks/CHANGELOG.md)
    - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/blocks@14.0.0/packages/blocks)
    
    ---
    updated-dependencies:
    - dependency-name: "@wordpress/blocks"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>
    Co-authored-by: Matt Wiebe <wiebe@automattic.com>
    3 people authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    2993ae9 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

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

Commits on Nov 3, 2024

  1. fix some c&p issues

    pfefferle committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    80a55aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43b993d View commit details
    Browse the repository at this point in the history
  3. remove duplicate code

    pfefferle committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    66f9590 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Fix Fediverse preview for "blog actor only" mode. (#966)

    * Fix Fediverse preview for "blog actor only" mode.
    
    * that simply should do the trick!
    
    thanks for reporting that!!!
    
    * 0 is reserved for the blog user
    
    * simplify code a bit!
    
    ---------
    
    Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>
    Menrath and pfefferle authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    30662e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Support comment_previously_approved setting (#962)

    * Support `comment_previously_approved` setting
    
    * return `$approved` instead of `true`
    
    * some small fixes
    
    * return int
    
    * improved check
    pfefferle authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    3034df5 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. added unit-tests

    pfefferle committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    366ca7d View commit details
    Browse the repository at this point in the history
  2. prepare 4.1.0 release

    pfefferle committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    1b7a138 View commit details
    Browse the repository at this point in the history
  3. Hide sticky posts that are not public (#969)

    * hide sticky posts that are not public
    
    * remove value
    
    * check if meta does not exist
    
    * also ignore for outbox query!
    
    * Delete `activitypub_content_visibility` when updated to an empty value.
    
    * hide only local posts in outbox
    
    * add unit tests
    pfefferle authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    1ccf0ba View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. add release-date

    pfefferle committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    6f140b4 View commit details
    Browse the repository at this point in the history
Loading