open_social
open_social copied to clipboard
Open Social install profile for Drupal
This PR adds explicit [permissions section](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions) to workflows. This is a security best practice because by default workflows run with [extended set of permissions](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token) (except from `on: pull_request` [from external...
## Problem In PR https://github.com/goalgorilla/open_social_dev/pull/29 drupal/coder requirement changed from 8.3.15 to 8.3.16 ## Solution 1. Run PHPCS & PHPCBF to fix issues reported. 2. `sort_email_frequency_options()` renamed to `activity_send_email_sort_email_frequency_options()` 3. `social_activity_default_views_list()`...
## Problem Notifications are broken for the recipient users where the activity user owners are removed from the system manually causing notification loading issue on PHP 8.0 version. `TypeError: Drupal\profile\ProfileStorage::loadByUser():...
## Problem The post field field_post with the text doesn't allows to user to choose text format. After submitting this field gets the most higher text format in the list...
## Problem So, the problem is that a flexible group can be created with public visibility and group visibility for content, as a result the group is not available to...
Bug 3315676 activity for unpublished ## Problem If a node fe. topic is created unpublished for later publication, an activity is created and processed by core cron function for the...
## Problem It supports only nodes. ## Solution Extend functionality to cover all entity types. ## Issue tracker - https://www.drupal.org/project/social/issues/3315177 - https://getopensocial.atlassian.net/browse/PROD-22260
Issue #3315111 by rolki: Generate a unique comment wrapper if the page has one or more comment forms
## Problem *[Required] Describe the problem you're trying to solve, this should motivate why the changes you're proposing are needed.* ## Solution *[Required] Describe the solution you've created, elaborate on...
## Problem While moving over the behat tests from our `@stability-*` set-up to running all test folders on separate GitHub Workflow Jobs we lost the test that would upgrade Open...