Skip to content
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

Social | Enable connections management for WPCOM sites #41019

Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
4af0cc4
Social: Use connections REST endpoint for initial state (#40677)
manzoorwanijk Dec 20, 2024
b019a20
Social: Connections API schema front end changes (#40539)
manzoorwanijk Jan 7, 2025
3a5ee5f
Merge branch 'trunk' into social/unified-connections-management
manzoorwanijk Jan 8, 2025
55ba254
Social | Add site context for publicize endpoints (#40704)
manzoorwanijk Jan 9, 2025
74f0c07
Merge branch 'trunk' into social/unified-connections-management
manzoorwanijk Jan 9, 2025
f705911
Merge branch 'trunk' into social/unified-connections-management
manzoorwanijk Jan 9, 2025
43702ed
Social: Implement connections caching with the updated endpoint (#40892)
manzoorwanijk Jan 10, 2025
e058b84
Merge branch 'trunk' into social/unified-connections-management
manzoorwanijk Jan 10, 2025
6b80d99
Social: Replace can_disconnect with a store data selector (#40888)
manzoorwanijk Jan 10, 2025
b1f7eb4
Social | Restore must_reauth as connection status (#40946)
manzoorwanijk Jan 10, 2025
a7dd133
Merge branch 'trunk' into social/unified-connections-management
manzoorwanijk Jan 13, 2025
a85f4d4
Social | Clean up connections controller to use connections class (#4…
manzoorwanijk Jan 13, 2025
1d3db07
Social | Fix connect button for broken connections (#40995)
manzoorwanijk Jan 13, 2025
a7c1958
Merge branch 'trunk' into social/unified-connections-management
manzoorwanijk Jan 14, 2025
4511303
Merge branch 'trunk' into social/unified-connections-management
manzoorwanijk Jan 14, 2025
ab1d444
Social | Fix connected accounts not marked as such on confirmation sc…
manzoorwanijk Jan 14, 2025
9892d83
Social | Update connections schema to change `user_id` to `wpcom_user…
manzoorwanijk Jan 14, 2025
22f935d
Merge branch 'trunk' into social/unified-connections-management
manzoorwanijk Jan 14, 2025
8acfc91
Social | Implement the other CRUD operations for connections (#40928)
manzoorwanijk Jan 15, 2025
67f14a2
Merge branch 'trunk' into social/unified-connections-management
manzoorwanijk Jan 15, 2025
afac4c1
Unify changelogs
manzoorwanijk Jan 15, 2025
4d13e1b
Unify js changelog
manzoorwanijk Jan 15, 2025
c27ef5c
It should be 'blog' not 'site'
manzoorwanijk Jan 15, 2025
4fbe10b
Merge branch 'trunk' into social/unified-connections-management
manzoorwanijk Jan 15, 2025
280d472
Merge branch 'trunk' into social/unified-connections-management
manzoorwanijk Jan 15, 2025
0d97db1
Merge branch 'trunk' into social/unified-connections-management
manzoorwanijk Jan 16, 2025
565eaa1
Social | Use the proxy trait from connection package (#41087)
manzoorwanijk Jan 16, 2025
1ce1b4c
Merge branch 'trunk' into social/unified-connections-management
manzoorwanijk Jan 16, 2025
13ac87f
Merge branch 'trunk' into social/unified-connections-management
manzoorwanijk Jan 17, 2025
bc569d6
Update baseline.php
manzoorwanijk Jan 17, 2025
1fabbd2
Merge branch 'trunk' into social/unified-connections-management
manzoorwanijk Jan 17, 2025
ec6091b
Merge branch 'trunk' into social/unified-connections-management
manzoorwanijk Jan 20, 2025
d5ba310
Update phan
manzoorwanijk Jan 20, 2025
423e5ed
Social | Fix social connections list initial state feature check (#41…
manzoorwanijk Jan 20, 2025
1b01b2c
Social | Enable connections management for WPCOM sites
manzoorwanijk Jan 14, 2025
72a2e8b
Merge branch 'trunk' into update/social/enable-connections-management…
manzoorwanijk Jan 21, 2025
3a92485
Merge branch 'trunk' into update/social/enable-connections-management…
manzoorwanijk Jan 21, 2025
1b29e10
Merge branch 'trunk' into update/social/enable-connections-management…
manzoorwanijk Jan 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Social | Enable connections management for WPCOM sites
Original file line number Diff line number Diff line change
@@ -1093,12 +1093,7 @@ class WPCOM_Features {
),
),
self::SOCIAL_CONNECTIONS_MANAGEMENT => array(
array(
// This feature isn't launched yet, so we're ensuring that it's not available on any plans.
'before' => '1900-01-01',
self::WPCOM_ALL_SITES,
self::JETPACK_ALL_SITES,
),
self::WPCOM_ALL_SITES,
),
self::SOCIAL_EDITOR_PREVIEW => array(
array(