-
Notifications
You must be signed in to change notification settings - Fork 97
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
PROD-8011 #4514
base: release
Are you sure you want to change the base?
PROD-8011 #4514
Commits on Sep 18, 2024
-
PROD-8011 - Schedule CRON job for sending anonymous usage reports to …
…analytics site - Added `bb_schedule_usage_report_cron` function to schedule a weekly CRON event for Sunday at midnight. - Registered the `bb_usage_report_cron_event` hook to trigger the usage report sending process. - Implemented `bb_send_usage_report_to_analytics` function to handle sending anonymous site data to the analytics endpoint. - Currently logs a message to error log for testing purposes.
Configuration menu - View commit details
-
Copy full SHA for 2955745 - Browse repository at this point
Copy the full SHA 2955745View commit details -
PROD-8011 - Add UUID generation and site data collection for anonymou…
…s usage reporting - Implemented `bb_uuid()` function to generate or retrieve a unique UUID for the site. - Created `bb_collect_site_data()` function to gather BuddyBoss-related options and additional data for anonymous usage reporting. - Data collected includes BuddyBoss options from the database and any extra data added via the `bb_usage_analytics_data` filter.
Configuration menu - View commit details
-
Copy full SHA for c03d759 - Browse repository at this point
Copy the full SHA c03d759View commit details -
PROD-8011 - Implemented
bb_send_usage_report_to_analytics()
to coll……ect site data and send it to the analytics site. - Includes HTTP request with JSON-encoded data, custom headers, and timeout settings. - Handles potential errors with WP_Error for failed requests or server errors. - Ensures SSL verification is disabled for local requests via the `https_local_ssl_verify` filter. - Added proper cleanup of variables and error handling.
Configuration menu - View commit details
-
Copy full SHA for ae93501 - Browse repository at this point
Copy the full SHA ae93501View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68c3e7c - Browse repository at this point
Copy the full SHA 68c3e7cView commit details
Commits on Sep 19, 2024
-
Merge branch 'release' into PROD-8011
* release: (41 commits) Update: Grunt Update: Grunt string-replace Update: Version name update Update: Language file update grunt Added change log PROD-7988 - pull the API changes PROD-7744 - Update - DB server version instead of server/host PROD-7976 - phpcbf PROD-7976 remove duplicate code logic PROD-7976 Update normalizer code logic PROD-7976 Update normalizer code logic PROD-7933 - Remove welcome videos [PROD-7872] Update mutual connections list styling PROD-7517 - Fixed - If disable all CPT with WP post, then display error PROD-7818 - Split search word and search within title and content for forum, topic and reply PROD-7818 - Fixed - search result inconsistency when search any word within html for topic and reply PROD-7818 - Fixed - search result inconsistency when search any word within html PROD-7517 - Update doc block comment PROD-7860 - Add condition to check activity empty or not ...
Configuration menu - View commit details
-
Copy full SHA for b242c57 - Browse repository at this point
Copy the full SHA b242c57View commit details -
PROD-8011 - Update bb_collect_site_data to include server-related inf…
…ormation - Added server-related data to the `$analytics_data` array including: - Site URL, Admin URL, and Admin Email - PHP version, MySQL version, and database provider Operating system and web server details - Enhanced data collection for BuddyBoss options and ensured additional server context is sent with usage reports. - Preserved existing filter `bb_usage_analytics_data` for extending the data collection process. - Improved variable management and code clarity.
Configuration menu - View commit details
-
Copy full SHA for fc085ae - Browse repository at this point
Copy the full SHA fc085aeView commit details -
PROD-8011 - Remove
$data['site_url'] = $site_url
because we pass in…… the `bb_collect_site_data` function. Also code refactor
Configuration menu - View commit details
-
Copy full SHA for d016465 - Browse repository at this point
Copy the full SHA d016465View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b514e5 - Browse repository at this point
Copy the full SHA 6b514e5View commit details -
PROD-8011 - Create new class file to maintain code separately for ana…
…lyze - Improved code structure and readability for maintainability. - Move and improve code which added in bp-core-functions.php and bp-core-actions.php file - Load the class in class-buddypress.php
Configuration menu - View commit details
-
Copy full SHA for b2f315d - Browse repository at this point
Copy the full SHA b2f315dView commit details
Commits on Sep 24, 2024
-
PROD-8011 - To clean up memory and properly unset the variable after …
…it's no longer needed
Configuration menu - View commit details
-
Copy full SHA for db9a51e - Browse repository at this point
Copy the full SHA db9a51eView commit details -
Configuration menu - View commit details
-
Copy full SHA for becc50c - Browse repository at this point
Copy the full SHA becc50cView commit details -
PROD-8011 - Add setting 'Usage'
- Add icon for the setting - Add field for 'Usage' and save that setting
Configuration menu - View commit details
-
Copy full SHA for 180546e - Browse repository at this point
Copy the full SHA 180546eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffae0f9 - Browse repository at this point
Copy the full SHA ffae0f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d47f325 - Browse repository at this point
Copy the full SHA d47f325View commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c57a263 - Browse repository at this point
Copy the full SHA c57a263View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6a51e3 - Browse repository at this point
Copy the full SHA e6a51e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59b1721 - Browse repository at this point
Copy the full SHA 59b1721View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b25bc7 - Browse repository at this point
Copy the full SHA 0b25bc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5109371 - Browse repository at this point
Copy the full SHA 5109371View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e81e41 - Browse repository at this point
Copy the full SHA 4e81e41View commit details -
PROD-8011 - complete option will pull all data
- anonymous option will pull all data except - admin_email - disable option will stop us pulling any data from the customers site and clear cron
Configuration menu - View commit details
-
Copy full SHA for 2518cdd - Browse repository at this point
Copy the full SHA 2518cddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f69591 - Browse repository at this point
Copy the full SHA 4f69591View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6afb88e - Browse repository at this point
Copy the full SHA 6afb88eView commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f7db8f4 - Browse repository at this point
Copy the full SHA f7db8f4View commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e497f62 - Browse repository at this point
Copy the full SHA e497f62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eef723 - Browse repository at this point
Copy the full SHA 0eef723View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01c7427 - Browse repository at this point
Copy the full SHA 01c7427View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6aec5a6 - Browse repository at this point
Copy the full SHA 6aec5a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 868f88a - Browse repository at this point
Copy the full SHA 868f88aView commit details
Commits on Sep 30, 2024
-
PROD-8011 - Remove filter, Dont need to provide to add/update any data
- Create function instead of filter and move that code to specific file.
Configuration menu - View commit details
-
Copy full SHA for dc8b220 - Browse repository at this point
Copy the full SHA dc8b220View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d5e88d - Browse repository at this point
Copy the full SHA 5d5e88dView commit details -
PROD-8011 - Check app plugin enable then use app function fetch optio…
…ns and send via platform
Configuration menu - View commit details
-
Copy full SHA for 2fd9043 - Browse repository at this point
Copy the full SHA 2fd9043View commit details
Commits on Oct 16, 2024
-
Merge branch 'release' into PROD-8011
* release: (69 commits) Update: Npm run update Update: Grunt string-replace Update: Version name update Added release note PROD-7990 - pulled api changes from repo PROD-7420: Fix GIF disappearance issue in forum, topic, and reply actions PROD-7922: Fix social to LearnDash group sync courses tab in group creation steps Update: Grunt Update: Grunt string-replace Update: Version name update PROD-7922: Fix social to LearnDash group sync issue on frontend group creation Added change log grunt grunt fix PROD-7989 - pulled api changes from repo PROD-7733 - Update doc block comment - Remove loggde-in condition because already checking where filter applied PROD-7733: Removed additional token check and transient PROD-8055 - updated suffix to be more precise PROD-7733: Fix issue with adding event to iCalendar on private site PROD-8055 - Added “rapydapps.cloud” suffix to URLs considered as staging sites for Rapyd Customer ... # Conflicts: # src/bp-core/bp-core-actions.php # src/bp-core/bp-core-functions.php
Configuration menu - View commit details
-
Copy full SHA for 5700733 - Browse repository at this point
Copy the full SHA 5700733View commit details
Commits on Oct 17, 2024
-
[PROD-8011] PROD-8101 - Pass options for poll and schedule posts to d…
…isplay data in Telemetry - Pass wp version to display data in Telemetry - Update DB provide
Configuration menu - View commit details
-
Copy full SHA for 8bb370c - Browse repository at this point
Copy the full SHA 8bb370cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fe1f27 - Browse repository at this point
Copy the full SHA 5fe1f27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e6dc34 - Browse repository at this point
Copy the full SHA 1e6dc34View commit details -
Configuration menu - View commit details
-
Copy full SHA for c912c53 - Browse repository at this point
Copy the full SHA c912c53View commit details
Commits on Oct 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 94f8fdc - Browse repository at this point
Copy the full SHA 94f8fdcView commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 73f4841 - Browse repository at this point
Copy the full SHA 73f4841View commit details -
Configuration menu - View commit details
-
Copy full SHA for 770ca3c - Browse repository at this point
Copy the full SHA 770ca3cView commit details
Commits on Oct 24, 2024
-
PROD-8011 - Telemetry disable then not need to clear cron just return…
… inside functions - Also added auth key
Configuration menu - View commit details
-
Copy full SHA for 71720f8 - Browse repository at this point
Copy the full SHA 71720f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 192ae48 - Browse repository at this point
Copy the full SHA 192ae48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31b3d3d - Browse repository at this point
Copy the full SHA 31b3d3dView commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1084845 - Browse repository at this point
Copy the full SHA 1084845View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72c9ebc - Browse repository at this point
Copy the full SHA 72c9ebcView commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e8d3062 - Browse repository at this point
Copy the full SHA e8d3062View commit details -
Configuration menu - View commit details
-
Copy full SHA for 902818d - Browse repository at this point
Copy the full SHA 902818dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fec9a4 - Browse repository at this point
Copy the full SHA 0fec9a4View commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 943ff2b - Browse repository at this point
Copy the full SHA 943ff2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea6d63f - Browse repository at this point
Copy the full SHA ea6d63fView commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 775fcf8 - Browse repository at this point
Copy the full SHA 775fcf8View commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 88921f6 - Browse repository at this point
Copy the full SHA 88921f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 636851e - Browse repository at this point
Copy the full SHA 636851eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ee8b05 - Browse repository at this point
Copy the full SHA 0ee8b05View commit details
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e89709d - Browse repository at this point
Copy the full SHA e89709dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c527818 - Browse repository at this point
Copy the full SHA c527818View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3fe780 - Browse repository at this point
Copy the full SHA d3fe780View commit details
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 393215e - Browse repository at this point
Copy the full SHA 393215eView commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fe17500 - Browse repository at this point
Copy the full SHA fe17500View commit details -
Configuration menu - View commit details
-
Copy full SHA for aaaea68 - Browse repository at this point
Copy the full SHA aaaea68View commit details