1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-11-01 19:07:38 +01:00
unleash.unleash/src/lib
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
..
__snapshots__ fix: update failing snapshot 2023-10-18 14:30:55 +02:00
addons feat: add new message banner events (#5055) 2023-10-16 14:30:40 +01:00
db fix: add sort to deep diff (#5084) 2023-10-18 16:34:42 +02:00
domain/project-health
error fix: export NotFoundError and ISegmentService in internals.ts (#4997) 2023-10-11 14:31:45 +03:00
features feat: ensure at least one owner on remove user/group access (#5085) 2023-10-19 14:14:59 +02:00
middleware feat: make maintenance-related 503s more intuitive (#5018) 2023-10-16 09:27:29 +01:00
openapi feat: add option to return disabled strategies (#5059) 2023-10-17 12:35:07 +03:00
proxy feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
routes feat: Adds rate limiting to metric POST endpoints (#5075) 2023-10-18 13:00:44 +02:00
schema feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
segments feat: context/segment usage private (#4826) 2023-09-25 15:50:44 +03:00
services feat: ensure at least one owner on remove user/group access (#5085) 2023-10-19 14:14:59 +02:00
types Refactor/last seen at ft list (#5089) 2023-10-19 10:58:10 +02:00
util feat: Adds rate limiting to metric POST endpoints (#5075) 2023-10-18 13:00:44 +02:00
app.test.ts
app.ts
create-config.test.ts
create-config.ts feat: Adds rate limiting to metric POST endpoints (#5075) 2023-10-18 13:00:44 +02:00
default-custom-auth-deny-all.ts
internals.ts fix: export NotFoundError and ISegmentService in internals.ts (#4997) 2023-10-11 14:31:45 +03:00
logger.test.ts
logger.ts
metric-events.ts
metrics.test.ts
metrics.ts
server-impl.test.ts
server-impl.ts