Commit graph

55 commits

Author SHA1 Message Date
Jon Koops
bdd39c4e37
Use React Router v6 for the routable tabs of the dedicated scope page (#4131) 2023-01-05 15:24:05 +01:00
Jon Koops
2c4805fe50
Use React Router v6 for the routable tabs of clients page (#4123) 2023-01-04 10:33:43 +00:00
Erik Jan de Wit
b5e9eb4620
Use default attributes in import form (#4052) 2023-01-03 16:49:25 +01:00
Douglas Palmer
ec31aeee41
JKS keystore type available as default option in FIPS mode (#3986) 2023-01-02 15:34:51 +00:00
Erik Jan de Wit
c37280b8cb
Generate array buffer for binary (#4075) 2023-01-02 12:38:10 +01:00
Scott Tustison
62c170f765
Added the client name to the client list view to make it easier to read the list (#4056)
* Added the client name to the client list view to make it easier to differentiate clients with non-human readable client IDs

* changed order and added widths

Co-authored-by: stustison <stustison.ctr@kr.af.mil>
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2022-12-22 09:31:09 +01:00
Erik Jan de Wit
31f96761ea
Use react-hook-form v7 for client keys (#4045) 2022-12-15 15:13:36 +00:00
Erik Jan de Wit
ed8b1f5dca
Use react-hook-form v7 for client credentials form (#4014) 2022-12-13 11:59:11 +00:00
Erik Jan de Wit
be59ed1447
Use user select component (#4011) 2022-12-13 12:40:49 +01:00
Jon Koops
6f43a8d9ff
Wrap SamlKeysDialog in FormProvider (#3975) 2022-12-12 00:46:19 +01:00
Erik Jan de Wit
bd3e276721
Added inherited option (#3957) 2022-12-08 12:25:49 +01:00
Erik Jan de Wit
b0ce0bb181
Use id instead of name to disable (#3959) 2022-12-08 12:24:59 +01:00
Jon Koops
b4c4ddc797
Rename all references to 'Admin Console' to 'Admin UI' (#3930) 2022-12-07 15:28:28 +00:00
Jon Koops
289862429a
Upgrade useParams() to React Router v6 (#3956) 2022-12-07 15:23:12 +01:00
agagancarczyk
f000e7de69
Added potentially missing url type in form fields (#3947) 2022-12-07 10:04:37 +01:00
Jon Koops
c1f545fb4c
Use react-hook-form v7 for scope details form (#3953) 2022-12-07 10:03:51 +01:00
Jon Koops
b4d001bd82
Use react-hook-form v7 for search dropdown form (#3955) 2022-12-07 10:03:38 +01:00
Erik Jan de Wit
3f90f9ecf6
Convert attribute name in watch (#3929) 2022-12-06 16:58:43 +01:00
Erik Jan de Wit
997881a7a1
Use react-hook-form v7 for client section (#3919) 2022-12-02 15:54:30 +01:00
dependabot[bot]
8bdabbedb7
Bump prettier from 2.7.1 to 2.8.0 (#3874)
Bumps [prettier](https://github.com/prettier/prettier) from 2.7.1 to 2.8.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.7.1...2.8.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-01 15:15:27 +01:00
Erik Jan de Wit
d06669df27
Added way to convert multi line to string (#3827) 2022-11-29 12:16:36 +01:00
Jon Koops
f515790975
Use react-hook-form v7 for add host dialog form (#3887) 2022-11-29 10:28:36 +01:00
Douglas Palmer
2ed958b4d0
Use cryptoInfo to populate key type dropdowns (#3818) 2022-11-24 17:59:02 +01:00
Jon Koops
a407aa5c8e
Add ESLint import plugin and use reccomended config (#3805) 2022-11-18 17:13:39 +01:00
Dominik Kawka
9093438a87
Client SAML testing (#3732) 2022-11-10 08:40:37 -05:00
Erik Jan de Wit
2ae520fb8a
Add credential table (#3710) 2022-11-07 15:02:53 -05:00
Erik Jan de Wit
8d7d195b00
Added check for nothing found (#3651) 2022-10-31 12:29:53 +01:00
Erik Jan de Wit
66a448720a
Added PEM format for SAML (#3649) 2022-10-27 13:40:51 +02:00
Erik Jan de Wit
ef8574c188
Added saml export dialog (#3648) 2022-10-26 15:31:33 +02:00
Erik Jan de Wit
7730509796
Added missing fields (#3546) 2022-10-26 11:46:44 +02:00
Erik Jan de Wit
6af2a6ea17
Fixed cannot read from undefined (#3647) 2022-10-26 11:44:38 +02:00
dependabot[bot]
19bb209899
Bump react-i18next from 11.18.6 to 12.0.0 (#3622)
* Bump react-i18next from 11.18.6 to 12.0.0

Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.18.6 to 12.0.0.
- [Release notes](https://github.com/i18next/react-i18next/releases)
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/react-i18next/compare/v11.18.6...v12.0.0)

---
updated-dependencies:
- dependency-name: react-i18next
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix type issues

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2022-10-26 00:08:51 +02:00
agagancarczyk
c797f1f62f
Added alphabetically listing the policies (#3556) 2022-10-17 15:09:50 +02:00
Erik Jan de Wit
349fe22024
Added padding on forms so action buttons don't overlap (#3501) 2022-10-11 13:12:04 +02:00
Erik Jan de Wit
3374780a1d
Added refresh after generate and update (#3514) 2022-10-11 13:08:47 +02:00
Jon Koops
d75753aa0c
Remove optional param from new permission route (#3548) 2022-10-11 11:31:05 +02:00
Dominik Kawka
5b74013dc2
Add advanced client details tests (#3482) 2022-10-10 19:52:44 +02:00
Dominik Kawka
3694dad23c
import client tests (#3452) 2022-10-03 13:00:26 +02:00
Erik Jan de Wit
961b8a098d
Filer out the dedicated row (#3440) 2022-10-03 12:47:50 +02:00
Erik Jan de Wit
f0ee68afc9
Convert attribute name to form (#3405) 2022-09-29 13:07:02 +02:00
Erik Jan de Wit
5c57e5103b
Keep selected policies not just ids (#3368) 2022-09-21 16:49:25 +02:00
Erik Jan de Wit
2c1f62fea8
Added empty state (#3366) 2022-09-21 16:27:23 +02:00
Erik Jan de Wit
49ffd816ea
Fixed showing realm roles (#3337) 2022-09-19 11:56:18 +02:00
Erik Jan de Wit
3ee77abcf4
Fixed to use field that exists (#3338) 2022-09-16 10:58:00 +02:00
Erik Jan de Wit
a732d032e0
Fixed how we reset the fields on advanced tab (#3326) 2022-09-14 11:55:25 +02:00
Jon Koops
9e3cceb016
Show policy type in form title (#3245) 2022-09-12 22:43:51 +02:00
Erik Jan de Wit
76ce0e5315
Made begin and end date required (#3283) 2022-09-12 15:35:30 +02:00
Erik Jan de Wit
0e1c788f5b
Use arrayBuffer for zip files (#3284) 2022-09-12 15:30:27 +02:00
Erik Jan de Wit
a85cba6118
Remove 2 char restriction (#3294) 2022-09-12 15:29:44 +02:00
Jon Koops
a51c9c19d3
Optimize dependencies with Rollup (#3258) 2022-09-12 11:05:27 +02:00