1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00
unleash.unleash/frontend/src/component
Christopher Kolstad 2b1111044f
feat: added killswitch for admin tokens (#5905)
Since we've now added PAT's we really do recommend switching to those,
or for enterprises, we recommend using service accounts.

Admin tokens have an obvious disadvantage in that they're not connected
to any user, so actions performed by them are harder to audit.

This PR adds a killswitch for turning it off, in preparation for
deprecating them and ultimately removing them in the future.
2024-01-17 10:27:36 +01:00
..
accessOverview chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
admin feat: added killswitch for admin tokens (#5905) 2024-01-17 10:27:36 +01:00
application Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
archive chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
banners chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
changeRequest fix: add symbols as constraint ids (#5913) 2024-01-16 13:47:04 +01:00
common fix: refactor autosave to use the id to resolve the constraint (#5917) 2024-01-17 08:51:54 +01:00
context Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
demo Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
environments
events Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
feature fix: metrics apps should be selected from the longest time span (#5923) 2024-01-17 09:51:59 +01:00
featureTypes Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
feedback chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
feedbackNew chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
filter chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
incomingWebhooks chore: add tokens column to incoming webhooks table (#5903) 2024-01-16 08:43:14 +00:00
integrations Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
layout refactor: use union types for change request types (#5870) 2024-01-12 13:15:43 +05:30
loginHistory
maintenance
menu chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
playground/Playground chore(deps): update dependency debounce to v2 (#5901) 2024-01-17 10:29:17 +02:00
project Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
providers
segments Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
splash
strategies Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
tags Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
user Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
App.tsx
InitialRedirect.tsx