Skip to content

feature: Restricted circle type

Calum Mackervoy requested to merge restricted-circles into master

A restricted circle is one which is private, but a user can request permission to access

This MR provides the models and views necessary for this feature. When a CircleAccessRequest is accepted, the CircleMember will be automatically created, and the user will be granted access

Includes changes for custom notifications.

  • When a user creates an access request, all admins of the circle will be notified
  • When an admin responds to the circle request, the user who made the request will be notified of the status update
Edited by Calum Mackervoy

Merge request reports