-
Notifications
You must be signed in to change notification settings - Fork 85
Comparing changes
Open a pull request
base repository: Automattic/wordpress-activitypub
base: 1.0.0
head repository: Automattic/wordpress-activitypub
compare: 1.0.1
- 17 commits
- 37 files changed
- 5 contributors
Commits on Sep 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 163d9e9 - Browse repository at this point
Copy the full SHA 163d9e9View commit details
Commits on Sep 14, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 9343fd4 - Browse repository at this point
Copy the full SHA 9343fd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84c3933 - Browse repository at this point
Copy the full SHA 84c3933View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 2568f66 - Browse repository at this point
Copy the full SHA 2568f66View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9218eb - Browse repository at this point
Copy the full SHA f9218ebView commit details
Commits on Sep 15, 2023
-
Fix .htaccess issue with subdomain (#433)
* Fix .htaccess instructions * Update readme.txt
Configuration menu - View commit details
-
Copy full SHA for f7ebced - Browse repository at this point
Copy the full SHA f7ebcedView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for fe07d5e - Browse repository at this point
Copy the full SHA fe07d5eView commit details
Commits on Sep 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0763316 - Browse repository at this point
Copy the full SHA 0763316View commit details -
* add path to route fix #421 * added changelog entry
Configuration menu - View commit details
-
Copy full SHA for 4a94eae - Browse repository at this point
Copy the full SHA 4a94eaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55e39a0 - Browse repository at this point
Copy the full SHA 55e39a0View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for addd7dd - Browse repository at this point
Copy the full SHA addd7ddView commit details -
Hashtags, Mentions: Use a tag stack instead of regex for protecting t…
Configuration menu - View commit details
-
Copy full SHA for 008ae52 - Browse repository at this point
Copy the full SHA 008ae52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42d9aba - Browse repository at this point
Copy the full SHA 42d9abaView commit details -
Follow Me: truncate long blog titles and handles (#453)
Also add typography control Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for db0f9c1 - Browse repository at this point
Copy the full SHA db0f9c1View commit details
Commits on Sep 22, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for dd29775 - Browse repository at this point
Copy the full SHA dd29775View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 0d635d5 - Browse repository at this point
Copy the full SHA 0d635d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4b9342 - Browse repository at this point
Copy the full SHA b4b9342View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.0.0...1.0.1