1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00
unleash.unleash/src
Gastón Fournier 3d9f31f839
feat: ensure at least one owner on remove user/group access (#5085)
## About the changes
This makes sure that projects have at least one owner, either a group or
a user. This is to prevent accidentally losing access to a project.

We check this when removing a user/group or when changing the role of a
user/group

**Note**: We can still leave a group empty as the only owner of the
project, but that's okay because we can still add more users to the
group
2023-10-19 14:14:59 +02:00
..
lib feat: ensure at least one owner on remove user/group access (#5085) 2023-10-19 14:14:59 +02:00
mailtemplates
migrations feat: message banners table migration (#5009) 2023-10-12 11:27:00 +01:00
test feat: ensure at least one owner on remove user/group access (#5085) 2023-10-19 14:14:59 +02:00
migrator.ts feat: disable verbosity from db-migrate (#3301) 2023-03-13 10:12:43 +01:00
server-dev.ts feat: add option to return disabled strategies (#5059) 2023-10-17 12:35:07 +03:00
server.ts