Yang Luo
28caf8550e
Support token parsed result
2023-12-22 02:04:25 +08:00
Yang Luo
79159dc809
Improve TokenEditPage
2023-12-22 00:44:34 +08:00
Yang Luo
63081641d6
Improve i18n text
2023-12-22 00:25:46 +08:00
HGZ-20
5499e62d7f
feat: add the FailedSigninLimit
and FailedSigninfrozenTime
configuration options to the application ( #2552 )
...
Add configuration items to the application to limit the number of logins and the login wait time after the maximum number of errors is reached
feat: #2272
fix: fixed the issue where the token parameter could be set to a negative value
2023-12-20 22:29:53 +08:00
Yang Luo
46e0bc1a39
Improve i18n texts
2023-12-20 10:09:00 +08:00
Gucheng Wang
ffe2330238
Fix tag field in user list page
2023-12-20 01:57:56 +08:00
Gucheng Wang
067276d739
Add new B2C provider
2023-12-17 16:29:29 +08:00
link89
374928e719
feat: add custom HTTP Email provider ( #2542 )
...
* feat: implement Custom HTTP Email provider
* Update Setting.js
* Update ProviderEditPage.js
* Update http.go
* Update provider.go
---------
Co-authored-by: hsluoyz <hsluoyz@qq.com>
2023-12-14 22:35:25 +08:00
Yang Luo
08864686f3
feat: fix Google cloud storage provider bug
2023-12-14 00:25:50 +08:00
HGZ-20
dc06eb9948
feat: fix secret information issue in the CAPTCHA provider code ( #2531 )
2023-12-11 18:01:56 +08:00
Yang Luo
4eb725d47a
Improve image upload UI
2023-12-08 19:42:20 +08:00
Yang Luo
ce72a172b0
feat: add back Custom HTTP SMS provider
2023-12-07 16:59:41 +08:00
Yang Luo
947dcf6e75
Fix "All" roles bug in permission edit page
2023-12-02 15:26:52 +08:00
hsluoyz
fd0c70a827
feat: Revert "feat: fix login page path after logout" ( #2516 )
...
This reverts commit 23d4488b647161da67c530ddb61bbdfff0981698.
2023-11-24 15:52:59 +08:00
Yang Luo
192968bac8
Improve permission.State
2023-11-22 00:03:33 +08:00
aiden
23d4488b64
feat: fix login page path after logout ( #2493 )
...
Co-authored-by: aidenlu <aiden_lu@wochacha.com>
2023-11-21 23:37:35 +08:00
songjf
23f4684e1d
feat: make MFA works for CAS login ( #2506 )
...
* feat: make MFA works for CAS login
* fix: Reduced code redundancy
* fix: Modified the format of the code.
* fix: fix an error with the 'res' variable
* Update LoginPage.js
* Update LoginPage.js
* Update LoginPage.js
* Update MfaAuthVerifyForm.js
---------
Co-authored-by: hsluoyz <hsluoyz@qq.com>
2023-11-21 21:35:19 +08:00
Jiankun Yang
7786018051
feat: use short state for OAuth provider ( #2504 )
...
* fix: use fixed length of state
* fix: use short state
2023-11-19 07:30:29 +08:00
Yang Luo
5b151f4ec4
feat: improve cert edit page UI
2023-11-13 15:57:46 +08:00
Yang Luo
e9b7d1266f
Fix API typo: /get-global-certs
2023-11-13 14:22:40 +08:00
Yang Luo
2d4998228c
Add organization.MasterVerificationCode
2023-11-13 13:53:41 +08:00
songjf
a22e05dcc1
feat: fix the UI and navigation errors on the prompt page ( #2486 )
2023-11-12 15:54:38 +08:00
haiwu
0ac2b69f5a
feat: support WeChat Pay via JSAPI ( #2488 )
...
* feat: support wechat jsapi payment
* feat: add log
* feat: update sign
* feat: process wechat pay result
* feat: process wechat pay result
* feat: save wechat openid for different app
* feat: save wechat openid for different app
* feat: add SetUserOAuthProperties for signup
* feat: fix openid for wechat
* feat: get user extra property in buyproduct
* feat: remove log
* feat: remove log
* feat: gofumpt code
* feat: change lr->crlf
* feat: change crlf->lf
* feat: improve code
2023-11-11 17:16:57 +08:00
Yang Luo
9703f3f712
Support Apple OAuth login now
2023-10-31 23:10:36 +08:00
github-actions[bot]
49c6ce2221
refactor: New Crowdin translations ( #1667 )
...
* refactor: New Crowdin translations by Github Action
* refactor: New Crowdin Backend translations by Github Action
---------
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2023-10-31 18:11:05 +08:00
aiden
34b1945180
feat: fix bugs in custom app sso login with WebAuthn authentication ( #2457 )
...
Co-authored-by: aidenlu <aiden_lu@wochacha.com>
2023-10-30 10:54:34 +08:00
Yang Luo
b38654a45a
Add renderAiAssistant()
2023-10-28 23:58:51 +08:00
Yang Luo
f77fafae24
Fix hidden top navbar item
2023-10-28 17:07:29 +08:00
Yang Luo
6713dad0af
Fix this.props.account null issue
2023-10-27 02:13:23 +08:00
Yang Luo
1732cd8538
Fix the bug that sometimes cannot auto login with enableAutoSignin = true
2023-10-27 00:06:17 +08:00
Yang Luo
98defe617b
Add providerItem.SignupGroup
2023-10-20 23:10:43 +08:00
Yang Luo
96cbf51ca0
Remove useless alertType field
2023-10-20 23:01:11 +08:00
Yang Luo
22b57fdd23
Add application.EnableSamlC14n10
2023-10-20 22:37:23 +08:00
haiwu
b68e291f37
feat: support SAML Custom provider ( #2430 )
...
* 111
* feat: support custom saml provider
* feat: gofumpt code
* feat: gofumpt code
* feat: remove comment
---------
Co-authored-by: hsluoyz <hsluoyz@qq.com>
2023-10-20 21:11:36 +08:00
aiden
45db4deb6b
feat: support checking permissions for group roles ( #2422 )
...
* fix(permission): fix CheckLoginPermission() logic
* style: fix code format
* feat: support settting roles for groups
* fix: fix field name
* style: format codes
---------
Co-authored-by: aidenlu <aiden_lu@wochacha.com>
2023-10-19 15:33:45 +08:00
Yang Luo
d7569684f6
Local admin can edit its org user's other fields now
2023-10-18 12:16:05 +08:00
Yang Luo
a616127909
Add organization.DefaultPassword
2023-10-18 11:58:25 +08:00
Yang Luo
9ea77c63d1
Local admin can edit its org users now
2023-10-17 18:23:39 +08:00
songjf
53243a30f3
feat: support tencent cloud SAML SSO authentication with casdoor ( #2409 )
...
* feat: Support Tencent Cloud SAML SSO authentication with Casdoor
* feat: support SamlAttributeTable in the frontend
* fix:fixed the error where frontend fields did not match the database fields
* fix:fix lint error
* fix:fixed non-standard naming
* fix:remove if conditional statement
* feat:Add Saml Attribute format select
* fix:fix typo
* fix:fix typo
* fix:fix typo
* Update SamlAttributeTable.js
---------
Co-authored-by: hsluoyz <hsluoyz@qq.com>
2023-10-17 15:40:41 +08:00
Yang Luo
2dd1dc582f
Add text to app's signup table
2023-10-15 18:17:50 +08:00
Yang Luo
f3d4b45a0f
Add label and placeholder to app's signup table
2023-10-15 17:24:38 +08:00
Yang Luo
ec0a8e16f7
feat: fix CheckLoginPermission() logic
2023-10-13 15:41:23 +08:00
haiwu
440d87d70c
feat: support SCIM protocol ( #2393 )
...
* 111
* feat: support scim/Users GET and POST request
* feat: support scim/Users DELETE/PATCH/PUT request
* feat: better support scim/Users PATCH request
* feat: fix scim/Users logic
* feat: gofumpt
* feat: fix bug in scim/Users
* feat: fix typo
---------
Co-authored-by: hsluoyz <hsluoyz@qq.com>
2023-10-12 00:13:16 +08:00
wxy
684cbdb951
fix: replace the wrong param name willExist ( #2389 )
2023-10-10 21:47:38 +08:00
Yang Luo
938e8e2699
Improve code
2023-09-30 10:49:10 +08:00
Yang Luo
81a8b91e3f
Fix enforcer policy add and delete
2023-09-27 00:18:21 +08:00
Yang Luo
56787fab90
Improve adapter.UseSameDb
2023-09-26 23:41:09 +08:00
Yang Luo
1319216625
Add adapter.UseSameDb
2023-09-26 23:41:08 +08:00
UsherFall
aab6a799fe
fix: use client secret field for providers ( #2355 )
...
* feat: fix key exposure problem
* fix display bug
2023-09-24 18:35:58 +08:00
Yang Luo
f9cc6ed064
Add groups to role
2023-09-24 10:17:18 +08:00