Gucheng Wang
|
16cc64f08d
|
Fix translation.
|
2021-12-18 11:42:56 +08:00 |
|
Gucheng Wang
|
07f9a9ee96
|
Add more fields to syncer.
|
2021-12-17 20:33:03 +08:00 |
|
Gucheng Wang
|
c2110ef59d
|
Add sync pages.
|
2021-12-17 16:35:45 +08:00 |
|
Steve0x2a
|
98f6cc0085
|
feat: add OIDC feature support. (#373)
1. add nonce parameter.
2. add sub in userinfo endpoint.
Signed-off-by: 0x2a <stevesough@gmail.com>
|
2021-12-15 21:42:16 +08:00 |
|
Yixiang Zhao
|
370e835499
|
feat: support AuthnRequest in SAML (#372)
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
|
2021-12-15 21:38:00 +08:00 |
|
Товарищ программист
|
f43d01c5c2
|
feat: implement automatic synchronization for ldap users (#371)
Signed-off-by: Товарищ программист <2962928213@qq.com>
|
2021-12-15 17:45:11 +08:00 |
|
Yixiang Zhao
|
4ca5f4b196
|
feat: add Keycloak idp support (#356)
* feat: add Keycloak idp support
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* fix: fix the profile UI
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
|
2021-12-13 19:49:30 +08:00 |
|
Gucheng Wang
|
cf9e628a3e
|
Improve authConfig.
|
2021-12-13 16:42:54 +08:00 |
|
Gucheng Wang
|
29807b82e1
|
Admin can reset password without old password.
|
2021-12-12 19:15:24 +08:00 |
|
Gucheng Wang
|
e0b7286882
|
Put application's providers to 2 columns.
|
2021-12-12 19:06:40 +08:00 |
|
Gucheng Wang
|
1762d19787
|
Improve creation UI for pages.
|
2021-12-12 18:51:12 +08:00 |
|
Gucheng Wang
|
2f71d9743b
|
Improve org creation UI.
|
2021-12-12 17:12:15 +08:00 |
|
Steve0x2a
|
967113689d
|
feat: add three idp support by goth. (#351)
1. add 3 providers: apple, azuread(v1) and slack.
2. support importing providers from goth.
Signed-off-by: 0x2a <stevesough@gmail.com>
|
2021-12-10 00:55:27 +08:00 |
|
Yixiang Zhao
|
b73b9a65b6
|
feat: support third-party application to login with SAML rather than only Casdoor itself (#350)
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
|
2021-12-10 00:23:04 +08:00 |
|
Bingchang Chen
|
70a550d8bc
|
feat: login by code (#344)
Signed-off-by: abingcbc <abingcbc626@gmail.com>
|
2021-12-07 00:05:53 +08:00 |
|
Yixiang Zhao
|
113398c36b
|
feat: support SAML and test with aliyun IDaaS (#346)
* feat: support SAML and test with aliyun IDaaS
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* refactor: refactor saml.go and router
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* fix: add param to getSamlLogin()
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* feat: add inputs to parse metadata automatically and show sp-acs-url, sp-entity-id
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
|
2021-12-06 21:46:50 +08:00 |
|
Gucheng Wang
|
667158f585
|
Show message for signing up with at least 6 chars' password.
|
2021-12-06 09:38:22 +08:00 |
|
Gucheng Wang
|
dc9d2389a5
|
Add IntranetEndpoint to provider.
|
2021-12-04 16:38:34 +08:00 |
|
Gucheng Wang
|
d2565e03c8
|
Add tencent_cloud_cos.go
|
2021-12-03 15:12:16 +08:00 |
|
Gucheng Wang
|
746967e18a
|
Change pageSize to 20 for record page.
|
2021-12-01 21:28:45 +08:00 |
|
Gucheng Wang
|
d6c9ee508c
|
Add code sign in UI.
|
2021-11-28 21:15:58 +08:00 |
|
Gucheng Wang
|
d224e728a3
|
Reduce CountDownInput args.
|
2021-11-28 20:57:14 +08:00 |
|
Gucheng Wang
|
36b7993994
|
Improve UI.
|
2021-11-28 20:18:03 +08:00 |
|
Gucheng Wang
|
c10ccd8106
|
Improve provider table in app edit page.
|
2021-11-28 18:56:56 +08:00 |
|
Gucheng Wang
|
a04702a8d0
|
Add Setting.getNewRowNameForTable().
|
2021-11-28 18:56:56 +08:00 |
|
Gucheng Wang
|
7923bffa6d
|
Improve forget page CSS.
|
2021-11-28 14:23:00 +08:00 |
|
Gucheng Wang
|
bfd5d0172a
|
Remove regionId for SMS providers.
|
2021-11-28 13:42:30 +08:00 |
|
Gucheng Wang
|
4e92a8273c
|
Improve forget page logic.
|
2021-11-28 11:10:07 +08:00 |
|
Gucheng Wang
|
db7f4a4af9
|
Show "canSignUp" column when password is ON.
|
2021-11-19 21:27:22 +08:00 |
|
turbodog03
|
1394dce306
|
fix: preinstall scripts bug (#331)
* feat: ban npm to solve potential bugs
Signed-off-by: turbodog03 <63595854+turbodog03@users.noreply.github.com>
* feat: fix preinstall scripts bug
Signed-off-by: turbodog03 <63595854+turbodog03@users.noreply.github.com>
|
2021-11-17 21:13:20 +08:00 |
|
Lex Lim
|
abba56a6f3
|
fix: display "Continue with (User)" button of another organization (#327)
Signed-off-by: Lex Lim <hyperzlink@outlook.com>
|
2021-11-11 20:43:26 +08:00 |
|
Yixiang Zhao
|
cc933cf5f3
|
fix: save country code (#324)
Signed-off-by: “seriouszyx” <seriouszyx@foxmail.com>
|
2021-11-11 14:38:35 +08:00 |
|
Yixiang Zhao
|
f5fdf0af6a
|
feat: translate the region select box (#321)
Signed-off-by: “seriouszyx” <seriouszyx@foxmail.com>
|
2021-11-10 22:27:58 +08:00 |
|
Gucheng Wang
|
102e22f2c7
|
Add method to record.
|
2021-11-09 23:24:13 +08:00 |
|
Gucheng Wang
|
8d6756fe9a
|
Improve some translations.
|
2021-11-09 20:49:08 +08:00 |
|
Gucheng Wang
|
30a2fdef37
|
Make webhook work.
|
2021-11-07 23:53:17 +08:00 |
|
Gucheng Wang
|
87e6fb63e1
|
Add isTriggered to record.
|
2021-11-07 17:56:45 +08:00 |
|
Gucheng Wang
|
e9e0721b34
|
Add missing fields for record.
|
2021-11-07 17:36:52 +08:00 |
|
Gucheng Wang
|
77fffcacac
|
Refactor the record code.
|
2021-11-07 16:51:16 +08:00 |
|
Gucheng Wang
|
0e71e603ac
|
Add webhook pages.
|
2021-11-07 16:24:13 +08:00 |
|
Gucheng Wang
|
cbf973882d
|
Show CustomGithubCorner in other pages.
|
2021-11-06 22:04:20 +08:00 |
|
Gucheng Wang
|
467d709b8e
|
Add MasterPassword to organization.
|
2021-11-06 21:14:53 +08:00 |
|
Gucheng Wang
|
4d71725bf5
|
Add i18n util code and update translation files.
|
2021-11-06 20:18:25 +08:00 |
|
Gucheng Wang
|
9e920181d2
|
Add user soft deletion.
|
2021-11-06 15:52:03 +08:00 |
|
Gucheng Wang
|
db892333fe
|
Set default value of page and pageSize for get batch APIs.
|
2021-11-06 15:17:18 +08:00 |
|
Gucheng Wang
|
acaee2e892
|
Fix "Phone prefix" text typo.
|
2021-11-06 15:01:51 +08:00 |
|
Yixiang Zhao
|
b1db47bad1
|
feat: add server-side pagination (#312)
Signed-off-by: “seriouszyx” <seriouszyx@foxmail.com>
|
2021-11-06 11:32:22 +08:00 |
|
Gucheng Wang
|
7520b71198
|
Add Md5UserSaltCredManager.
|
2021-11-04 21:32:54 +08:00 |
|
Gucheng Wang
|
2e1b51910f
|
Support custom HTML for signup and signin pages.
|
2021-10-30 14:18:58 +08:00 |
|
Yang Luo
|
353bf46daf
|
Improve non-oauth logos.
|
2021-10-10 00:04:25 +08:00 |
|