1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +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 chore: openapi docs for archive (#4127) 2023-06-30 15:22:08 +03:00
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 Feat: default strategy UI (#3682) 2023-05-05 14:32:44 +03:00
event.ts docs: Events tag (#4152) 2023-07-06 08:57:09 +00:00
events.test.ts fix: log project access events (#3683) 2023-05-09 11:13:38 +02:00
favorites.ts
feature-type.ts
feature.ts OpenAPI - feature environment endpoints (#4166) 2023-07-07 14:31:03 +02:00
index.ts feat/telemetry opt out (#4035) 2023-06-30 08:43:58 +02:00
instance-admin.ts docs: Instance admin (#3961) 2023-06-13 12:10:21 +00:00
maintenance.ts
metrics.test.ts fix: allow empty appName as it may come in the url (#3953) 2023-06-12 10:15:00 +02:00
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 feat: remove experimental flag for telemetry (#4123) 2023-06-30 11:27:54 +02:00
user-admin.ts feat: openapi schema for user admin (#4146) 2023-07-06 08:24:46 +02:00
user-feedback.ts
user-splash.ts