1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/frontend/src/component/admin
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
..
apiToken feat: added killswitch for admin tokens (#5905) 2024-01-17 10:27:36 +01:00
auth fix: improve SSO default role resolution (#5916) 2024-01-16 16:08:46 +00:00
banners fix: date should sort asc/desc properly (#5335) 2023-11-14 14:47:28 +02:00
billing chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
cors chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
groups fix: groups link (#5511) 2023-11-30 09:42:27 +01:00
instance-admin Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
instance-privacy feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
invoice feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
license feat: license checker for self-hosted (#5239) 2024-01-02 20:06:35 +00:00
maintenance chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
menu feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
network feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
roles fix: role form sluggishness (#5888) 2024-01-15 08:37:53 +00:00
serviceAccounts fix: date should sort asc/desc properly (#5335) 2023-11-14 14:47:28 +02:00
users chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
Admin.tsx feat: license checker for self-hosted (#5239) 2024-01-02 20:06:35 +00:00
AdminIndex.tsx feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
AdminRedirect.tsx feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
adminRoutes.ts feat: license checker for self-hosted (#5239) 2024-01-02 20:06:35 +00:00
filterAdminRoutes.test.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
filterAdminRoutes.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
LazyAdmin.tsx Refactor/lazy load (#2842) 2023-01-12 11:34:45 +01:00
LazyAdminExport.tsx Refactor/lazy load (#2842) 2023-01-12 11:34:45 +01:00
useAdminRoutes.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00