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

[stable24] Fix deleted card/board issues #5449

Merged
merged 11 commits into from
Jan 12, 2024
Merged

Commits on Jan 9, 2024

  1. tests: Add integration tests for deleted boards/cards

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    22a3efe View commit details
    Browse the repository at this point in the history
  2. fix: Consider a deleted board inaccessible to share recipients

    Only the owner can delete/undo a board deletion so there is no reason
    other users should have any permission on a board marked as deleted
    
    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    71948d6 View commit details
    Browse the repository at this point in the history
  3. fix: limit to non-deleted cards

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    aef06d8 View commit details
    Browse the repository at this point in the history
  4. fix: Further limit updating cards

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    272da54 View commit details
    Browse the repository at this point in the history
  5. fix: Limit card activities for deleted cards

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    0954d4d View commit details
    Browse the repository at this point in the history
  6. chore: Fix ci setup for activity

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    0c0bb40 View commit details
    Browse the repository at this point in the history
  7. tests: Fix missing behat context methods

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    9119017 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. fix: PHP 7.4 compatibility

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    1f71d1a View commit details
    Browse the repository at this point in the history
  2. chore: update actions

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    52c5020 View commit details
    Browse the repository at this point in the history
  3. ci: Remove unused test

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f70b31c View commit details
    Browse the repository at this point in the history
  4. test: Adapt unit tests

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    86751c4 View commit details
    Browse the repository at this point in the history