Permission system hardening: Role policies and member user-link restriction closes #406 #407

Merged
moritz merged 7 commits from feature/406_permission_hardening into main 2026-02-04 14:52:50 +01:00
Owner

Description of the implemented changes

The changes were:

  • Bugfixing
  • New Feature
  • Breaking Change
  • Refactoring

What has been changed?

Definition of Done

Code Quality

  • No new technical depths
  • Linting passed
  • Documentation is added were needed

Accessibility

  • New elements are properly defined with html-tags
  • Colour contrast follows WCAG criteria
  • Aria labels are added when needed
  • Everything is accessible by keyboard
  • Tab-Order is comprehensible
  • All interactive elements have a visible focus

Testing

  • Tests for new code are written
  • All tests pass
  • axe-core dev tools show no critical or major issues

Additional Notes

## Description of the implemented changes The changes were: - [ ] Bugfixing - [x] New Feature - [ ] Breaking Change - [x] Refactoring <!--- Describe the goal of the PR in a few words --> ## What has been changed? <!--- List the things you changed --> ## Definition of Done ### Code Quality - [x] No new technical depths - [x] Linting passed - [x] Documentation is added were needed ### Accessibility - [ ] New elements are properly defined with html-tags - [ ] Colour contrast follows WCAG criteria - [ ] Aria labels are added when needed - [ ] Everything is accessible by keyboard - [ ] Tab-Order is comprehensible - [ ] All interactive elements have a visible focus ### Testing - [x] Tests for new code are written - [x] All tests pass - [ ] axe-core dev tools show no critical or major issues ## Additional Notes <!--- Add any additional information for the reviewers here -->
moritz self-assigned this 2026-02-04 13:25:30 +01:00
moritz force-pushed feature/406_permission_hardening from f342350537
All checks were successful
continuous-integration/drone/push Build is passing
to 5194b20b5c
Some checks failed
continuous-integration/drone/push Build is failing
2026-02-04 14:07:49 +01:00
Compare
moritz changed title from WIP: Permission system hardening: Role policies and member user-link restriction closes #406 to Permission system hardening: Role policies and member user-link restriction closes #406 2026-02-04 14:08:56 +01:00
Fix member unlink: use User update_user action
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/promote/production Build is passing
95472424b1
UnrelateUserWhenArgumentNil used User :update which only accepts :email.
Switch to :update_user with member: nil so manage_relationship clears member_id.
moritz merged commit 82b3182267 into main 2026-02-04 14:52:50 +01:00
moritz deleted branch feature/406_permission_hardening 2026-02-04 14:52:51 +01:00
Sign in to join this conversation.
No description provided.