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

[stable27] Fix deleted card/board issues #5442

Merged
merged 6 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
    818a08b 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
    aa5fb57 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
    48dfe02 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
    e1bd8b2 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
    b24d512 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
    1577582 View commit details
    Browse the repository at this point in the history