-
Notifications
You must be signed in to change notification settings - Fork 83
Update follow return types and error handling #2094
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 2 commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
cd15158
Update follow return types and error handling
pfefferle 0a25386
Add changelog
matticbot 33caee1
Update includes/collection/class-following.php
pfefferle a55ace0
Remove obsolete changelog entry 2094-from-description
pfefferle 183e5da
Add follow activity to outbox with private visibility
pfefferle 38aa151
Update CLI example to use underscore in command
pfefferle 51ece21
Revert "Update CLI example to use underscore in command"
pfefferle d45c63c
Merge branch 'trunk' into change/simplify-follow-returns
pfefferle 5cecd4b
Merge branch 'trunk' into change/simplify-follow-returns
pfefferle 1763290
Fix PHP warning in bulk edit scenario when post_author is missing (#2…
obenland d476c61
Add following meta key to Jetpack sync allowlist (#2226)
obenland fcf057c
Migration: Re-use async batch infrastructure (#1343)
obenland c19e96e
Register post types and meta on 'init' action (#2232)
pfefferle 2df8c07
Bump tar-fs from 3.1.0 to 3.1.1 (#2234)
dependabot[bot] 72d5fe8
Enhance Jetpack integration for comment meta sync (#2233)
obenland c04be77
Add health check for active Captcha plugins (#2231)
pfefferle f69aa24
Add `fetch_by_acct` and `fetch_by_various` methods to Remote_Actors (…
pfefferle c108c36
Add init check to get_comment_type_slugs (#2237)
obenland 738954c
Prevent PHP Warning (#2238)
pfefferle 512dcbe
Add row action filters and Jetpack Reader link integration (#2241)
pfefferle 2faaaab
Move routing logic to new Router class (#2245)
pfefferle 6d3d393
Update deploy workflow to trigger on release (#2248)
pfefferle a7aaddd
Update Jetpack connection check to use Manager class (#2249)
pfefferle 63595d4
Add external link icon to Jetpack reader feed link (#2247)
pfefferle f89b005
Add upgrade routine to enable ActivityPub feeds in WordPress.com Read…
obenland 4dec3c9
Improve user ID fallback and transformer logic (#2246)
pfefferle 2c66740
Fix Reader URL generation for WPCOM environment (#2250)
pfefferle 120df7d
Add QuoteRequest activity handler support (#2240)
pfefferle 0ba4416
Release 7.5.0 (#2253)
pfefferle b7874e7
Fix release script to handle do_action_deprecated with double quotes …
obenland 9fd20ea
Improve NodeInfo handling and add support for FEP-0151 (#2255)
pfefferle 6be0f21
Add detailed magic method docs to ActivityPub classes (#2254)
pfefferle a28d39b
Fix flaky test_handle_create_check_multiple_comments test (#2262)
obenland 5afcc60
Fix HTML entity encoding in extra field names (#2261)
obenland b209cfa
Fix Jetpack reader feed URL path (#2263)
obenland a90aaa4
Add FEP-3b86 Activity Intents support to WebFinger (#2256)
pfefferle 5477449
Bump @wordpress/api-fetch from 7.31.0 to 7.32.0 (#2267)
dependabot[bot] 1fa4641
Bump @wordpress/compose from 7.31.0 to 7.32.0 (#2264)
dependabot[bot] d062f46
Bump @wordpress/block-editor from 15.4.0 to 15.5.0 (#2265)
dependabot[bot] 0e337d7
Add bidirectional transforms between reply and embed blocks (#2244)
obenland 8266a43
Validate ActivityPub URLs in reply block before setting inReplyTo (#2…
obenland e5a2043
Improve inbox activity type handling and tests (#2260)
pfefferle a62cfdc
Remove duplicate webfinger_user_data filter (#2269)
pfefferle 4c88cdf
Fix broken translation link in CONTRIBUTING.md (#2276)
edent de4651c
Bump @wordpress/editor from 14.31.0 to 14.32.0 (#2283)
dependabot[bot] 01e2660
Bump @wordpress/env from 10.31.0 to 10.32.0 (#2280)
dependabot[bot] 7db4d64
Bump @wordpress/edit-post from 8.31.0 to 8.32.0 (#2282)
dependabot[bot] 0705d19
Fix Prettify workflow for pull requests from forks (#2277)
obenland b88abc7
Tests: Avoid using `runInSeparateProcess` where possible (#2275)
obenland 7a69aa8
Update builds (again) (#2285)
pfefferle 85b956d
Reorganize test directory structure (#2289)
obenland f79de51
Fix: issue #2286 – typo, improved quoting explanation, add missing i1…
Jiwoon-Kim a90665b
Use `bp_members_get_user_url` if available for author URLs (#2292)
pfefferle 34cf1b5
Exclude build asset files from PHP GitHub Actions triggers (#2293)
pfefferle File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| Significance: minor | ||
| Type: changed | ||
|
|
||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.