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: 1.0.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: 1.0.1
Choose a head ref
  • 17 commits
  • 37 files changed
  • 5 contributors

Commits on Sep 13, 2023

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

Commits on Sep 14, 2023

  1. Repository maintenance: add GitHub Repo Gardening action and issue te…

    …mplates (#428)
    
    * Repository maintenance: add GitHub Repo Gardening action
    
    The Repo Gardening action is a tool that one can use to automate some of the tasks that you can perform to monitor activity in your repository.
    https://github.com/marketplace/actions/repository-gardening
    
    It includes different tasks, that can be enabled based on your needs.
    
    This commit gets us started with the action by enabling a few tasks.
    
    - This action relies on a few secrets that have already been added to this repo.
    - Of note, `gatherSupportReferences` and `replyToCustomersReminder` aren't too useful right now, but will become useful once the plugin is released on WordPress.com and once we start receiving feedback from WordPress.com site owners.
    - The `flagOss` task will point to #fediverse for now. This can be updated later on.
    - I've added mapping for our 2 block directories, but that mapping can be extended for more automatic labeling later on.
    
    * Add issue templates
    jeherve authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    9343fd4 View commit details
    Browse the repository at this point in the history
  2. fix JSON

    pfefferle committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    84c3933 View commit details
    Browse the repository at this point in the history
  3. Post images: fix a typo in the hook name (#429)

    * Post images: fix a typo in the hook name
    
    Follow-up to #309
    
    It should be '_post', not twice '_pre'.
    
    * let grunt create the readme.md
    
    ---------
    
    Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>
    jeherve and pfefferle authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    2568f66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9218eb View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Fix .htaccess issue with subdomain (#433)

    * Fix .htaccess instructions
    
    * Update readme.txt
    edent authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    f7ebced View commit details
    Browse the repository at this point in the history
  2. Blocks: short-circuit early on sites that do not support blocks (#431)

    * Blocks: short-circuit early on sites that do not support blocks
    
    Fixes #430
    
    This is typically only the case for sites using a custom version of WordPress, like ClassicPress.
    
    * let grunt build the markdown
    
    * Check for block support earlier and add filter
    
    One can now deactivate the blocks registered by ActivityPub like so:
    
    ```
    add_filter( 'activitypub_site_supports_blocks', '__return_false' );
    ```
    
    * Fix readme (gotta remember to use grunt)
    
    * alias function
    
    ---------
    
    Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>
    jeherve and pfefferle authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    fe07d5e View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    0763316 View commit details
    Browse the repository at this point in the history
  2. add path to route (#438)

    * add path to route
    
    fix #421
    
    * added changelog entry
    pfefferle authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    4a94eae View commit details
    Browse the repository at this point in the history
  3. fix #399 (comment)

    pfefferle committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    55e39a0 View commit details
    Browse the repository at this point in the history
  4. better handling when data is missing (#444)

    * better handling when data is missing
    
    * WP_Error: add translation key and status
    
    * do not use cache for cleanup and update
    
    * better queries
    pfefferle authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    addd7dd View commit details
    Browse the repository at this point in the history
  5. Hashtags, Mentions: Use a tag stack instead of regex for protecting t…

    …ags (#455)
    
    * Use a tag stack instead of regex for protecting tags
    
    * Use the placeholder in the test
    
    * Add comments
    
    * Update comment
    
    * ignor html comments
    
    thanks @marcS0H
    
    ---------
    
    Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>
    akirk and pfefferle authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    008ae52 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42d9aba View commit details
    Browse the repository at this point in the history
  7. Follow Me: truncate long blog titles and handles (#453)

    Also add typography control
    
    Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>
    mattwiebe and pfefferle authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    db0f9c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Activity: try to parse image IDs using blocks (#460)

    This will prevent the issue of attaching images that don't were uploaded to the post but not used in the post
    
    The post needs to be using blocks to get the introspection required.
    mattwiebe authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    dd29775 View commit details
    Browse the repository at this point in the history
  2. More Group meta-data to play nicely with existing platforms (#441)

    * more group friendly settings
    
    * change http code
    
    * Fix Actor-Type
    
    * fix check if value is set
    
    * only ignore null
    
    * better posting_restricted_to_mods handling
    
    * remove user namespace from moderators endpoint
    
    thanks for the feedback @mattwiebe
    pfefferle authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    0d635d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4b9342 View commit details
    Browse the repository at this point in the history
Loading