Commit graph

42 commits

Author SHA1 Message Date
Erik Jan de Wit
6da66d8456
Get "used by" from the realm (#4493) 2023-03-02 13:51:16 +01:00
Jeroen De Wilde
7b2e0c3830
Add thTooltipText prop to DraggableTable component (#4444)
This commit adds a new prop called thTooltipText to the DraggableTable component, which allows users to add a tooltip next to the column name in the th of the table.
2023-02-22 12:53:09 +00:00
Erik Jan de Wit
aba8fea61c
Limit items in AddStepModal to page size (#4417)
fixes: #4410
2023-02-16 16:30:04 +00:00
Jon Koops
73ecede289
Upgrade to React 18 (#4272) 2023-02-13 08:18:16 +01:00
Erik Jan de Wit
6cc3967eff
Move more nested components outside (#4309) 2023-02-09 17:31:16 +01:00
Erik Jan de Wit
df49a82033
Removed empty panel (#4339) 2023-02-07 12:31:04 +01:00
Jon Koops
16c866524a
Add Cypress tests for CIBA policy (#4318) 2023-02-07 12:00:34 +01:00
Jon Koops
b4f9544b4e
Add CIBA policy tab to authentication policies (#4300) 2023-02-02 15:17:09 +01:00
Jon Koops
8f05a102af
Upgrade to React Hook Form version 7 (#4239) 2023-01-26 10:31:07 +01:00
Jon Koops
cb02c5fe73
Upgrade reactflow to version 11 (#4236) 2023-01-20 14:44:12 +00:00
Jon Koops
7f8d4db15c
Upgrade react-flow-renderer to version 10 (#4234) 2023-01-20 15:12:24 +01:00
Stian Thorgersen
cf3a4346ef
Move Admin REST extension to main repository (#4231) 2023-01-20 10:37:27 +01:00
Jon Koops
f32d3f5cfb
Upgrade to React Router v6 (#4198) 2023-01-18 12:09:49 +00:00
dependabot[bot]
84da38789d
Bump prettier from 2.8.1 to 2.8.2 (#4154)
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.1 to 2.8.2.
- [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.8.1...2.8.2)

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

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>
2023-01-09 12:53:43 +01:00
Jon Koops
48a3fc9229
Use React Router v6 for the routable tabs of authentication page (#4118) 2023-01-04 09:57:25 +00:00
Erik Jan de Wit
4b565b4978
Use react-hook-form v7 for WebauthnPolicy form (#4071) 2022-12-21 18:57:41 +01:00
agagancarczyk
ca03f50093
Fixed listing flows alphabetically in addition to by type - #2765 (#3960)
* fixed listing flows alphabetically in addition to by type

* Apply suggestions from code review

Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2022-12-08 09:30:44 +00:00
Jon Koops
289862429a
Upgrade useParams() to React Router v6 (#3956) 2022-12-07 15:23:12 +01:00
Erik Jan de Wit
998b111d6e
Convert string value to number (#3925) 2022-12-07 10:06:01 +01:00
Erik Jan de Wit
997881a7a1
Use react-hook-form v7 for client section (#3919) 2022-12-02 15:54:30 +01:00
Jon Koops
69fa367bf9
Use react-hook-form v7 for add sub-flow modal (#3868) 2022-11-25 14:48:17 +01:00
Erik Jan de Wit
03520dc30a
Fixes parsing the list into sub-lists (#3815) 2022-11-22 18:48:38 +01:00
Jon Koops
a407aa5c8e
Add ESLint import plugin and use reccomended config (#3805) 2022-11-18 17:13:39 +01:00
Jon Koops
7257614c23
Use react-hook-form v7 for OTP policy form (#3791) 2022-11-18 14:43:44 +01:00
Jon Koops
d0ba084906
Use react-hook-form v7 for edit flow modal (#3789) 2022-11-18 12:47:16 +01:00
Erik Jan de Wit
b5698be23c
Fixed merging the config (#3783) 2022-11-17 17:14:20 +01:00
Jon Koops
3da00919b7
Use react-form-hook v7 for flow form (#3785) 2022-11-17 13:39:29 +01:00
Erik Jan de Wit
a9c7b11284
Use provider id instead of object (#3782) 2022-11-17 12:38:05 +01:00
Jon Koops
edf79d41af
Use react-form-hook v7 for bind flow dialog (#3776) 2022-11-16 13:35:49 +01:00
Erik Jan de Wit
34d795b1f6
Removed beers from output (#3702) 2022-11-03 12:24:24 +01:00
Jon Koops
44436f5935
Ensure list of supported applications is stable (#3646) 2022-10-25 17:46:16 +02:00
Jon Koops
a2ac19339e
Add labels for supported applications to 'OTP Policy' (#3633) 2022-10-24 18:02:13 +02:00
Erik Jan de Wit
1a2c80600c
Added missing shouldn't unregister (#3530) 2022-10-10 20:55:07 +02:00
Erik Jan de Wit
bff01af327
client-flow can also be bound (#3379)
fixes: #3295
2022-09-26 19:21:03 +02:00
Erik Jan de Wit
6300f13aa0
Added search bar (#3347) 2022-09-19 11:09:16 +02:00
Erik Jan de Wit
33b9b95bd7
created endpoint to query authentication section with used by information (#3225)
* created endpoint to query authentication section
with used by information

* buildIn !== builtIn
2022-09-13 08:36:41 -04:00
Martin Bartoš
aef2c7904b
Reuse of token in TOTP is possible (#3147) 2022-09-12 23:51:58 +02:00
Erik Jan de Wit
698f30e02c
fix opening the execution config modal (#3268)
fixes: #3256
2022-09-08 12:05:23 +02:00
agagancarczyk
d81164e371
added aria-labels required by screen recorder (#3234)
Authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
2022-08-30 14:07:51 +01:00
Jon Koops
cb46f88656
Upgrade TypeScript to latest version (#3223) 2022-08-29 15:46:28 +02:00
kris2kris
5ad85d38da
Redirect to flow detail after duplicate (#3199) 2022-08-29 14:40:36 +02:00
Jon Koops
c6ab6a1190
Move Admin UI into a monorepo structure (#3186) 2022-08-25 11:03:07 +02:00