Jenny
347a2db8bd
themes ux review ( #646 )
2021-06-01 08:14:56 -04:00
mfrances17
1e2de8d570
Merge pull request #644 from edewit/cypress-client-scope
...
makes client scope test more reliable
2021-05-27 09:49:30 -04:00
mfrances17
b84d8bce5f
Merge pull request #634 from edewit/issue-632
...
fixed type of save button
2021-05-27 09:45:56 -04:00
Erik Jan de Wit
bb090200fe
catch errors when removing scope type
2021-05-27 13:41:29 +02:00
Erik Jan de Wit
bbc177abb8
fixes realm save ( #633 )
...
* fixes realm save
currently save on realm screen didn't work as the email settings where required. Fixed this by changing email to be it's own section. Also email section was using the wrong attributes therefor the changes where not reflected in the old console
* fix empty realmComponent array
* fixed password help text
2021-05-27 09:01:55 +02:00
Jenny
f278f34fe5
Fixes form panel styling in clients -> advanced tab ( #631 )
...
* fix form panel styling
* remove modal styles
2021-05-25 14:03:20 +02:00
Erik Jan de Wit
188ac0757f
fixed type of save button
...
fixing: #632
2021-05-25 12:04:58 +02:00
Erik Jan de Wit
29323cb12c
fixing the remainder of issue 428 ( #621 )
...
* fixing the remainder of issue 428
fixing: #428
* fix undefined
* add leave dialog
2021-05-24 06:21:49 +02:00
Erik Jan de Wit
0f6ce35687
Fixing UXD design review ( #560 )
...
* Fixing UXD design review
* Removed divider
* Adding type field
* Hide "Consent screen text" field when display consent screen is off
* Fixed cancel button
* fixed type save
* type fix
2021-05-21 12:34:05 -04:00
Erik Jan de Wit
9c82353f37
fixed name ( #620 )
...
fixing: #607
2021-05-21 10:48:46 -04:00
mfrances17
394c5fd81b
Merge pull request #617 from mfrances17/patternfly-4.103.6
...
Update to Patternfly 4.103.6 (latest release)
2021-05-21 08:40:27 -04:00
mfrances17
bf3ed710b4
Merge pull request #590 from jenny-s51/rowsandchecks
...
Users: update checkbox styling and add disabled checkboxes/row functionality to modal
2021-05-20 11:47:22 -04:00
mfrances17
0c6e1620fd
Merge pull request #585 from jenny-s51/rsKeyProviders
...
Realm settings(keys): add providers sub-tab
2021-05-20 11:44:48 -04:00
mfrances
50b15c83a9
update lock file and tests after rebase
2021-05-20 11:31:54 -04:00
Erik Jan de Wit
586375b5f4
fixing issues described in 595 ( #602 )
...
fixing: #595
2021-05-20 11:38:37 +02:00
Jenny
a85fe2626a
Delete KeysTab.tsx
2021-05-19 09:35:37 -04:00
Erik Jan de Wit
561605cc63
filter recent used realms as well as others ( #580 )
...
* filter recent used realms as well as others
fixing: #577
* use memo instead of direved state
2021-05-19 14:35:11 +02:00
Erik Jan de Wit
10f06af8aa
add /
after baseUrl ( #605 )
2021-05-19 09:56:59 +02:00
jenny-s51
81a7aeca89
add type
2021-05-18 15:21:45 -04:00
Jenny
9485e31c23
Merge branch 'master' into rowsandchecks
2021-05-18 15:18:29 -04:00
jenny-s51
afb78cc646
fix import type
2021-05-18 14:14:15 -04:00
jenny-s51
cdc46ef72f
align buttons
2021-05-18 14:03:20 -04:00
jenny-s51
096378e75e
remove log
2021-05-18 14:03:20 -04:00
jenny-s51
dd41d93f38
show public key and certificate correctly
2021-05-18 14:03:20 -04:00
jenny-s51
e82be4ccf8
remove log stmt
2021-05-18 14:03:20 -04:00
Jenny
7c20226022
Update src/realm-settings/KeysListTab.tsx
...
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2021-05-18 14:03:20 -04:00
jenny-s51
ae18cee673
fix format
2021-05-18 14:03:20 -04:00
jenny-s51
5dca0bcba9
clean up stylesheet
2021-05-18 14:03:20 -04:00
jenny-s51
345c924e0f
add providers and search functionality
2021-05-18 14:03:20 -04:00
jenny-s51
59f7812a24
wip key providers
2021-05-18 14:03:20 -04:00
jenny-s51
78a22cd5b8
rebase
2021-05-18 14:03:20 -04:00
jenny-s51
335e408d28
wip providers table
2021-05-18 14:02:55 -04:00
jenny-s51
12fe660816
adds keys table to realm settings
2021-05-18 14:02:21 -04:00
jenny-s51
d5c5e3c01b
keys
2021-05-18 14:02:21 -04:00
jenny-s51
abec27a334
wip keys
2021-05-18 14:02:21 -04:00
Jon Koops
f671cbed84
Extend tsconfig from Snowpack and fix type errors
2021-05-18 16:50:35 +02:00
jenny-s51
07c55b4693
fix format
2021-05-18 10:47:21 -04:00
jenny-s51
4fcc9654dc
rowsandchecks
2021-05-18 10:39:17 -04:00
jenny-s51
981a532a35
remove comment
2021-05-18 10:33:37 -04:00
jenny-s51
d5d6f1b30a
update checkbox styles and add disabled functionality to user grops modal
2021-05-18 10:33:37 -04:00
Erik Jan de Wit
cef90aa238
fixed merge error
2021-05-18 15:12:30 +02:00
Erik Jan de Wit
f064218251
fixed test
2021-05-18 14:35:11 +02:00
Erik Jan de Wit
7f21d03bc2
changed asyncStateFetch
to be it's own hook
...
it now cancels pending requests making sure we
don't leak memory + it makes for an nicer looking API
2021-05-18 14:35:09 +02:00
Erik Jan de Wit
a9a34102bc
using smarter wait to fix group tests ( #604 )
...
* using smarter wait
instead of static waiting wait for the memeber query to finish
* revert
* query less by creating navigation on click
* only search in the displayed table
* fixed test
2021-05-18 08:25:46 -04:00
Erik Jan de Wit
9fc96d0afc
only query each client session once ( #601 )
...
this makes the ids unique so that they only get queried once
2021-05-17 15:35:12 +02:00
mfrances
df2263d11b
fix types and one user fed test
2021-05-14 15:47:28 -04:00
mfrances
04a928085d
lint fix
2021-05-14 15:47:28 -04:00
mfrances
8ec44f2dc8
add sync toggles with text fields
2021-05-14 15:47:28 -04:00
mfrances
1e9d183570
re-add working changes
2021-05-14 15:47:28 -04:00
Erik Jan de Wit
8c1a1fade8
added test ldap button
2021-05-14 15:47:28 -04:00