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

Additional accessCheck() calls #12

Open
wants to merge 37 commits into
base: 196-redux
Choose a base branch
from

Commits on Sep 5, 2022

  1. Prove the bug

    claudiu-cristea committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    c3aaed4 View commit details
    Browse the repository at this point in the history
  2. Fix spelling error

    Co-authored-by: Maarten Segers <[email protected]>
    claudiu-cristea and MPParsley authored Sep 5, 2022
    Configuration menu
    Copy the full SHA
    a805f97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20092d7 View commit details
    Browse the repository at this point in the history
  4. Fix phpcs issues

    MPParsley authored Sep 5, 2022
    Configuration menu
    Copy the full SHA
    0d53e71 View commit details
    Browse the repository at this point in the history
  5. Merge pull request Gizra#748 from claudiu-cristea/array_merge-permiss…

    …ions
    
    ISSUE-742: Non-node permissions overrides one each other
    MPParsley authored Sep 5, 2022
    Configuration menu
    Copy the full SHA
    a808daa View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    c8c303b View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Configuration menu
    Copy the full SHA
    912b5c7 View commit details
    Browse the repository at this point in the history
  2. Run PHP CS only once

    claudiu-cristea committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    c94dea3 View commit details
    Browse the repository at this point in the history
  3. Be nice with Travis

    claudiu-cristea committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    f021a99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5550aa8 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    claudiu-cristea committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    ce8b578 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    801f3f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c7946e View commit details
    Browse the repository at this point in the history
  8. Testing modules

    claudiu-cristea committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    8c3feb9 View commit details
    Browse the repository at this point in the history
  9. Follow the parent

    claudiu-cristea committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    c5aa0d0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6adea6e View commit details
    Browse the repository at this point in the history
  11. Fix og_ui metadata

    claudiu-cristea committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    cbcf77c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2d138df View commit details
    Browse the repository at this point in the history
  13. More D10 conversions

    claudiu-cristea committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    81229f4 View commit details
    Browse the repository at this point in the history
  14. Typo

    claudiu-cristea committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    c5c3d2f View commit details
    Browse the repository at this point in the history
  15. Entity query access

    claudiu-cristea committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    7744526 View commit details
    Browse the repository at this point in the history
  16. PHP CS

    claudiu-cristea committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    77f0ac0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    62a4613 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. Configuration menu
    Copy the full SHA
    404391a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95f3f41 View commit details
    Browse the repository at this point in the history
  3. Fix base path issue

    claudiu-cristea committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    37234a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4303a9b View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Merge pull request Gizra#754 from claudiu-cristea/d10

    D10 compatibility
    MPParsley authored Nov 21, 2022
    Configuration menu
    Copy the full SHA
    213a9c1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Gizra#751 from jludwig/8.x-1.x

    Fix machine name mismatch in OgMembershipType link template vs route
    MPParsley authored Nov 21, 2022
    Configuration menu
    Copy the full SHA
    f7418a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Add support for Drupal 9.5

    Remove support for Drupal 9.4
    MPParsley authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    a4997b4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Gizra#757 from Gizra/feature/drupal9.5

    Add support for Drupal 9.5
    MPParsley authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    e319e0b View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    2782f4c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Merge pull request Gizra#759 from pwolanin/issue-758-access-controller

    Prevent fatal error in membership create access check
    amitaibu authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    1734f0f View commit details
    Browse the repository at this point in the history
  2. PHPCS fixes (Gizra#763)

    dipakmdhrm authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    556227a View commit details
    Browse the repository at this point in the history
  3. MembershipManager::getMembership() performance improvement (Gizra#762)

    Directly query og_membership table in ::getMembership() instead of loading all with ::getMemberships()
    lozeone authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    7e069fd View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    eb70175 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6ebd5b View commit details
    Browse the repository at this point in the history