Simon Hornby
|
d9ac57052e
|
feat: implement ui for deleting scim users
|
2025-02-03 11:08:20 +02:00 |
|
Nuno Góis
|
f4ef06f69b
|
chore: SCIM guard for users (#6836)
https://linear.app/unleash/issue/2-2093/api-should-not-allow-manual-management-of-scim-managed-users-in
Introduces a SCIM guard for SCIM users. SCIM users should be managed
exclusively by the SCIM client, not Unleash.
We decided to be restrictive for now, completely covering all of the
write methods, but may fine-tune some of this at a later stage.
Will eventually be followed up by a UI-centric PR.
|
2024-04-12 08:23:35 +01:00 |
|
Paulo Miranda
|
fd34f35e0e
|
feat: add reset password to user manager (#5580)
## About the changes
This PR adds a reset password functionality to user table (only available to admins). This makes it possible to reset passwords without configuring the email service.



---------
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
Co-authored-by: Thomas Heartman <thomasheartman+github@gmail.com>
|
2023-12-18 13:54:04 +01:00 |
|
Nuno Góis
|
4167a60588
|
feat: biome lint frontend (#4903)
Follows up on https://github.com/Unleash/unleash/pull/4853 to add Biome
to the frontend as well.

Added a few `biome-ignore` to speed up the process but we may want to
check and fix them in the future.
|
2023-10-02 13:25:46 +01:00 |
|
olav
|
7b60ef2aa6
|
refactor: misc type improvements (#945)
* refactor: improve ChangePassword types
* refactor: improve usePagination types
* refactor: improve UsersList types
|
2022-05-04 08:14:49 +02:00 |
|
olav
|
46bf92124d
|
refactor: remove unused code (#721)
|
2022-02-18 08:26:26 +01:00 |
|
olav
|
213e8950d3
|
refactor: port login auth to TS/SWR (#680)
* refactor: allow existing tsc errors
* refactor: add missing component key
* refactor: port login auth to TS/SWR
* refactor: replace incorrect CREATE_TAG_TYPE with UPDATE_TAG_TYPE
* refactor: fix AccessProvider permission mocks
* refactor: add types to AccessContext
* refactor: fix file extension
* refactor: remove default export
* refactor: remove unused IAddedUser interface
* refactor: comment on the permissions prop
* refactor: split auth hooks
* feat: auth tests
* fix: setup separate e2e tests
* fix: naming
* fix: lint
* fix: spec path
* fix: missing store
* feat: add more tests
Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
|
2022-02-10 17:04:10 +01:00 |
|
Fredrik Strand Oseberg
|
85a7c55fdf
|
Feat/group by projects (#308)
This PR adds support for projects as a first class citizen, and toggling features on in different environments.
|
2021-07-07 11:04:36 +02:00 |
|