Gucheng Wang
7c77519069
Fix formPosition typo
2022-10-23 02:26:50 +08:00
Gucheng Wang
2bdf467e3a
Update formCss default value
2022-10-23 01:27:01 +08:00
Yaodong Yu
b0f572c51a
feat: add left-side image and improve login page ( #1226 )
2022-10-22 21:43:41 +08:00
Gucheng Wang
7393b90155
Add enableAutoSignin to application
2022-09-27 20:06:46 +08:00
leoshine
ed959bd8c7
feat: improve login page style ( #1119 )
...
Signed-off-by: magicwind <2814461814@qq.com>
Signed-off-by: magicwind <2814461814@qq.com>
2022-09-12 00:01:18 +08:00
Gucheng Wang
e8d2906e3c
Fix bug in form CSS
2022-09-10 01:33:44 +08:00
leoshine
1edb91b3a3
feat: custom login form and background ( #1107 )
...
* feat: custom login form and background
Signed-off-by: magicwind <2814461814@qq.com>
* feat: costom login form border
* chore: update i18
* Update ApplicationEditPage.js
* Update LoginPage.js
* Update SignupPage.js
* Update LoginPage.js
* Update ApplicationEditPage.js
Signed-off-by: magicwind <2814461814@qq.com>
Co-authored-by: Gucheng <85475922+nomeguy@users.noreply.github.com>
2022-09-10 00:56:37 +08:00
q1anx1
deed857788
chore(style): allow case declarations and ban var
( #987 )
...
* chore(style): allow case declarations
* chore(style): ban `var` and prefer `const`
2022-08-08 23:35:24 +08:00
qianxi0410
9abf1b9d73
feat: key spacing
2022-08-06 23:47:28 +08:00
qianxi0410
6aaba6debd
feat: space between infix op
2022-08-06 23:43:09 +08:00
Товарищ программист
7f3b2500b3
feat: support webauthn ( #407 )
...
* feat: support webauthn
* Update init.go
* Update user_webauthn.go
* Update UserEditPage.js
* Update WebauthnCredentialTable.js
* Update LoginPage.js
Co-authored-by: Gucheng <85475922+nomeguy@users.noreply.github.com>
2022-07-12 20:06:01 +08:00
キリサメ qianxi
503d244166
feat(web): add lint ( #875 )
...
* feat: add lint
* feat: fix lint error
* chore: add ignore file
* chore: close indent
2022-07-10 15:45:55 +08:00
Yixiang Zhao
8a66448365
feat: support casdoor as saml idp to connect keycloak ( #832 )
...
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
2022-06-28 22:05:02 +08:00
Gucheng Wang
b4c18eb7a4
Use codemirror for samlMetadata.
2022-06-16 23:59:18 +08:00
Gucheng Wang
0f483fb65b
Improve preview buttons to copy link.
2022-06-16 22:01:09 +08:00
Gucheng Wang
ebe9889d58
Improve i18n
2022-06-16 21:35:52 +08:00
ziliangyu
6187b48f61
fix: show alert when user clicks on application edit page's preview window ( #794 )
...
* fix:Show alert when user clicks on application edit page's preview window
* fix: Show alert when user clicks on application edit page's preview window in preview
* fix:Show alert when user clicks on application edit page's preview window
* fix: Show alert when user clicks on application edit page's preview window in preview
* Update ApplicationEditPage.js
* fix: show alert when user clicks on application edit page's preview window
Co-authored-by: Gucheng <85475922+nomeguy@users.noreply.github.com>
2022-06-15 22:11:37 +08:00
ziliangyu
15a6fd2b52
feat: show alert when user clicks on application edit page's preview wi… ( #791 )
...
* fix:Show alert when user clicks on application edit page's preview window
* fix: Show alert when user clicks on application edit page's preview window in preview
* fix:Show alert when user clicks on application edit page's preview window
* fix: Show alert when user clicks on application edit page's preview window in preview
* Update ApplicationEditPage.js
Co-authored-by: Gucheng <85475922+nomeguy@users.noreply.github.com>
2022-06-13 12:18:18 +08:00
Yixiang Zhao
c5c3a08aa9
feat: add saml metadata in application edit page ( #750 )
...
* feat: add saml metadata in application edit page
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* Update ApplicationEditPage.js
Co-authored-by: Yang Luo <hsluoyz@qq.com>
2022-05-11 20:23:36 +08:00
Gucheng Wang
1c949e415e
Add refresh_token to app grantTypes.
2022-05-06 09:31:22 +08:00
Yi Zhan
0b546bba5e
fix: grantTypes undefined err ( #654 )
...
Signed-off-by: Steve0x2a <stevesough@gmail.com>
2022-04-08 21:54:48 +08:00
Yang Luo
efc07f0919
Improve translation.
2022-03-05 00:53:59 +08:00
Steve0x2a
697b3e4998
feat: add implicit flow support ( #520 )
...
* feat: add implicit flow support
Signed-off-by: Steve0x2a <stevesough@gmail.com>
* fix: idp support in implicit flow
Signed-off-by: Steve0x2a <stevesough@gmail.com>
2022-03-01 19:09:59 +08:00
Yang Luo
e19f07c521
Add product detail page.
2022-02-27 23:50:35 +08:00
Yang Luo
39ab71c5db
Add product pages.
2022-02-27 20:09:19 +08:00
Steve0x2a
2c97f8a8b7
feat: add two authentication flow types ( #512 )
...
* feat: add two authentication flow types
Signed-off-by: Steve0x2a <stevesough@gmail.com>
* fix: delete implicit method
Signed-off-by: Steve0x2a <stevesough@gmail.com>
* fix: use a more appropriate name
Signed-off-by: Steve0x2a <stevesough@gmail.com>
* fix: apply suggestion
Signed-off-by: Steve0x2a <stevesough@gmail.com>
* fix: remove redundant code
Signed-off-by: Steve0x2a <stevesough@gmail.com>
2022-02-27 14:05:07 +08:00
Yixiang Zhao
f8c4ca0f00
feat: add cancel buttons on the edit page ( #509 )
...
* feat: add cancel buttons on the edit page
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* fix: remove warning and primary type of cancel buttons
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
2022-02-25 18:16:02 +08:00
Gucheng Wang
db37f53d6c
Update license headers.
2022-02-13 23:39:27 +08:00
Yang Luo
e1c54744dc
Add cert to ApplicationEditPage.js
2022-02-08 20:59:20 +08:00
Yang Luo
64d3b7e87f
Add EnableSigninSession to app.
2021-12-28 17:15:47 +08:00
Yang Luo
f5bc76016d
Add restriction to built-in org and app modification.
2021-12-23 00:52:32 +08:00
Yang Luo
5814ae6baf
Fix translation.
2021-12-19 01:08:59 +08:00
Yang Luo
52145abdc8
Improve translation.
2021-12-19 00:34:37 +08:00
Yixiang Zhao
755d912f61
feat: add refresh token mechanism for server side ( #336 )
...
* feat: add refresh token mechanism for server side
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* feat: add refresh token expire configuration UI
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
2021-12-18 18:49:38 +08:00
Gucheng Wang
95f2a3b311
Add TokenFormat to application.
2021-12-18 16:16:34 +08:00
Gucheng Wang
1762d19787
Improve creation UI for pages.
2021-12-12 18:51:12 +08:00
Gucheng Wang
d6c9ee508c
Add code sign in UI.
2021-11-28 21:15:58 +08:00
Gucheng Wang
2e1b51910f
Support custom HTML for signup and signin pages.
2021-10-30 14:18:58 +08:00
Yang Luo
f4a59de3a5
Improve resource list page.
2021-09-06 00:08:16 +08:00
Yang Luo
a1b16f88d1
Add user to Resource.
2021-09-05 23:46:56 +08:00
Yang Luo
495b64995f
Add resource list page.
2021-08-15 00:25:46 +08:00
Yang Luo
004282f970
Improve UploadFile() API.
2021-08-14 15:58:47 +08:00
WindSpiritSR
8c6f0a31b6
feat: support storage provider to terms of use file ( #221 )
...
Signed-off-by: WindSpiritSR <simon343riley@gmail.com>
2021-08-14 14:23:15 +08:00
Yang Luo
acca9eacdc
Add app's TermsOfUse.
2021-08-03 21:00:17 +08:00
turbodog03
3bbb0fb58e
feat: improve border ( #190 )
...
Signed-off-by: turbodog03 <63595854+turbodog03@users.noreply.github.com>
2021-07-24 20:38:33 +08:00
turbodog03
170ae241dc
feat: improve ApplicationEditPage ( #189 )
...
Signed-off-by: turbodog03 <63595854+turbodog03@users.noreply.github.com>
2021-07-24 10:16:48 +08:00
turbodog03
8d7fdb93ac
feat: fix header overflow and account disappear bug, improve UI, optimize touchscreen experience ( #187 )
...
Signed-off-by: turbodog03 <63595854+turbodog03@users.noreply.github.com>
2021-07-23 09:46:01 +08:00
Yang Luo
89b9f73b32
Restrict app edit page values.
2021-07-19 09:58:22 +08:00
wasabi
7eb4da6e54
feat: add tooltips for xxxeditPage fields ( #135 )
...
Signed-off-by: wasabi <690898835@qq.com>
2021-06-30 00:58:25 +08:00
Yang Luo
234a9b9060
Add one tooltip.
2021-06-25 00:13:53 +08:00