1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00
unleash.unleash/src/lib/routes/admin-api
Thomas Heartman 5b95eed163
refactor: split NoAccessError into ForbiddenError + PermissionError (#4190)
In some of the places we used `NoAccessError` for permissions, other
places we used it for a more generic 403 error with a different
message. This refactoring splits the error type into two distinct
types instead to make the error messages more consistent.
2023-07-10 12:48:13 +02:00
..
project refactor: split NoAccessError into ForbiddenError + PermissionError (#4190) 2023-07-10 12:48:13 +02:00
user feat: user openapi spec (#4162) 2023-07-06 15:27:43 +02:00
addon.ts
api-token.ts openapi: update API tokens tag (#4137) 2023-07-06 07:30:31 +00:00
archive.ts
client-metrics.ts
config.test.ts
config.ts
constraints.ts
context.test.ts
context.ts openapi: strategies tag (#4116) 2023-07-04 14:21:09 +02:00
email.test.ts
email.ts
environments.ts
event.ts docs: Events tag (#4152) 2023-07-06 08:57:09 +00:00
events.test.ts
favorites.ts
feature-type.ts
feature.ts OpenAPI - feature environment endpoints (#4166) 2023-07-07 14:31:03 +02:00
index.ts
instance-admin.ts
maintenance.ts
metrics.test.ts
metrics.ts
public-signup.test.ts
public-signup.ts
state.ts
strategy.test.ts openapi: strategies tag (#4116) 2023-07-04 14:21:09 +02:00
strategy.ts openapi: strategies tag (#4116) 2023-07-04 14:21:09 +02:00
tag-type.ts
tag.test.ts
tag.ts fix: bulk tags will work now with project permissions (#4177) 2023-07-07 11:55:13 +03:00
telemetry.ts
user-admin.ts feat: openapi schema for user admin (#4146) 2023-07-06 08:24:46 +02:00
user-feedback.ts
user-splash.ts