1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-05-26 01:17:00 +02: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 Project health tests (#3028) 2023-02-02 12:01:16 +01:00
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 feat: add support for cdnPrefix for static assets (#1191) 2022-01-06 10:31:00 +01:00
app.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
create-config.test.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
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 refactor: move docs into new structure / fix links for SEO (#2416) 2022-11-22 09:05:30 +00:00
internals.ts fix: export NotFoundError and ISegmentService in internals.ts (#4997) 2023-10-11 14:31:45 +03:00
logger.test.ts fix: convert more tests to typescript 2021-09-14 20:30:37 +02:00
logger.ts feat: add option for LOG_LEVEL (#803) 2021-04-23 15:31:12 +02:00
metric-events.ts fix: refactor event types 2021-04-29 10:21:29 +02:00
metrics.test.ts feat: feature changes counted in new table (#4958) 2023-10-10 12:32:23 +02:00
metrics.ts feat: feature changes counted in new table (#4958) 2023-10-10 12:32:23 +02:00
server-impl.test.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
server-impl.ts feat: disable scheduler for tests (#4496) 2023-08-15 15:58:36 +02:00