1
0
Fork 0
mirror of https://github.com/buddypress/buddypress.git synced 2026-07-22 20:56:55 +08:00
buddypress/tests/phpunit/testcases/xprofile
Renato Alves f15348c102 A user is no longer de-authenticated when making REST API requests.
We are introducing a new `BP_LoggedIn_User` class to fetch data about a BuddyPress logged-in user. This new addition fixes an issue where a user could be de-authenticated when making REST API requests.

Props dcavins, DJPaul, johnjamesjacoby, and imath.

Closes https://github.com/buddypress/buddypress/pull/395
See #9229 and #9145
Fixes #7658

git-svn-id: https://buddypress.svn.wordpress.org/trunk@14070 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2024-11-03 18:19:06 +00:00
..
BP_XProfile_Field Fully enjoy Yoast’s PHPUnit polyfills 2022-08-13 08:58:51 +00:00
activity.php BP Rewrites: Introduce the bp_members_get_user_url() function 2023-03-07 04:28:08 +00:00
cache.php Activity & Tests: fix typos in inline comments 2020-01-11 13:46:16 +00:00
class-bp-xprofile-field-type-wordpress.php Add the wp-biography xProfile field type's class & unit tests 2021-03-22 19:51:14 +00:00
class-bp-xprofile-field-type.php Unit Tests: Conducted a thorough review of existing unit tests files and improved them to ensure robustness. 2024-07-27 16:30:23 +00:00
class-bp-xprofile-field.php A user is no longer de-authenticated when making REST API requests. 2024-11-03 18:19:06 +00:00
class-bp-xprofile-group.php XProfile: Add cache_results flag to the BP_XProfile_Group::get getter. 2024-08-09 13:13:58 +00:00
class-bp-xprofile-profiledata.php Improve PHP 8.2 compatibility 2023-02-10 03:12:09 +00:00
class-bp-xprofile-query.php Unit Tests: Conducted a thorough review of existing unit tests files and improved them to ensure robustness. 2024-07-27 16:30:23 +00:00
filters.php Grunt: move phpUnit tests into new, top-level tests folder. 2014-05-04 12:57:55 +00:00
functions.php A user is no longer de-authenticated when making REST API requests. 2024-11-03 18:19:06 +00:00
template.php A user is no longer de-authenticated when making REST API requests. 2024-11-03 18:19:06 +00:00
test-xprofile-data-controller.php A user is no longer de-authenticated when making REST API requests. 2024-11-03 18:19:06 +00:00
test-xprofile-field-controller.php A user is no longer de-authenticated when making REST API requests. 2024-11-03 18:19:06 +00:00
test-xprofile-group-controller.php A user is no longer de-authenticated when making REST API requests. 2024-11-03 18:19:06 +00:00